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.
| 1 | org.jcoderz.phoenix.report.EmmaReportReader |
| method org.jcoderz.phoenix.report.EmmaReportReader.parse(File) accesses list or array with constant index [100] | |
| 1 | org.jcoderz.phoenix.chart2d.Chart2DParser |
| method org.jcoderz.phoenix.chart2d.Chart2DParser.dispatch(boolean) accesses list or array with constant index [300] | |
| 1 | org.jcoderz.commons.logging.TraceLineFormat |
| method org.jcoderz.commons.logging.TraceLineFormat.parse(StringBuffer, LogFileEntry) accesses list or array with constant index [146] | |
| 1 | org.jcoderz.phoenix.chart2d.Chart2DHandlerImpl |
| method org.jcoderz.phoenix.chart2d.Chart2DHandlerImpl.readCache() accesses list or array with constant index [1254] | |
| 1 | org.jcoderz.commons.logging.ParameterLineFormat |
| method org.jcoderz.commons.logging.ParameterLineFormat.parse(StringBuffer, LogFileEntry) accesses list or array with constant index [206] | |