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 129862 - NullPointerException at eu.easyedu.dictionary.editor.DefaultDictionaryWindowTopComponent.searchTextFieldActionPerformed
Summary: NullPointerException at eu.easyedu.dictionary.editor.DefaultDictionaryWindowT...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@third-party
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-12 03:22 UTC by nihao5999
Modified: 2008-03-12 08:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 35681


Attachments
stacktrace (3.18 KB, text/plain)
2008-03-12 03:22 UTC, nihao5999
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nihao5999 2008-03-12 03:22:12 UTC
Build: NetBeans IDE 6.0 (Build 200711261600)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05
OS: Windows XP, 5.1, x86

User Comments:
Comment 1 nihao5999 2008-03-12 03:22:16 UTC
Created attachment 58206 [details]
stacktrace
Comment 2 Lukas Hasik 2008-03-12 08:47:28 UTC
I have no idea who's responsible for the eu.easyedu.dictionary.editor. It is probably an external plugin to netbeans
ide. Please, report to the owner of the module/application.


java.lang.NullPointerException
        at
eu.easyedu.dictionary.editor.DefaultDictionaryWindowTopComponent.searchTextFieldActionPerformed(DefaultDictionaryWindowTopComponent.java:147)
        at
eu.easyedu.dictionary.editor.DefaultDictionaryWindowTopComponent.access$100(DefaultDictionaryWindowTopComponent.java:36)
        at
eu.easyedu.dictionary.editor.DefaultDictionaryWindowTopComponent$2.actionPerformed(DefaultDictionaryWindowTopComponent.java:87)
        at javax.swing.JTextField.fireActionPerformed(JTextField.java:492)
        at