Skip to content
Snippets Groups Projects
Select Git revision
  • develop default protected
  • master protected
  • kristin_optim_test
  • 3.9.0
  • 3.8.0
  • 3.7.0
  • 3.6.0
  • 3.5.0
  • 3.4.1
  • 3.4.0
  • 3.3.3
  • 3.3.2
  • 3.3.0
  • 3.2.14
  • 3.2.13
  • 3.2.12
16 results

src

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    dgelessus authored
    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.
    8462cee3
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..
    main