Slashdot Mirror


User: mattbishop

mattbishop's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Great: WHY? on Apple Updates to Java 1.4.1 · · Score: 1

    1. Project builder can't refactor--rename a class, it changes the classname, constructors, and all the usages of that class in the code base.

    2. Project builder can't find usages: Hmm, who uses this method? let's find out...wow, it is used in 5 places! Let's change the name of the method...see 1 above.

    3. Project builder can't tell you squat about unused methods, variables and imports. Intellij keeps you informed as to what is unused so you can crop it out.

    There's so many reasons Intellij rocks. Oh, did I mention code-completion off taglibs in JSPs? Refactoring in JSPs?