Class SingleLineCommentRepairer
java.lang.Object
de.uka.ilkd.key.util.removegenerics.SingleLineCommentRepairer
This class has been used to repair a bug in recoder. It can be removed as soon as this bug is
solved.
The problem is that sometimes comments do not print a newline in the end, which is ensured by
repairSingleLineComments(ProgramElement)
TODO remove as soon as recoder is patched-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidrepairSingleLineComments(recoder.java.ProgramElement programElement)
-
Constructor Details
-
SingleLineCommentRepairer
public SingleLineCommentRepairer()
-
-
Method Details
-
repairSingleLineComments
public static void repairSingleLineComments(recoder.java.ProgramElement programElement)
-