View by Classes

Findings - Overview

warning Should be a static inner class (Findbugs)

Further info on the wiki.

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.

2org.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]
1org.jcoderz.guidelines.snippets.IndentationSample
Should org.jcoderz.guidelines.snippets.IndentationSample$SimpleImplementator be a _static_ inner class? [53]
1org.jcoderz.commons.tracing.Slf4jTracer
Should org.jcoderz.commons.tracing.Slf4jTracer$Slf4jTracingToken be a _static_ inner class? [248]
1org.jcoderz.commons.tracing.JulTimingTracer
Should org.jcoderz.commons.tracing.JulTimingTracer$JulTimingTracingToken be a _static_ inner class? [254]
1org.jcoderz.commons.taskdefs.MakeReadonlyBeans
Should org.jcoderz.commons.taskdefs.MakeReadonlyBeans$ReadOnlyBean be a _static_ inner class? [339]
1org.jcoderz.commons.tracing.JulTracer
Should org.jcoderz.commons.tracing.JulTracer$JulTracingToken be a _static_ inner class? [228]