We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Static analysis shouldn't be stopped in case of parsing problem, it should be raised inside a specialized rule showing the problem.
Analysis are stoped when JFlex is reaching a parsing problem, causing the analysis to crash.
Analyzing for instance non-UNIX compliant encoded files.
3.0.1
The text was updated successfully, but these errors were encountered:
Fix #154 rename rule to ICODE.ERROR
1726152
551200d
Fix cnescatlab#154 raise violations instead of crash in case of parsi…
dc6316b
…ng problem Modifications were made by adding a "Parsing error" rule and to raise it on JFlexException throwing instead of making the analysis stop.
Fix #154 raise violations instead of crash in case of parsing problem
293b238
Modifications were made by adding a "Parsing error" rule and to raise it on JFlexException throwing instead of making the analysis stop.
WaldoFR
No branches or pull requests
Expected behavior
Static analysis shouldn't be stopped in case of parsing problem, it should be raised inside a specialized rule showing the problem.
Actual behavior
Analysis are stoped when JFlex is reaching a parsing problem, causing the analysis to crash.
Steps to reproduce behavior
Analyzing for instance non-UNIX compliant encoded files.
Detection version
3.0.1
The text was updated successfully, but these errors were encountered: