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 198342 - NullPointerException at org.netbeans.modules.subversion.ui.properties.VersioningInfoAction$1.putPropsForVersioned
Summary: NullPointerException at org.netbeans.modules.subversion.ui.properties.Version...
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-05 12:34 UTC by gaxzero
Modified: 2011-05-06 05:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 177841


Attachments
stacktrace (635 bytes, text/plain)
2011-05-05 12:34 UTC, gaxzero
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gaxzero 2011-05-05 12:34:06 UTC
Build: NetBeans IDE 7.0 (Build 201104080000)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.1-b02-334, Java(TM) SE Runtime Environment, 1.6.0_24-b07-334-9M3326
OS: Mac OS X

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.subversion.ui.properties.VersioningInfoAction$1.putPropsForVersioned(VersioningInfoAction.java:185)
   at org.netbeans.modules.subversion.ui.properties.VersioningInfoAction$1.perform(VersioningInfoAction.java:156)
   at org.netbeans.modules.subversion.client.SvnProgressSupport.performIntern(SvnProgressSupport.java:109)
   at org.netbeans.modules.subversion.client.SvnProgressSupport.run(SvnProgressSupport.java:102)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)
Comment 1 gaxzero 2011-05-05 12:34:11 UTC
Created attachment 108130 [details]
stacktrace
Comment 2 Ondrej Vrabec 2011-05-05 12:55:53 UTC
fix: http://hg.netbeans.org/core-main/rev/e308e5c23bb6
Comment 3 Quality Engineering 2011-05-06 05:07:40 UTC
Integrated into 'main-golden', will be available in build *201105060000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/e308e5c23bb6
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #198342 - NullPointerException at org.netbeans.modules.subversion.ui.properties.VersioningInfoAction$1.putPropsForVersioned