This class is an inner class, but does not use its embedded reference to the object which created it. This reference makes the instances of the class larger, and may keep the reference to the creator object alive longer than necessary. If possible, the class should be made static.
| 2 | org.jcoderz.guidelines.snippets.SampleSnippets |
| Should org.jcoderz.guidelines.snippets.SampleSnippets$ExampleClass be a _static_ inner class? [79], Should org.jcoderz.guidelines.snippets.SampleSnippets$IndentionSample be a _static_ inner class? [338] | |
| 1 | org.jcoderz.guidelines.snippets.IndentationSample |
| Should org.jcoderz.guidelines.snippets.IndentationSample$SimpleImplementator be a _static_ inner class? [53] | |
| 1 | org.jcoderz.commons.tracing.Slf4jTracer |
| Should org.jcoderz.commons.tracing.Slf4jTracer$Slf4jTracingToken be a _static_ inner class? [248] | |
| 1 | org.jcoderz.commons.tracing.JulTimingTracer |
| Should org.jcoderz.commons.tracing.JulTimingTracer$JulTimingTracingToken be a _static_ inner class? [254] | |
| 1 | org.jcoderz.commons.taskdefs.MakeReadonlyBeans |
| Should org.jcoderz.commons.taskdefs.MakeReadonlyBeans$ReadOnlyBean be a _static_ inner class? [339] | |
| 1 | org.jcoderz.commons.tracing.JulTracer |
| Should org.jcoderz.commons.tracing.JulTracer$JulTracingToken be a _static_ inner class? [228] | |