[java] Update rule ComparisonWithNaN#3396
Conversation
28e9d9c to
690de57
Compare
Generated by 🚫 Danger |
|
Not sure, whether this is related to your change, but regression tester ended finally with "Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "PmdThread 1""... The log file (I recommend to download it and not look in the browser at the huge 237mb log...) show some exceptions: It seems to be only about these rules: ( BeanMembersShouldSerialize: not yet converted, but it is executed anyway for some reason.... Ok, so we execute all the rules, because ComparisonWithNaN is a XPath rule and now the whole errorprone category is executed... that's unfortunately currently how the regression tester works.... |
We could disable the dynamic ruleset generation on the pmd 7 branch until all rules are ported: Line 16 in 58b8615 |
Describe the PR