giancosta86 / EasyPmd

Seamlessly integrates PMD into your NetBeans IDE
GNU General Public License v3.0
18 stars 5 forks source link

EasyPmd fails silently on ruleset problems #11

Closed Zero3 closed 8 years ago

Zero3 commented 8 years ago

EasyPmd silently stopped working for me because an update removed the BooleanInversion rule which I had excluded in my ruleset file as follows. Once I realized EasyPmd had stopped warning me about things, I went to the settings dialog and pressed "Verify options" which revealed the underlying problem.

I suggest that EasyPmd displays some kind of warning when it fails to run because of an ruleset issue like this one.

giancosta86 commented 8 years ago

I'm afraid I'd need further information about such issue... It seems that EasyPmd actually shows warnings in case of errors in rulesets... what was, exactly, the update which you mentioned? What was your ruleset?

Zero3 commented 8 years ago

You are absolutely correct. I think I messed something up while debugging #1. An error is correctly displayed when I try to reproduce now. My bad!