Code should be stripped out of suspicious comments
Read more
Semicolons seem to be missing too frequently
Read more
Structural code complexity may be too high
Read more
The code contains too many lines containing several instructions
Read more
Method parameters should have their description tag
Read more
A line of code shouldn’t be too long (to help readability)
Read more
Code indentation, line, and character encoding formats should be consistent
Read more
Attribute, classes and methods should follow a naming convention
Read more
Avoid literal numbers (i.e. Magic numbers are not so magic)
Read more
Too many controversial, unsafe or deprecated keywords in procedure divisions
Read more