Bug |
Category |
Details |
Line |
Priority |
Redundant nullcheck of oldLastArtifact, which is known to be non-null in com.capitalone.dashboard.event.EnvironmentComponentEventListener.addCommitsToEnvironmentStage(EnvironmentComponent, Pipeline) |
STYLE |
RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE |
134 |
High |
Nullcheck of sortedArtifacts at line 164 of value previously dereferenced in com.capitalone.dashboard.event.EnvironmentComponentEventListener.addCommitsToEnvironmentStage(EnvironmentComponent, Pipeline) |
CORRECTNESS |
RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE |
164 |
Medium |
com.capitalone.dashboard.event.EnvironmentComponentEventListener.addCommitsToEnvironmentStage(EnvironmentComponent, Pipeline) makes inefficient use of keySet iterator instead of entrySet iterator |
PERFORMANCE |
WMI_WRONG_MAP_ITERATOR |
195 |
Medium |