This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 50475

Summary: 4.0 Beta 2 crashed badly on javadoc creation
Product: platform Reporter: Unknown <non_migrated_user>
Component: -- Other --Assignee: issues@platform <issues>
Status: CLOSED WONTFIX    
Severity: blocker CC: issues, rkubacki, tboudreau, ttran
Priority: P1    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: My log file.

Description Unknown 2004-10-15 12:30:52 UTC
I created the following JavaDoc comment to a
constructor:

    /** 
     *  @param driver The database driver. E.g.
"com.mysql.jdbc.Driver" for the MySQL database.
     *         url Where the database is located
     *         username Username of the person
trying to connect to the database.
     *         password Password of the person
trying to connect to the database.
     *  @see
http://dev.mysql.com/doc/connector/j/en/ for
detail on how to specify driver and url for the
MySQL database.
     Creates a new instance of DBManager */


NetBeans gave an error message which I clicked OK
to, but afterward it just kept popping up. I had
to kill NetBeans and remove the javadoc folders to
get it running again.
Comment 1 Unknown 2004-10-15 12:32:05 UTC
Created attachment 18317 [details]
My log file.
Comment 2 Jan Becicka 2004-10-15 14:55:57 UTC
Hm. These Exceptions are from Swing. The only exceptions from NB comes
from core module:

Annotation: Exception during initialization of HTML browser module
java.lang.IllegalStateException: Duplicate pair in treePair1:
SL[/Browsers/SwingBrowser pair2: SL[/Browsers/SwingBrowser index1: 6
index2: 6 item1: org.netbeans.core.ui.SwingBrowser@15b1773 item2:
org.netbeans.core.ui.SwingBrowser@15b1773 id1: b05236 id2: 160bf50
	at
org.openide.util.lookup.ALPairComparator.compare(ALPairComparator.java:52)

Reassigning to core for evaluation.
Comment 3 _ ttran 2004-10-16 19:36:22 UTC
this is a bug in Swing.  I think it's a well known bug.  Tim Boudreau
may know the JDK bug number and more details

Nothing we can do on NB side :-(
Comment 4 _ ttran 2004-10-16 19:36:59 UTC
btw, it's one time error or reproducible?  do you use Swing browser?
Comment 5 Unknown 2004-10-18 19:41:51 UTC
Q: btw, it's one time error or reproducible?  
A: Yes it is

Q: do you use Swing browser?
A: yes I do (did)?

Why is the no way to specify a browser in NetBeans? I can only choose
between Netscape, Mozilla and Swing? Why can't I give a path to the
one I want to use? Should I file a feature request or can I simply not
find the button?
Comment 6 _ ttran 2004-10-19 14:23:55 UTC
I don't know it first hand.  Perhaps you can ask on nbusers.  CC
Radim, who may also know how to set up a custom command line browser
Comment 7 _ rkubacki 2004-10-19 14:58:59 UTC
re browser customization - Tools | Options | IDE Configuration |
System & ext. tools settings | web browser

re exc. from lookup - I think we have already couple of reports about
this, perhaps already solved
Comment 8 Tomas Danek 2005-07-27 11:32:23 UTC
closing