This commit is contained in:
Alexey Kudravtsev
2013-07-04 11:13:45 +04:00
parent 048746e2e0
commit cca7cb0fc2
@@ -222,10 +222,12 @@ public abstract class InspectionToolWrapper<T extends InspectionProfileEntry, E
public void cleanup() {
myContext = null;
getTool().cleanup();
T tool = myTool;
if (tool != null) {
tool.cleanup();
}
}
@NotNull
public abstract JobDescriptor[] getJobDescriptors(@NotNull GlobalInspectionContext context);
}