cflint / CFLint

Static code analysis for CFML (a linter)
BSD 3-Clause "New" or "Revised" License
174 stars 84 forks source link

Message definition not found for [AVOID_USING_CREATEOBJECT] #572

Open zspitzer opened 6 years ago

zspitzer commented 6 years ago

getting a heap of repeated errors with 1.4.0 (the error is repeated for a whole range of checkers, not just CFXTagChecker)

java.lang.NullPointerException: Message definition not found for [AVOID_USING_CREATEOBJECT] in CFXTagChecker at com.cflint.CFLint.reportRule(CFLint.java:1326) at com.cflint.CFLint.scanExpression(CFLint.java:1022) at com.cflint.CFLint.process(CFLint.java:775) at com.cflint.CFLint.process(CFLint.java:772) at com.cflint.CFLint.process(CFLint.java:515) at com.cflint.CFLint.processStack(CFLint.java:416) at com.cflint.CFLint.process(CFLint.java:476) at com.cflint.CFLint.processStack(CFLint.java:416) at com.cflint.CFLint.process(CFLint.java:611) at com.cflint.CFLint.processStack(CFLint.java:416) at com.cflint.CFLint.process(CFLint.java:629) at com.cflint.CFLint.processStack(CFLint.java:416) at com.cflint.CFLint.process(CFLint.java:522) at com.cflint.CFLint.processStack(CFLint.java:416) at com.cflint.CFLint.process(CFLint.java:551) at com.cflint.CFLint.processStack(CFLint.java:398) at com.cflint.CFLint.process(CFLint.java:341) at com.cflint.CFLint.scan(CFLint.java:294) at com.cflint.CFLint.scan(CFLint.java:205) at com.cflint.api.CFLintAPI.scan(CFLintAPI.java:65) at com.cflint.cli.CFLintCLI.execute(CFLintCLI.java:371) at com.cflint.cli.CFLintCLI.main(CFLintCLI.java:339)

zspitzer commented 6 years ago

I've been trying to create a reduced testcase for this problem, i've managed to narrow it down to whitespace. remove a single blank new line in the middle of a function and it stops blowing up.

I don't want to share this file publically, but I'm happy to share the file privately for testing, i've sent you an email @ryaneberly