You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: net.sourceforge.pmd.eclipse.plugin/src/main/java/net/sourceforge/pmd/eclipse/runtime/properties/IProjectProperties.java
Copy file name to clipboardExpand all lines: net.sourceforge.pmd.eclipse.plugin/src/main/java/net/sourceforge/pmd/eclipse/runtime/properties/impl/ProjectPropertiesImpl.java
+58-36Lines changed: 58 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,9 @@
40
40
importjava.io.ByteArrayOutputStream;
41
41
importjava.io.File;
42
42
importjava.io.IOException;
43
+
importjava.util.ArrayList;
43
44
importjava.util.HashSet;
45
+
importjava.util.List;
44
46
importjava.util.Set;
45
47
46
48
importorg.apache.log4j.Logger;
@@ -106,8 +108,8 @@ public ProjectPropertiesImpl(final IProject project, IProjectPropertiesManager p
106
108
}
107
109
108
110
/**
109
-
* Determines the included and excluded paths configured for the build path
110
-
* of this eclipse project.
111
+
* Determines the included and excluded paths configured for the build path of
Copy file name to clipboardExpand all lines: net.sourceforge.pmd.eclipse.plugin/src/main/java/net/sourceforge/pmd/eclipse/runtime/properties/impl/ProjectPropertiesManagerImpl.java
Copy file name to clipboardExpand all lines: net.sourceforge.pmd.eclipse.plugin/src/main/java/net/sourceforge/pmd/eclipse/ui/properties/PMDProjectPropertyPage.java
0 commit comments