src/main/java/org/jetbrains/plugins/spotbugs/gui/tree/model/Grouper.java (8 lines): - line 95: // FIXME make dynamic - line 141: // FIXME: multilevel comparator: by depth-comparators.size(); for (int y = depth; y < comparators.size(); y++) { - line 148: Collections.sort(groups, c); // FIXME: comparators.get(depth-1) ??? - line 149: parentIndex = Collections.binarySearch(groups, comparable, comparators.get(depth - 1)); // FIXME: comparators.get(depth-1) ??? - line 188: final Comparator c = _callback.currentGroupComparatorChain(depth); // FIXME: -1 ??? - line 190: final List groups = _callback.availableGroups(depth, comparable); // FIXME: -1 ??? - line 191: Collections.sort(groups, c); // FIXME: -1 ??? - line 192: parentIndex = Collections.binarySearch(groups, comparable, c); // FIXME: -1 ??? src/main/java/org/jetbrains/plugins/spotbugs/gui/editor/BugAnnotator.java (6 lines): - line 112: // FIXME: use color from annotation configuration - line 117: // FIXME: use color from annotation configuration - line 145: // FIXME: use color from annotation configuration - line 174: // FIXME: use color from annotation configuration - line 199: // FIXME: use color from annotation configuration - line 224: // FIXME: use color from annotation configuration src/main/java/org/jetbrains/plugins/spotbugs/gui/tree/GroupBy.java (5 lines): - line 114: return new GroupBy[]{BugCategory, BugType, BugShortDescription}; // FIXME: 2:Package, 3:Class, 4:Priority - line 116: return new GroupBy[]{Class, BugCategory, BugType, BugShortDescription}; // FIXME: 1:Package, 3:Priority - line 118: return new GroupBy[]{Package, BugCategory, BugType, BugShortDescription}; // FIXME: 2:Priority, 3:Class - line 120: return new GroupBy[]{Priority, BugCategory, BugType, BugShortDescription}; // FIXME: 2:Package, 3:Class - line 128: // FIXME: getAvailGroupsForPrimaryGroup ??? static !!?? src/main/java/org/jetbrains/plugins/spotbugs/gui/tree/TreeOccurenceNavigator.java (2 lines): - line 94: return null; //FIXME: implement - line 100: return null; //FIXME: implement src/main/java/org/jetbrains/plugins/spotbugs/gui/tree/BugTreeHelper.java (1 line): - line 135: // FIXME: fix me src/main/java/org/jetbrains/plugins/spotbugs/intentions/SuppressReportBugIntentionAction.java (1 line): - line 158: * FIXME Scala Plugin: src/main/java/org/jetbrains/plugins/spotbugs/gui/tree/ScrollToSourceHandler.java (1 line): - line 58: // FIXME: call super.install(JTree tree) src/main/java/org/jetbrains/plugins/spotbugs/common/util/FindBugsUtil.java (1 line): - line 44: // TODO: fill proper values src/main/java/org/jetbrains/plugins/spotbugs/gui/intentions/GroupBugIntentionListPopupStep.java (1 line): - line 79: return value.getText(); // FIXME: src/main/java/org/jetbrains/plugins/spotbugs/actions/HelpAction.java (1 line): - line 45: // TODO: fill proper values src/main/java/org/jetbrains/plugins/spotbugs/gui/editor/BugsLineMarkerProvider.java (1 line): - line 65: * TODO: Note that this method could be invoked outside EDT! src/main/java/org/jetbrains/plugins/spotbugs/gui/tree/model/AbstractNodeDescriptor.java (1 line): - line 42: int _memberCount; // FIXME: ??? needed ??? src/main/java/org/jetbrains/plugins/spotbugs/gui/toolwindow/view/BugDetailsComponents.java (1 line): - line 281: // FIXME: set Suppress actions hyperlink src/main/java/org/jetbrains/plugins/spotbugs/gui/intentions/RootGroupBugIntentionListPopupStep.java (1 line): - line 68: // FIXME: combined icon src/main/java/org/jetbrains/plugins/spotbugs/common/util/IdeaUtilImpl.java (1 line): - line 492: // FIXME: add finding the method src/main/java/org/jetbrains/plugins/spotbugs/gui/tree/NodeVisitor.java (1 line): - line 34: // FIXME: visitor cache src/main/java/org/jetbrains/plugins/spotbugs/gui/tree/RecurseNodeVisitor.java (1 line): - line 29: public class RecurseNodeVisitor implements NodeVisitor { // FIXME: rename recurseGroupVisitor src/main/java/org/jetbrains/plugins/spotbugs/preferences/AnalysisEffort.java (1 line): - line 34: public enum AnalysisEffort { // FIXME Cleanup unused