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 149076 - NullPointerException at org.netbeans.modules.debugger.jpda.ui.debugging.DebuggingView.propertyChange
Summary: NullPointerException at org.netbeans.modules.debugger.jpda.ui.debugging.Debug...
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Entlicher
URL: http://statistics.netbeans.org/except...
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2008-10-03 14:56 UTC by Marian Mirilovic
Modified: 2008-10-08 15:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 122387


Attachments
stacktrace (589 bytes, text/plain)
2008-10-03 14:56 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2008-10-03 14:56:39 UTC
Build: NetBeans IDE Dev (Build 200810031107)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc2-b32
OS: Linux, 2.6.24-19-generic, amd64

User Comments:
mmirilovic: - started debugging of J2SE project
- trying to show Watches (docked to bottom line and pushed button "Watches")



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.debugger.jpda.ui.debugging.DebuggingView.propertyChange(DebuggingView.java:535)
        at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
        at org.netbeans.modules.debugger.jpda.JPDADebuggerImpl.firePropertyChange(JPDADebuggerImpl.java:1570)
        at org.netbeans.modules.debugger.jpda.JPDADebuggerImpl.setStoppedState(JPDADebuggerImpl.java:1149)
        at org.netbeans.modules.debugger.jpda.util.Operator$1.run(Operator.java:339)
        at java.lang.Thread.run(Thread.java:619)
Comment 1 Marian Mirilovic 2008-10-03 14:56:43 UTC
Created attachment 71119 [details]
stacktrace
Comment 2 Martin Entlicher 2008-10-03 15:27:39 UTC
This is a regression caused by yesterday's commit.
Fixing even though this is P3. It's regression.
Comment 3 Martin Entlicher 2008-10-03 16:17:54 UTC
This is a regression => P2.
Comment 4 Martin Entlicher 2008-10-03 16:34:51 UTC
Fixed in changeset:   105035:a35afbdc0913
http://hg.netbeans.org/main/rev/a35afbdc0913
Comment 5 Quality Engineering 2008-10-03 23:30:43 UTC
Integrated into 'main-golden', will be available in build *200810031942* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/a35afbdc0913
User: mentlicher@netbeans.org
Log: #149076 - Synchronization improved, check for null added and scrolling to new current thread made also when thread is selected from the popup menu.
Comment 6 Marian Mirilovic 2008-10-08 15:54:55 UTC
verified in NB 6.5 (20081008)