Menu

#1352 Unable to check more than one class without FullBuildEnabled

Eclipse-Plugin
closed
None
Eclipse
3-Major
Bug
2015-05-09
2015-05-09
No

With the options
PMD enabled: true
Full build enabled: false

I can let PMD check a single class. But I'm not able to check e.g. a whole package.
The log says "Skipping resource xxx because of fullBuildEnabled flag".
I have to enable "Full build enabled" to be able to check a package. But I want to be able to check a package without letting PMD check everything on a full build.

Perhaps changing ReviewCodeCmd.java:393 to
if (properties.isFullBuildEnabled() || isUserInitiated())...
fixes this?

Discussion

  • Andreas Dangel

    Andreas Dangel - 2015-05-09
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,4 +1,3 @@
    -
    
     With the options
     PMD enabled: true
    
    • status: in-progress --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB