8 | All classes and interfaces must belong to a named package |
8 | All methods are static. Consider using Singleton instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning. |
15 | Avoid empty catch blocks |
16 | Avoid empty catch blocks |
17 | Avoid empty catch blocks |
18 | Avoid empty catch blocks |
21 | Avoid unused local variables such as 'f'. |
21 | Avoid variables with short names like f |
25 | All classes and interfaces must belong to a named package |
25 | This class has too many methods, consider refactoring it. |
25 | Too many fields |
28 | Variables should start with a lowercase character |
29 | Variables should start with a lowercase character |
29 | Variables that are not final should not contain underscores (except for underscores in standard prefix/suffix). |
30 | Variables should start with a lowercase character |
34 | Variables should start with a lowercase character |
36 | Avoid excessively long variable names like Panel_Commentaires |
36 | Possible unsafe assignment to a non-final static field in a constructor. |
56 | Avoid excessively long variable names like Int_Ligne_Horizontal_1 |
57 | Avoid excessively long variable names like Int_Ligne_Horizontal_2 |
58 | Avoid excessively long variable names like Int_Ligne_Horizontal_Fin |
60 | Avoid excessively long variable names like Int_Ligne_Vertical_1 |
66 | Possible unsafe assignment to a non-final static field in a constructor. |
67 | Possible unsafe assignment to a non-final static field in a constructor. |
68 | Possible unsafe assignment to a non-final static field in a constructor. |
70 | Possible unsafe assignment to a non-final static field in a constructor. |
87 | Avoid unused constructor parameters such as 'title'. |
112 | Avoid naming non-fields with the prefix m_ |
113 | Avoid naming non-fields with the prefix m_ |
114 | Avoid naming non-fields with the prefix m_ |
138 | Avoid variables with short names like ae |
146 | Avoid variables with short names like ae |
148 | Avoid variables with short names like r |
161 | Avoid variables with short names like ae |
176 | All classes and interfaces must belong to a named package |
176 | The class 'Panel_Princ' has a Cyclomatic Complexity of 14 (Highest = 13). |
179 | The constructor 'Panel_Princ' has a Cyclomatic Complexity of 13. |
237 | Avoid unnecessary comparisons in boolean expressions |
279 | Avoid unnecessary comparisons in boolean expressions |
394 | Avoid unused local variables such as 'save'. |
402 | All classes and interfaces must belong to a named package |
438 | All classes and interfaces must belong to a named package |
451 | Avoid using while statements without curly braces |
479 | Avoid empty catch blocks |
486 | The class 'Cartesien' has a Cyclomatic Complexity of 12 (Highest = 23). |
490 | Document empty constructor |
495 | Avoid really long methods. |
495 | The method 'paint' has a Cyclomatic Complexity of 23. |
495 | The method paint() has an NPath complexity of 1920 |
577 | Avoid using if statements without curly braces |
583 | Document empty method |
586 | Document empty method |
589 | Document empty method |
592 | Document empty method |
613 | Document empty method |
652 | Avoid using if statements without curly braces |
653 | An empty statement (semicolon) not part of a loop |
653 | Avoid empty if statements |