The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| com.github.dexecutor.executor.graph.DefaultGraph | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| com.github.dexecutor.executor.graph.DefaultGraph.getInitialNodes() makes inefficient use of keySet iterator instead of entrySet iterator | PERFORMANCE | WMI_WRONG_MAP_ITERATOR | 55 | Medium |
| com.github.dexecutor.executor.graph.DefaultGraph.getLeafNodes() makes inefficient use of keySet iterator instead of entrySet iterator | PERFORMANCE | WMI_WRONG_MAP_ITERATOR | 75 | Medium |