A tool like ReSharper, but for Java?

JavaResharper

Java Problem Overview


I have read a lot about ReSharper on here. It sounds like it has a lot of cool features to help the programmer out. Trouble is, I don't write C#.

Is there any tool that has similar functionality to ReSharper, but for Java instead?

Thank you!

Java Solutions


Solution 1 - Java

Use IntelliJ IDEA an IDE from JetBrains - the creator of ReSharper. It's not "like resharper" - it's the original and resharper is like it for C#.

Solution 2 - Java

I believe most Java IDEs already have it - I certainly view ReSharper as the tool which brings Visual Studio up to the level of Eclipse :)

Do you have any specific R# features in mind?

Solution 3 - Java

Resharper was developed by JetBrains and is a port of IntelliJ functionality to C#

Solution 4 - Java

Use NetBeans IDE, this IDE has all functionality of the ReSharper and the most important, they are natively in the IDE.

Solution 5 - Java

http://www.jetbrains.com/idea/, a Java IDE made by Jetbrains, the Resharper creator.

It's not an addin to an IDE, but it is a excellent IDE itself. Most features (if not all) that you can found in ReSharper are in IntelliJ.

Solution 6 - Java

ReSharper is a Visual Studio tool, not a language tool. The closest equivalent would be IntelliJ IDEA, from the people who created ReSharper.

Solution 7 - Java

If I recall it correctly resharper are just the extra features that Intellj (the jetbrains ide) has by default for java

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
Questioneleven81View Question on Stackoverflow
Solution 1 - JavaDror HelperView Answer on Stackoverflow
Solution 2 - JavaJon SkeetView Answer on Stackoverflow
Solution 3 - JavasblundyView Answer on Stackoverflow
Solution 4 - Javauser151747View Answer on Stackoverflow
Solution 5 - JavaJulien HoarauView Answer on Stackoverflow
Solution 6 - JavaRobert S.View Answer on Stackoverflow
Solution 7 - JavaDavyRView Answer on Stackoverflow