Menu

Java

2015-09-30
2015-11-06
  • Martin Strunz

    Martin Strunz - 2015-09-30

    Might it a be possible to extend the cppcheck engine to a new project called javacheck ?

     
  • Alexander Mai

    Alexander Mai - 2015-10-02

    IMHO no.
    The cppcheck engine is very language-specific. There is almost nothing left which might be used for Java. For Java exist various code checkers - why don't you try to enhance those?

     
  • Daniel Marjamäki

    if you want you can run cppcheck on a java file:

    $ cppcheck --enable=all Fred.java
    

    but it does not make much sense to do this. A dedicated java tool will work so much better.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.