|
Change Variable Type expected : StringBuffer to expected : StringBuilder in method private initialise(currentToken Token, expectedTokenSequences int[][], tokenImage String[]) : String in class com.github.javaparser.ParseException |
From |
To |
|
Change Variable Type retval : StringBuffer to retval : StringBuilder in method protected addEscapes(str String) : String in class com.github.javaparser.TokenMgrError |
From |
To |
|
Change Variable Type retval : StringBuffer to retval : StringBuilder in method package add_escapes(str String) : String in class com.github.javaparser.ParseException |
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 describe() : String in class me.tomassetti.symbolsolver.model.typesystem.ReferenceTypeUsage |
From |
To |