IDEA-85129 PHP inspections have no names in quick fix menu

wrappers propagated through LocalInspectionsPass
This commit is contained in:
Dmitry Avdeev
2012-04-25 10:28:06 +04:00
parent 70c6a17c1a
commit 59cdfeeadf
4 changed files with 52 additions and 54 deletions
@@ -135,7 +135,7 @@ public class HighlightSuppressedWarningsHandler extends HighlightUsagesHandlerBa
Runnable inspect = new Runnable() {
@Override
public void run() {
pass.doInspectInBatch(managerEx, Collections.<InspectionProfileEntry>singletonList(tool));
pass.doInspectInBatch(managerEx, Collections.<LocalInspectionToolWrapper>singletonList(tool));
}
};
if (indicator == null) {