Select Git revision
src
-
-
- Open in your IDE
- Download source code
- Download this directory
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
StringBuffer is synchronized for thread safety, but Lexer is already not thread-safe anyway, so this is unnecessary overhead. The other uses of StringBuffer were local in a single method and so can also be safely replaced.