[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Cannot Load Visual Editor

Hal Vaughan wrote:
Any idea why the error message dialog box only says, "NullPointerError" and
doesn't give a stacktrace?

I can't say with authority about Eclipse's design, but it is generally considered poor UI design to show details like a stack trace in a error notification dialog. These kinds of error usually mean that "something went horribly wrong" and a GUI element isnt' the proper debugging mechanism.


Eric