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 234947 - NullPointerException: The description parameter cannot be null
Summary: NullPointerException: The description parameter cannot be null
Status: RESOLVED WORKSFORME
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-24 17:37 UTC by ionuion
Modified: 2013-09-29 04:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202936


Attachments
stacktrace (1003 bytes, text/plain)
2013-08-24 17:37 UTC, ionuion
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ionuion 2013-08-24 17:37:22 UTC
Build: NetBeans IDE Dev (Build 201308202300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Mac OS X

User Comments:
GUEST: This is always making exceptions!

ionuion: right click on a fxml file in the project window

GUEST: Just started the IDE and this error eccured!




Stacktrace: 
java.lang.NullPointerException: The description parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.netbeans.spi.editor.hints.ErrorDescriptionFactory.createErrorDescription(ErrorDescriptionFactory.java:150)
   at org.netbeans.modules.javafx2.editor.ErrorHintProvider.run(ErrorHintProvider.java:86)
   at org.netbeans.modules.javafx2.editor.ErrorHintProvider.run(ErrorHintProvider.java:69)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callParserResultTask(TaskProcessor.java:568)
   at org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:744)
Comment 1 ionuion 2013-08-24 17:37:23 UTC
Created attachment 139182 [details]
stacktrace
Comment 2 Lou Dasaro 2013-09-05 06:20:01 UTC
Cannot duplicate in earlier or later versions of NB DEV in either Windows or Linux. Perhaps someone with a Mac can try. WORKSFORME!
Comment 3 Svata Dedic 2013-09-05 08:06:02 UTC
worksforme on MacOS X as well (20130903-bd999cb3ba8f). When reopening, please attach the fxml file exhibiting the error: it caused by an error mark without a description, so may depend on the kind of error.
Comment 4 Chiana 2013-09-29 00:56:20 UTC
See # 236508