View by Classes

Findings - Overview

info method accesses list or array with constant index (Findbugs)

Further info on the wiki.

This method accesses an array or list using a constant integer index. Often, this is a typo where a loop variable is intended to be used. If however, specific list indices mean different specific things, then perhaps replacing the list with a first-class object with meaningful accessors would make the code less brittle.

3org.jcoderz.commons.logging.TraceLineFormatTest
method org.jcoderz.commons.logging.TraceLineFormatTest.testGetLogSourceEmpty() accesses list or array with constant index (test code) [60],
method org.jcoderz.commons.logging.TraceLineFormatTest.testGetLogSourceFull() accesses list or array with constant index (test code) [71],
method org.jcoderz.commons.logging.TraceLineFormatTest.testGetLogSourceNullNull() accesses list or array with constant index (test code) [50]
1org.jcoderz.commons.util.DbUtilTest
method org.jcoderz.commons.util.DbUtilTest$TestInvocationHandler.invoke(Object, Method, Object[]) accesses list or array with constant index (test code) [243]