Useful Java Coding Tools

I was wondering what tools people use to make their coding more enjoyable or easier. Especially in java.

Also, what tools would be good?

EDIT: suppose we all use some kind of IDE that supports plugins ...: -p

+5
source share
11 answers
  • IDEs, e.g. IntelliJ, Eclipse, Netbeans. If you use IntelliJ, get involved Ctrl+SpaceandAlt+Enter
  • Use debugger
  • Use the built-in profiler or IDE plugins like YourKit
  • Build and continuous integration tool, ant, maven, buildr, TeamCity, Hudson, etc.
  • Java coffee at CAFE BABE
+8
source

FindBugs - , IDE .

+5
+3

Eclipse EclEmma JUnit , .

+3

Eclipse, Maven, Google Collections, Apache Commons, YourKit 30- !

+2
  • Netbeans IDE: . , Swing, GUI .
  • TortoiseSVN Subclipse Eclipse - , Subversion.
  • Notepad ++ ( Windows): XML/HTML .. , .
  • . , . - , . , . Ballmer Peak!
  • : Google: , - . , , .
+2

, b'coz, . google

: -)

+2

IDE, , , .

!

IntelliJ IDEA , Key Promoter Plugin Java .

, javap. !

+2
+1

: JRebel ( Java Rebel), .

.

: JRabel

+1

nWire Java, Eclipse. :

  • Code visualization is an interactive graphical representation of components and associations.
  • Code navigation - a unique navigation view shows all associations and works with you while writing or reading code.
  • Quick search - type search for methods, fields, files, etc.
+1
source

All Articles