Does anyone has an experience with a code analysis tool that has a working plugin for both eclipse and intelliJ?
            Asked
            
        
        
            Active
            
        
            Viewed 2,040 times
        
    2 Answers
1
            Both FindBugs and CheckStyle work well with intelliJ 10 and eclipse. you may have to modify the JVM setting for the plugins to work.
but it works.
 
    
    
        special0ne
        
- 6,063
- 17
- 67
- 107
0
            
            
        have you also tried PMD? http://pmd.sourceforge.net/integrations.html
I'm an intelliJ user but it works for Eclipse. I would prefer FindBugs/PMD to CheckStyle. To be honest I use intelliJ's (9 version) built in Inspection tool as well. You will find this previous thread in SO useful Checkstyle vs. PMD
Found this plugin (multiple integration including PMD/FindBugs) for intelliJ this morning (yet to try) but here's the link http://plugins.intellij.net/plugin/?idea&id=4596
 
    