<< Downloading Day | Home | Page 23 >>

NetBeans 3.6: Still Annoying

I downloaded NetBeans 3.6 and installed it yesterday.

Today I tried to write some Java code with it. I mounted my src directory in ten clicks after reading a 1.3KB document.

Then I created a class with the CreaetAClassWizard. And here is the class:

/*
 * Foo.java
 *
 * Created on April 15, 2004, 2:23 AM
 */

/**
 *
 * @author  weiqi
 */
public class Foo {
    
    /** Creates a new instance of Foo */
    public Foo() {
    }
    
}

In case anybody is listening at NetBeans, it is the public no-arg constructor that is annoying. I did not ask for it. It is not obvious to me while I'm in the Wizard that I'm going to get a public no-arg constructor before I clicked Finish. I applaud the Wizards attempt at guessing what I want.

But I'm sorry. You guessed wrong. And I'm uninstalling the thing.

I'm not saying NetBeans isn't any good. I'm sure people who've been using it all along will find it the most pleasing thing in the world. It's just not for me.



Re: NetBeans 3.6: Still Annoying

Have you done a comparison of IDEs ability to let you create classes using wizards without empty argument constructors? Or did you just look for something to annoy you so that you could get the pleasure of uninstalling this software?

Re: NetBeans 3.6: Still Annoying

Maybe you should rename the blog entry: Netbeans isn't for unpatient users. If you bothered to check closer, you'd discover that you can edit the class templates to avoid having no-arg contructors created automatically.

Re: NetBeans 3.6: Still Annoying

Both Eclipse and IDEA generated empty classes:

public class Foo {
}

by default.

Re: NetBeans 3.6: Still Annoying

I am not starting a flame war or anything, rather just stating a fact... in response to Anonymous(1), both Eclipse and Intellij have explicit support in their wizards for turning on/off the default constructor.

Re: NetBeans 3.6: Still Annoying

I'm plenty patient, or I would have balked at the ten click deal to mount the directory.

P.S. I posted the third comment (timestamped at 10:21:58 AM CDT) but I forgot to enter the name.

Re: NetBeans 3.6: Still Annoying

Every time I take time to give NetBeans a shot, I come to the same conclusion. That conclusion is that I just don't get it. Their metaphors seem awkward to me. It is difficult to figure out how to configure the tool to suit my preferences. Nothing seems easy to do to me. I know that all the NetBeans fanatics out there think that it is very easy and intuitive to work with. I just don't get it. IntelliJ IDEA does every thing I want the IDE to do and it doesn't try to do a bunch of nonsense that I don't want. After IDEA I would select Eclipse. After Eclipse there are about 42 tools that I would have to go through before I get to NetBeans. :)

Re: NetBeans 3.6: Still Annoying

I paid $149 for the IDEA 4.0 upgrade. I'm happy with the purchase. I love open source tools, but I can work a few hours overtime to earn back the $149. I'll end up saving a LOT more time thanks to all of the little productivity enhancements built into IDEA, like doing almost any operation with a single keystroke rather than 10 clicks.

I reached a similar conclusing when considering Eclipse. Every operation seemed to take just one or two extra mouse clicks when compared to IDEA.

Re: NetBeans 3.6: Still Annoying

You are a dirty whiner paid by Intellij.

Re: NetBeans 3.6: Still Annoying

Weiqi Gao, I have the same problem with Eclipse: I try it from time to time, but I just don't get the metaphor... so I disintall it and go back to good old NetBeans. (I really tried, since Eclipse has refactoring already, not just 5 minutes)

Add a comment Send a TrackBack