-
Don't be confused by the name, this isn't enabling annotation-based null analyzer or discouraging safety checks in the code.
This is simple flow analysis to detect cases like the following:
```Java…
-
FuzzyQuery has a static helper method that translates float similarity values into integer edit distances, only currently used by queryparsers. It has been deprecated since 4.0, but I think allowing …
-
In order to use Lucene in an OSGi environment, some additional headers are needed in the manifest of the jar. As Lucene has no dependency, it is pretty straight forward and it ill be easy to maintain …
-
Hello, we need to upgrade this project to latest gradle, but we are a bit stuck. We keep getting the following error:
```
Deprecated Gradle features were used in this build, making it incompatibl…
-
https://github.com/javacc21/javacc21/blob/151966f2dc85cf6f587797d995903751fb751e97/examples/java/Java.javacc#L115
-
It's silly to ship runtimes for 2 parsers. JavaCC generates Java compiler warnings that are annoying.
-
The bitsets produced for the lexer NFAs seem to vary randomly each time a lexer is generated. Can they be made more deterministic / reproducible? For example, generating a Python lexer in Java, then p…
-
The below sequence is valid and should be properly parsed
char c = '\u005c\u005c';
When using the JavaParser library, I noticed that unicode escape sequences weren't properly escaped.
…
-
Does that have any future really? (Or should it?)
I just don't see it really. Who would use this kind of crude approach to investigate some elusive problem in their parser? Surely any current day d…
-
https://github.com/javacc21/javacc21/blob/c52c01073f4658f6382236ff1ee89cafa2a69590/src/java/com/javacc/Grammar.java#L1196-L1207