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 255818 - NullPointerException at org.netbeans.modules.cnd.editor.reformat.Reformatter.reformatImpl
Summary: NullPointerException at org.netbeans.modules.cnd.editor.reformat.Reformatter....
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-08 22:10 UTC by emiddio
Modified: 2016-07-08 13:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 220445


Attachments
stacktrace (4.93 KB, text/plain)
2015-10-08 22:10 UTC, emiddio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description emiddio 2015-10-08 22:10:20 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 7

User Comments:
emiddio: tools/options looking at blank line options




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.editor.reformat.Reformatter.reformatImpl(Reformatter.java:150)
   at org.netbeans.modules.cnd.editor.reformat.Reformatter.reformat(Reformatter.java:116)
   at org.netbeans.modules.cnd.editor.options.EditorPropertySheet$3.run(EditorPropertySheet.java:646)
   at org.netbeans.editor.GuardedDocument.runAtomicAsUser(GuardedDocument.java:356)
   at org.netbeans.modules.cnd.editor.options.EditorPropertySheet.refreshPreview(EditorPropertySheet.java:641)
   at org.netbeans.modules.cnd.editor.options.EditorPropertySheet.repaintPreview(EditorPropertySheet.java:578)
Comment 1 emiddio 2015-10-08 22:10:22 UTC
Created attachment 156637 [details]
stacktrace
Comment 2 Alexander Simon 2016-07-08 13:57:17 UTC
Hi emiddio,

It seem you have a steps to reproduce the bug.
Could you provide us the steps?

Thanks,
Alexander