sslr icon indicating copy to clipboard operation
sslr copied to clipboard

SonarSource Language Recognizer

Results 9 sslr issues
Sort by recently updated
recently updated
newest added

Method was called 3 times for each call to execute. By factorizing it to when object is constructed the number of invocation is really reduced and we can see a...

There is no reason why CodeBuffer isn't able to support it. Just use a CharBuffer to .wrap() the buffer, and use this CharBuffer's .subSequence() with the indices adjusted according to...

Another micro-optimisation: it probably doesn't have a measurable impact, but I was stepping through the visitor in the debugger, and it's also one less step for each visit…

This isn't the most extraordinary contribution, but it will slightly reduce the memory usage during the parsing.