View by Classes

Findings - Overview

filtered Declaration in wrong Order (public to private) (Checkstyle)

Further info on the wiki.

According to Code Conventions for the Java Programming Language , the parts of a class or interface declaration should appear in the following order

  • Class (static) variables. First the public class variables, then the protected, then package level (no access modifier), and then the private.
  • Instance variables. First the public class variables, then the protected, then package level (no access modifier), and then the private.
  • Constructors
  • Methods
  • 111org.jcoderz.phoenix.sqlparser.TokenType
    Static variable definition in wrong order. [86:5],
    Static variable definition in wrong order. [92:5],
    Static variable definition in wrong order. [95:5],
    Variable access definition in wrong order. [95:5],
    Static variable definition in wrong order. [98:5],
    Variable access definition in wrong order. [98:5],
    Static variable definition in wrong order. [101:5],
    Variable access definition in wrong order. [101:5],
    Static variable definition in wrong order. [104:5],
    Variable access definition in wrong order. [104:5],
    Static variable definition in wrong order. [107:5],
    Variable access definition in wrong order. [107:5],
    Static variable definition in wrong order. [110:5],
    Variable access definition in wrong order. [110:5],
    Static variable definition in wrong order. [113:5],
    Variable access definition in wrong order. [113:5],
    Static variable definition in wrong order. [116:5],
    Variable access definition in wrong order. [116:5],
    Static variable definition in wrong order. [119:5],
    Variable access definition in wrong order. [119:5],
    Static variable definition in wrong order. [122:5],
    Variable access definition in wrong order. [122:5],
    Static variable definition in wrong order. [125:5],
    Variable access definition in wrong order. [125:5],
    Static variable definition in wrong order. [129:5],
    Variable access definition in wrong order. [129:5],
    Static variable definition in wrong order. [133:5],
    Variable access definition in wrong order. [133:5],
    Static variable definition in wrong order. [136:5],
    Variable access definition in wrong order. [136:5],
    Static variable definition in wrong order. [139:5],
    Variable access definition in wrong order. [139:5],
    Static variable definition in wrong order. [142:5],
    Variable access definition in wrong order. [142:5],
    Static variable definition in wrong order. [145:5],
    Variable access definition in wrong order. [145:5],
    Static variable definition in wrong order. [148:5],
    Variable access definition in wrong order. [148:5],
    Static variable definition in wrong order. [151:5],
    Variable access definition in wrong order. [151:5],
    Static variable definition in wrong order. [154:5],
    Variable access definition in wrong order. [154:5],
    Static variable definition in wrong order. [157:5],
    Variable access definition in wrong order. [157:5],
    Static variable definition in wrong order. [160:5],
    Variable access definition in wrong order. [160:5],
    Static variable definition in wrong order. [163:5],
    Variable access definition in wrong order. [163:5],
    Static variable definition in wrong order. [166:5],
    Variable access definition in wrong order. [166:5],
    Static variable definition in wrong order. [169:5],
    Variable access definition in wrong order. [169:5],
    Static variable definition in wrong order. [172:5],
    Variable access definition in wrong order. [172:5],
    Static variable definition in wrong order. [175:5],
    Variable access definition in wrong order. [175:5],
    Static variable definition in wrong order. [178:5],
    Variable access definition in wrong order. [178:5],
    Static variable definition in wrong order. [181:5],
    Variable access definition in wrong order. [181:5],
    Static variable definition in wrong order. [184:5],
    Variable access definition in wrong order. [184:5],
    Static variable definition in wrong order. [187:5],
    Variable access definition in wrong order. [187:5],
    Static variable definition in wrong order. [190:5],
    Variable access definition in wrong order. [190:5],
    Static variable definition in wrong order. [193:5],
    Variable access definition in wrong order. [193:5],
    Static variable definition in wrong order. [196:5],
    Variable access definition in wrong order. [196:5],
    Static variable definition in wrong order. [199:5],
    Variable access definition in wrong order. [199:5],
    Static variable definition in wrong order. [202:5],
    Variable access definition in wrong order. [202:5],
    Static variable definition in wrong order. [205:5],
    Variable access definition in wrong order. [205:5],
    Static variable definition in wrong order. [208:5],
    Variable access definition in wrong order. [208:5],
    Static variable definition in wrong order. [211:5],
    Variable access definition in wrong order. [211:5],
    Static variable definition in wrong order. [213:5],
    Variable access definition in wrong order. [213:5],
    Static variable definition in wrong order. [215:5],
    Variable access definition in wrong order. [215:5],
    Static variable definition in wrong order. [217:5],
    Variable access definition in wrong order. [217:5],
    Static variable definition in wrong order. [219:5],
    Variable access definition in wrong order. [219:5],
    Static variable definition in wrong order. [221:5],
    Variable access definition in wrong order. [221:5],
    Static variable definition in wrong order. [223:5],
    Variable access definition in wrong order. [223:5],
    Static variable definition in wrong order. [225:5],
    Variable access definition in wrong order. [225:5],
    Static variable definition in wrong order. [227:5],
    Variable access definition in wrong order. [227:5],
    Static variable definition in wrong order. [229:5],
    Variable access definition in wrong order. [229:5],
    Static variable definition in wrong order. [231:5],
    Variable access definition in wrong order. [231:5],
    Static variable definition in wrong order. [233:5],
    Variable access definition in wrong order. [233:5],
    Static variable definition in wrong order. [235:5],
    Variable access definition in wrong order. [235:5],
    Static variable definition in wrong order. [237:5],
    Variable access definition in wrong order. [237:5],
    Static variable definition in wrong order. [239:5],
    Variable access definition in wrong order. [239:5],
    Static variable definition in wrong order. [242:5],
    Static variable definition in wrong order. [262:5],
    Variable access definition in wrong order. [262:5]
    98org.jcoderz.phoenix.report.CheckstyleFindingType
    Static variable definition in wrong order. [78:4],
    Variable access definition in wrong order. [78:4],
    Static variable definition in wrong order. [88:4],
    Variable access definition in wrong order. [88:4],
    Static variable definition in wrong order. [97:4],
    Variable access definition in wrong order. [97:4],
    Static variable definition in wrong order. [107:4],
    Variable access definition in wrong order. [107:4],
    Static variable definition in wrong order. [117:4],
    Variable access definition in wrong order. [117:4],
    Static variable definition in wrong order. [127:4],
    Variable access definition in wrong order. [127:4],
    Static variable definition in wrong order. [137:4],
    Variable access definition in wrong order. [137:4],
    Static variable definition in wrong order. [147:4],
    Variable access definition in wrong order. [147:4],
    Static variable definition in wrong order. [157:4],
    Variable access definition in wrong order. [157:4],
    Static variable definition in wrong order. [167:4],
    Variable access definition in wrong order. [167:4],
    Static variable definition in wrong order. [177:4],
    Variable access definition in wrong order. [177:4],
    Static variable definition in wrong order. [187:4],
    Variable access definition in wrong order. [187:4],
    Static variable definition in wrong order. [197:4],
    Variable access definition in wrong order. [197:4],
    Static variable definition in wrong order. [208:4],
    Variable access definition in wrong order. [208:4],
    Static variable definition in wrong order. [219:4],
    Variable access definition in wrong order. [219:4],
    Static variable definition in wrong order. [229:4],
    Variable access definition in wrong order. [229:4],
    Static variable definition in wrong order. [239:4],
    Variable access definition in wrong order. [239:4],
    Static variable definition in wrong order. [249:4],
    Variable access definition in wrong order. [249:4],
    Static variable definition in wrong order. [259:4],
    Variable access definition in wrong order. [259:4],
    Static variable definition in wrong order. [269:4],
    Variable access definition in wrong order. [269:4],
    Static variable definition in wrong order. [279:4],
    Variable access definition in wrong order. [279:4],
    Static variable definition in wrong order. [290:4],
    Variable access definition in wrong order. [290:4],
    Static variable definition in wrong order. [300:4],
    Variable access definition in wrong order. [300:4],
    Static variable definition in wrong order. [311:4],
    Variable access definition in wrong order. [311:4],
    Static variable definition in wrong order. [323:4],
    Variable access definition in wrong order. [323:4],
    Static variable definition in wrong order. [334:4],
    Variable access definition in wrong order. [334:4],
    Static variable definition in wrong order. [344:4],
    Variable access definition in wrong order. [344:4],
    Static variable definition in wrong order. [354:4],
    Variable access definition in wrong order. [354:4],
    Static variable definition in wrong order. [365:4],
    Variable access definition in wrong order. [365:4],
    Static variable definition in wrong order. [376:4],
    Variable access definition in wrong order. [376:4],
    Static variable definition in wrong order. [386:4],
    Variable access definition in wrong order. [386:4],
    Static variable definition in wrong order. [396:4],
    Variable access definition in wrong order. [396:4],
    Static variable definition in wrong order. [406:3],
    Variable access definition in wrong order. [406:3],
    Static variable definition in wrong order. [416:4],
    Variable access definition in wrong order. [416:4],
    Static variable definition in wrong order. [426:4],
    Variable access definition in wrong order. [426:4],
    Static variable definition in wrong order. [436:4],
    Variable access definition in wrong order. [436:4],
    Static variable definition in wrong order. [446:4],
    Variable access definition in wrong order. [446:4],
    Static variable definition in wrong order. [458:4],
    Variable access definition in wrong order. [458:4],
    Static variable definition in wrong order. [468:4],
    Variable access definition in wrong order. [468:4],
    Static variable definition in wrong order. [478:3],
    Variable access definition in wrong order. [478:3],
    Static variable definition in wrong order. [488:3],
    Variable access definition in wrong order. [488:3],
    Static variable definition in wrong order. [498:3],
    Variable access definition in wrong order. [498:3],
    Static variable definition in wrong order. [509:3],
    Variable access definition in wrong order. [509:3],
    Static variable definition in wrong order. [519:3],
    Variable access definition in wrong order. [519:3],
    Static variable definition in wrong order. [531:3],
    Variable access definition in wrong order. [531:3],
    Static variable definition in wrong order. [541:3],
    Variable access definition in wrong order. [541:3],
    Static variable definition in wrong order. [552:3],
    Variable access definition in wrong order. [552:3],
    Static variable definition in wrong order. [563:3],
    Variable access definition in wrong order. [563:3],
    Static variable definition in wrong order. [573:3],
    Variable access definition in wrong order. [573:3]
    26org.jcoderz.phoenix.report.Severity
    Static variable definition in wrong order. [99:5],
    Static variable definition in wrong order. [108:5],
    Variable access definition in wrong order. [108:5],
    Static variable definition in wrong order. [113:5],
    Variable access definition in wrong order. [113:5],
    Static variable definition in wrong order. [121:5],
    Variable access definition in wrong order. [121:5],
    Static variable definition in wrong order. [130:5],
    Variable access definition in wrong order. [130:5],
    Static variable definition in wrong order. [138:5],
    Variable access definition in wrong order. [138:5],
    Static variable definition in wrong order. [147:5],
    Variable access definition in wrong order. [147:5],
    Static variable definition in wrong order. [153:5],
    Variable access definition in wrong order. [153:5],
    Static variable definition in wrong order. [161:5],
    Variable access definition in wrong order. [161:5],
    Static variable definition in wrong order. [171:5],
    Variable access definition in wrong order. [171:5],
    Static variable definition in wrong order. [177:5],
    Variable access definition in wrong order. [177:5],
    Static variable definition in wrong order. [180:5],
    Variable access definition in wrong order. [180:5],
    Static variable definition in wrong order. [183:5],
    Static variable definition in wrong order. [197:5],
    Variable access definition in wrong order. [197:5]