Menu

#1011 PMD 5.3.7

None
closed-accepted
None
5
2016-11-15
2016-05-26
Dale Anson
No

{{{ PMDPlugin 5.3.7
Source: Source code is in git with the tag 5.3.7
Announcement: updated to PMD 5.3.7
Requires Java 1.7
Requires jEdit 05.02.01.00
Required plugins:
Common Controls 1.7.4 (CommonControlsPlugin)
ErrorList 2.3 (errorlist.ErrorListPlugin)
Jakarta Commons 0.9 (jakartacommons.JakartaCommonsPlugin)
RhinoPlugin 1.7R4 (rhino.RhinoPlugin)

Short Description: The PMD plugin is a Java source code analysis tool.

Long Description: <html>

PMD is a Java source code analysis tool - it checks your code for unused fields, empty try/catch/finally/if/while blocks, unused method parameters, and stuff like that. There's much more info at http://pmd.sf.net/. Share and enjoy!


}}}

Discussion

  • Townsfolk

    Townsfolk - 2016-06-22
    • status: open --> pending
    • assigned_to: Townsfolk
     
  • Townsfolk

    Townsfolk - 2016-06-22

    Getting compile error:

    [javac] Compiling 31 source files to /Users/elberry/development/projects/jedit/sandbox/plugins/PMDPlugin-5.3.7/PMDPlugin/build
        [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
        [javac] /Users/elberry/development/projects/jedit/sandbox/plugins/PMDPlugin-5.3.7/PMDPlugin/src/net/sourceforge/pmd/jedit/checkboxtree/DefaultTreeCheckingModel.java:713: error: ')' expected
        [javac]                 .append(path.toString().append('\n');
        [javac]                                                     ^
        [javac] 1 error
    

    Please fix and re-tag.

     
  • Dale Anson

    Dale Anson - 2016-06-22

    Thanks, I've found another bug in this also, I'll get them both fixed and resubmit.

     
  • Dale Anson

    Dale Anson - 2016-06-24
    • status: pending --> open
     
  • Dale Anson

    Dale Anson - 2016-06-24

    Bugs are fixed, same tag name.

     
  • Townsfolk

    Townsfolk - 2016-11-15
    • status: open --> closed-accepted
     

Log in to post a comment.