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 271082 - NullPointerException at org.netbeans.modules.options.OptionsPanel.clearAllinQS
Summary: NullPointerException at org.netbeans.modules.options.OptionsPanel.clearAllinQS
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-13 06:01 UTC by ExIngus
Modified: 2017-07-13 06:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222314


Attachments
stacktrace (3.58 KB, text/plain)
2017-07-13 06:01 UTC, ExIngus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ExIngus 2017-07-13 06:01:56 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Windows 7

User Comments:
GUEST: export settings from 8.2 RC

GUEST: ????? ???????? ????????, ????????? ??????? ?????

ExIngus: ?????? ??? ??????? ??????????, ??? ?? ??????

GUEST: import setting formating




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.options.OptionsPanel.clearAllinQS(OptionsPanel.java:858)
   at org.netbeans.modules.options.OptionsPanel.access$2000(OptionsPanel.java:125)
   at org.netbeans.modules.options.OptionsPanel$OptionsQSCallback.quickSearchCanceled(OptionsPanel.java:841)
   at org.openide.awt.QuickSearch$SearchFieldListener.searchForNode(QuickSearch.java:834)
   at org.openide.awt.QuickSearch$SearchFieldListener.removeUpdate(QuickSearch.java:764)
   at javax.swing.text.AbstractDocument.fireRemoveUpdate(AbstractDocument.java:259)
Comment 1 ExIngus 2017-07-13 06:01:58 UTC
Created attachment 164753 [details]
stacktrace