Scalable and Agile Architectures for EBusiness Community Sports Management System (CSMS)

the CSMS site
Home
 
   

Checkstyle Analysis of org.fanfoot.prefs.PreferenceManager


print-friendly
version

Checkstyle Analysis

This page details coding standard errors found in the Java source code for this project. These are style errors and as such do not prevent the code from running, however, many people argue that well styled code is easily readable, and that easily readable code is easier to maintain.

Details

org/fanfoot/prefs/PreferenceManager.java
Line Error
58 'static' modifier out of order with the JLS suggestions.
60 'static' modifier out of order with the JLS suggestions.
62 'static' modifier out of order with the JLS suggestions.
65 'static' modifier out of order with the JLS suggestions.
68 'static' modifier out of order with the JLS suggestions.
72 Line is longer than 80 characters.
72 'static' modifier out of order with the JLS suggestions.
74 'static' modifier out of order with the JLS suggestions.
76 'static' modifier out of order with the JLS suggestions.

Generated by Checkstyle and Ant .