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 178181 - NullPointerException at org.netbeans.modules.subversion.ui.diff.MultiDiffPanel.getSaveCookies
Summary: NullPointerException at org.netbeans.modules.subversion.ui.diff.MultiDiffPane...
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Marian Petras
URL:
Keywords:
: 178241 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-12-05 10:28 UTC by sreimers
Modified: 2009-12-16 12:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 163366


Attachments
stacktrace (3.40 KB, text/plain)
2009-12-05 10:28 UTC, sreimers
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sreimers 2009-12-05 10:28:21 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-4478-on-091205)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.subversion.ui.diff.MultiDiffPanel.getSaveCookies(MultiDiffPanel.java:252)
   at org.netbeans.modules.subversion.ui.diff.MultiDiffPanel.canClose(MultiDiffPanel.java:244)
   at org.netbeans.modules.subversion.ui.diff.DiffTopComponent.canClose(DiffTopComponent.java:78)
   at org.netbeans.core.windows.Central.removeModeTopComponent(Central.java:950)
   at org.netbeans.core.windows.Central.userClosedTopComponent(Central.java:1986)
   at org.netbeans.core.windows.view.DefaultView.userClosedTopComponent(DefaultView.java:741)
Comment 1 sreimers 2009-12-05 10:28:25 UTC
Created attachment 92170 [details]
stacktrace
Comment 2 sreimers 2009-12-05 10:30:01 UTC
After this exception the diff window can't be closed anymore. Upgrading to P2.
Comment 3 Marian Petras 2009-12-07 02:05:52 UTC
Fixed.

Changeset:
cdev #f261e1efbd84
Comment 4 Ondrej Vrabec 2009-12-07 07:11:42 UTC
*** Bug 178241 has been marked as a duplicate of this bug. ***
Comment 5 Quality Engineering 2009-12-07 14:19:28 UTC
Integrated into 'main-golden', will be available in build *200912071400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f261e1efbd84
User: Marian Petras <mpetras@netbeans.org>
Log: fixed bug #178181 - NullPointerException at org.netbeans.modules.subversion.ui.diff.MultiDiffPanel.getSaveCookies()
Comment 6 Quality Engineering 2009-12-16 12:14:44 UTC
Integrated into 'main-golden', will be available in build *200912161400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/fbe6b062d89e
User: Marian Petras <mpetras@netbeans.org>
Log: reverted a duplicite fix of bug #178181 ("NullPointerException at org.netbeans.modules.subversion.ui.diff.MultiDiffPanel.getSaveCookies")