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
Resolve classpath entries also against workspace root
That allows to have both absolute libraries as well as libraries
contained in other projects.
Also recreate classloader if the classpath of the project changed.
Copy file name to clipboardExpand all lines: net.sourceforge.pmd.eclipse.plugin/src/main/java/net/sourceforge/pmd/eclipse/runtime/cmd/JavaProjectClassLoader.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
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ public class ProjectPropertiesImpl implements IProjectProperties {
66
66
privatebooleanfullBuildEnabled = true; // default in case didn't come from properties
0 commit comments