• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

PMD Checkstyle

 
Ranch Hand
Posts: 102
Eclipse IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

Can anyone please let me know the steps to install PMD checkstyle in Ecllipse to review the code.

Thanks in Advance

Regards,
Varshini
 
Marshal
Posts: 79706
381
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you had searched you would have found this.

Moving to IDEs forum.
 
Varshini Priya
Ranch Hand
Posts: 102
Eclipse IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I have searched and got the information. I have also downloaded the plugins and added it to my ecllipse plugins folder. But Im not able to configure the checkstyle. I have downloaded the plugins for checkstyle and I have copied it to my ecllipse plugins folder. Have also restarted my ecllipse. But when I go to windows---> preferences, checkstyle is not getting listed there.

Please Assist, Thanks in Advance.

Regards,
Varshini
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First, PMD and Checkstyle are two different things.

It's easiest to install them using the update manager; it'll be much harder to debug what could have gone wrong with a manual installation.
 
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

installation and configuration of Checkstyle (and Findbugs) is described here: http://www.vogella.de/articles/EclipseCodeAnalysis/article.html

This does not describe PMD.

Best regards, Lars
 
Varshini Priya
Ranch Hand
Posts: 102
Eclipse IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

Can you please let me know about the Update manager. I wanted to install checkstyle in my system and I have downloaded the corresponding plugins as well. Please let me know the steps to install . Many Thanks


 
David Newton
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Help -> Software Updates -> Find and Install
 
Lars Vogel
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The article I posted contains a link to an explaination of the usage of the update manager. Direct link: http://www.vogella.de/articles/Eclipse/article.html#plugin_installation

In the update manager just press "New Site" and then follow the instruction.
 
Beauty is in the eye of the tiny ad.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic