The code contains too many not aligned END instructions
Read more
The code contains too many long PIC declaration pattern
Read more
The code contains too many instructions that initialize zones of data with zeros or spaces
Read more
The code contains too many back performs
Read more
Optional property declarations should use ‘?’ syntax
Read more
Avoid explicit type when it can be inferred from literal value affected
Read more
Avoid binary operators with identical members
Read more
Increment (++) and decrement (–) operators should not be used in a method call or mixed with other operators in an expression
Read more
Avoid collapsible nested ‘if’
Read more