View by Classes

Findings - Overview

code-style Fields must not be public (Checkstyle)

Further info on the wiki.

Checks visibility of class members. Only static final members may be public; other class members must be private.

Rationale: Enforce encapsulation.

3org.jcoderz.commons.logging.XmlPrinterTest
Variable 'mPrinter' must be private and have accessor methods. [106:25],
Variable 'mCharWriter' must be private and have accessor methods. [107:29],
Variable 'mXmlPrinter' must be private and have accessor methods. [108:18]
2org.jcoderz.commons.tracing.TracingInjector
Variable 'mPatterString' must be private and have accessor methods. [123:16],
Variable 'mPatterns' must be private and have accessor methods. [124:16]
2org.jcoderz.guidelines.snippets.JCoderZJavaExample
Variable 'sClassVar1' must be private and have accessor methods. [61:26],
Variable 'mInstanceVar2' must be private and have accessor methods. [78:19]
2org.jcoderz.phoenix.sqlparser.ParseException
Variable 'mLine' must be private and have accessor methods. [45:15],
Variable 'mColumn' must be private and have accessor methods. [46:15]
1org.jcoderz.guidelines.snippets.SampleSnippets
Variable 'count' must be private and have accessor methods. [292:9]
1org.jcoderz.phoenix.report.samples.SimplePmdFindings
Variable 'sNoneFinalStatic' must be private and have accessor methods. (sample) [46:22]