no StrutsProjectComponent for default project

This commit is contained in:
Dmitry Avdeev
2012-10-04 16:24:47 +04:00
parent 76d758a038
commit 5860231401
@@ -115,7 +115,7 @@ public class InspectionValidatorWrapper implements Validator {
@NotNull
public ProcessingItem[] getProcessingItems(final CompileContext context) {
final Project project = context.getProject();
if (!ValidationConfiguration.shouldValidate(this, context)) {
if (project.isDefault() || !ValidationConfiguration.shouldValidate(this, context)) {
return ProcessingItem.EMPTY_ARRAY;
}
final ExcludedEntriesConfiguration excludedEntriesConfiguration = ValidationConfiguration.getExcludedEntriesConfiguration(project);