--- /dev/null
+Following settings for Helios Service Release 1
+
+
+W = Warning
+I = Ignore
+E = Error
+
+Code style
+ - Non-static access to static member - W
+ - Indirect access to static member - I
+ - Unqualified access to instance field - I
+ - Undocumented empty block - I
+ - Access to a non-accessible member... - I
+ - Method with a constructor name - W
+ - Parameter assignment - I
+ - Non-externalized strings - I
+Potential programming errors
+ - All - W
+Name shadowing and conflicts
+ - Field declaration hides another... - I
+ - Local variable declaration hides.. - I
+ - Type parameter hides another type - W
+ - Method does not override... - W
+ - Interface method conflicts... - W
+Deprecated and restricted API
+ - Deprecated API - W
+ (no additional check boxes)
+ - Forbidden references - E
+ - Discouraged reference - W
+Unnecessary code
+ - Unnecessary else - I
+ - The rest - W
+ (all additional check boxes)
+Generic types
+ - All - W
+Annotations
+ - All - W
+ (all additional check boxes)
+
\ No newline at end of file