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 218152 - NullPointerException at org.netbeans.modules.subversion.ui.update.UpdateResultsTable$2.run
Summary: NullPointerException at org.netbeans.modules.subversion.ui.update.UpdateResul...
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
: 218214 218223 (view as bug list)
Depends on: 217844
Blocks:
  Show dependency tree
 
Reported: 2012-09-11 15:47 UTC by alied
Modified: 2012-09-17 17:41 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 192318


Attachments
stacktrace (3.47 KB, text/plain)
2012-09-11 15:47 UTC, alied
Details
stacktrace (1.20 KB, text/plain)
2012-09-17 16:38 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2012-09-11 15:47:46 UTC
Build: NetBeans IDE Dev (Build 201209110001)
VM: Java HotSpot(TM) Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b10
OS: Windows XP

User Comments:
alied: after a svn update




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.subversion.ui.update.UpdateResultsTable$2.run(UpdateResultsTable.java:163)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721)
   at java.awt.EventQueue.access$200(EventQueue.java:103)
   at java.awt.EventQueue$3.run(EventQueue.java:682)
   at java.awt.EventQueue$3.run(EventQueue.java:680)
Comment 1 alied 2012-09-11 15:47:48 UTC
Created attachment 124174 [details]
stacktrace
Comment 2 Ondrej Vrabec 2012-09-12 08:05:57 UTC
nice, that's what happens when you try to resolve slow class-loading problems
Comment 3 Ondrej Vrabec 2012-09-12 08:48:48 UTC
fix: http://hg.netbeans.org/core-main/rev/26b48bc203f6
Comment 4 Ondrej Vrabec 2012-09-12 13:12:11 UTC
*** Bug 218214 has been marked as a duplicate of this bug. ***
Comment 5 Ondrej Vrabec 2012-09-12 14:24:57 UTC
*** Bug 218223 has been marked as a duplicate of this bug. ***
Comment 6 Ondrej Vrabec 2012-09-12 14:45:47 UTC
*** Bug 218232 has been marked as a duplicate of this bug. ***
Comment 7 Quality Engineering 2012-09-13 02:11:04 UTC
Integrated into 'main-golden', will be available in build *201209130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/26b48bc203f6
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #218152 - NullPointerException at org.netbeans.modules.subversion.ui.update.UpdateResultsTable$2.run
backout of #2aaa66328564 - a wrong fix for bug #217844
Comment 8 alied 2012-09-17 16:38:20 UTC
Created attachment 124469 [details]
stacktrace
Comment 9 marcondesm 2012-09-17 16:43:16 UTC
Now My Netbeans is running!!!!