How to build my own Java Math library?

Is there any software that can spell check Java source code?

  • To be clear, I'm looking for a [free] piece of software that will run over a Java source tree and flag any method names or string constants that contain misspelled words. I'm *not* looking for a Java library that will perform spell checking on text. Also, the software should be able to be run from the command line as part of an automated build.

  • Answer:

    Eclipse.

Rick Mangi at Quora Visit the source

Was this solution helpful to you?

Other answers

There's Eclipse or IntelliJ, if you're unfamiliar with one of them or both, i advise you to have a look first at Getting Started with Java section: @http://learnjavaeasy.com/course/learn-java-online-with-java-8-by-examples/ Best regards

David Brad

Jetbrains IntelliJ does spell checking of Java variables, class names and comments. It even knows about CamelCase.

Martin Stein

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.