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 51730 - quickstart 4.0 creating javadoc NullPointerException
Summary: quickstart 4.0 creating javadoc NullPointerException
Status: RESOLVED DUPLICATE of bug 49249
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-22 20:08 UTC by martinb
Modified: 2004-12-02 12:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log file asked to send (278.97 KB, text/plain)
2004-11-22 20:09 UTC, martinb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description martinb 2004-11-22 20:08:34 UTC
4.0beta2

doing the quickstart 

http://www.netbeans.org/kb/articles/quickstart-
40.html
reaching point:
Generating Javadoc Select the MyLib project and 
choose Build > Generate Javadoc for 
Project "MyLib". Javadoc output appears in the 
Output window, and your web browser opens 
displaying the Javadoc. 
 
results in:
java.lang.NullPointerException
	at 
javax.swing.text.html.CSS$FontSize.getValue
(CSS.java:1672)
	at 
javax.swing.text.html.CSS$FontSize.toStyleConstant
s(CSS.java:1805)

and so on, have to shutdown the ide to stop it
restarted ide trying to create the javadoc, 
problem remains.

kr martin
Comment 1 martinb 2004-11-22 20:09:58 UTC
Created attachment 18994 [details]
log file asked to send
Comment 2 Martin Matula 2004-12-02 09:41:45 UTC
jpokorsky, please evaluate.
Comment 3 Jan Pokorsky 2004-12-02 12:47:49 UTC
Read Jan Chalupa's comments in issue #49249 how to workaround this.

*** This issue has been marked as a duplicate of 49249 ***