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 155777 - NullPointerException at org.netbeans.modules.db.dataview.table.MultiColPatternFilter.test
Summary: NullPointerException at org.netbeans.modules.db.dataview.table.MultiColPatter...
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ ahimanikya
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-18 16:33 UTC by Roman Mostyka
Modified: 2009-02-19 20:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 144529


Attachments
stacktrace (2.55 KB, text/plain)
2008-12-18 16:33 UTC, Roman Mostyka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Mostyka 2008-12-18 16:33:28 UTC
Build: NetBeans IDE Dev (Build 081218)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-132, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-275
OS: Mac OS X, 10.4.11, i386

User Comments:
romanmostyka: 1. Connect to "travel" Java DB.
2. Rightclick PERSON table and choose "View Data".
3. Start to type in matchbox.

Result: NullPointerException arises.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.db.dataview.table.MultiColPatternFilter.test(MultiColPatternFilter.java:60)
        at org.netbeans.modules.db.dataview.table.SuperPatternFilter.filter(SuperPatternFilter.java:114)
        at org.jdesktop.swingx.decorator.Filter.refresh(Filter.java:349)
        at org.jdesktop.swingx.decorator.Filter.refresh(Filter.java:74)
        at org.jdesktop.swingx.decorator.FilterPipeline.flush(FilterPipeline.java:499)
        at org.jdesktop.swingx.decorator.FilterPipeline.assign(FilterPipeline.java:265)
Comment 1 Roman Mostyka 2008-12-18 16:33:32 UTC
Created attachment 75145 [details]
stacktrace
Comment 2 _ ahimanikya 2008-12-18 18:54:21 UTC
http://hg.netbeans.org/main/rev/59ae1388c91c
Comment 3 Roman Mostyka 2008-12-19 09:45:57 UTC
Verified with build 081218.