-
Bug
-
Resolution: Done
-
Major
-
2.4.0.CR1
-
None
-
None
When both a .class and .java file are present for the same class, any rules that are fired end up being fired twice. In the case where both of these files are present, (decompile, ) parse and analyze the .class file and ignore the .java file. We'll look at implementing a flag in future releases to change this behavior (i.e. use the .java instead of the .class).