jflex icon indicating copy to clipboard operation
jflex copied to clipboard

The fast scanner generator for Java™ with full Unicode support

Results 66 jflex issues
Sort by recently updated
recently updated
newest added

This pull request increases coverage on property tests by improving generators and updating test cases. Improvements made to the generators to ensure cased characters are chosen with more frequency. Tests...

testing

Bumps [maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) from 3.6.1 to 3.6.4. Commits 33eb6d9 [maven-release-plugin] prepare release maven-plugin-tools-3.6.4 c8ddcdc [MPLUGIN-387] Bump Ant to 1.9.16 f14830d [MPLUGIN-387] Bump xmlunit to 1.6 036fdeb [MPLUGIN-387] Bump plexus-compiler-manager to 2.8.8...

dependencies

Bumps `jmh.version` from 1.33 to 1.35. Updates `jmh-core` from 1.33 to 1.35 Updates `jmh-generator-annprocess` from 1.33 to 1.35 Dependabot will resolve any conflicts with this PR as long as you...

dependencies

Bumps [truth](https://github.com/google/truth) from 1.1.2 to 1.1.3. Release notes Sourced from truth's releases. 1.1.3 Fixed a bug in how comparingExpectedFieldsOnly() handles oneof fields. (f27208428) Improved comparingExpectedFieldsOnly to work when required fields...

dependencies

Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.1 to 3.4.0. Release notes Sourced from maven-javadoc-plugin's releases. 3.3.2 What's Changed [MJAVADOC-530] - Clean up additionalparam documentation by @​marschall in apache/maven-javadoc-plugin#6 [MJAVADOC-538] Filter out 'Picked up'...

dependencies

Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.2.4 to 3.3.0. Commits 7169fde [maven-release-plugin] prepare release maven-shade-plugin-3.3.0 e5dcf95 Revert "[maven-release-plugin] prepare release maven-shade-plugin-3.3.0" c2473cb [maven-release-plugin] prepare release maven-shade-plugin-3.3.0 ece4172 Revert "[maven-release-plugin] prepare release maven-shade-plugin-3.3.0" 0c6f823...

dependencies

Are there any plans to do lookahead that can see EOF? There's a bug in one of Stanford NLP group's tokenization tools which would be easily fixed by such an...

Running jflex on the following code snippet, ``` %% %class search %standalone %% ((a|b )*b.{10}){3} {System.out.printf("*** found match");} ``` And I get the error: ``` 147972 states before minimization, 79107...

:eyes: Some source code analysis tools can help to find opportunities for improving software components. :thought_balloon: I propose to [increase the usage of compound operators](https://docs.oracle.com/javase/specs/jls/se17/html/jls-15.html#jls-15.26 "Description for assignment operators") accordingly....

Apache Lucene has a jflex definition file (`UAX29URLEmailTokenizerImpl.jflex`) that is 21kb and includes some other jflex files that add ~40kb. The generated file (DFA) is 2.2MB so it's still relatively...

enhancement
question