|
Change Variable Type sb : StringBuffer to sb : StringBuilder in method public getDeclarationAsString(includingModifiers boolean, includingThrows boolean, includingParameterName boolean) : String in class com.github.javaparser.ast.body.ConstructorDeclaration |
From |
To |
|
Change Variable Type currentContent : StringBuffer to currentContent : StringBuilder in method public parse(in InputStream, charsetName String) : CommentsCollection in class com.github.javaparser.ast.comments.CommentsParser |
From |
To |
|
Change Variable Type sb : StringBuffer to sb : StringBuilder in method public getDeclarationAsString(includingModifiers boolean, includingThrows boolean, includingParameterName boolean) : String in class com.github.javaparser.ast.body.MethodDeclaration |
From |
To |