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 258568 - NPE in log (org.netbeans.modules.subversion.remote.ui.status.SvnVersioningTopComponent.writeExternal)
Summary: NPE in log (org.netbeans.modules.subversion.remote.ui.status.SvnVersioningTop...
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote VCS (show other bugs)
Version: 8.1
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-29 11:37 UTC by Alexander Simon
Modified: 2016-04-20 13:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2016-03-29 11:37:03 UTC
[exec] WARNING [org.netbeans.core.TimableEventQueue]: Still previous controller org.netbeans.modules.sampler.InternalSampler@422340d3
     [exec] INFO [org.netbeans.core.windows.persistence]
     [exec] java.lang.NullPointerException
     [exec]     at org.netbeans.modules.subversion.remote.ui.status.SvnVersioningTopComponent.writeExternal(SvnVersioningTopComponent.java:114)
     [exec]     at org.openide.windows.TopComponent$Replacer.writeObject(TopComponent.java:1829)
     [exec]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [exec]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
     [exec]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     [exec]     at java.lang.reflect.Method.invoke(Method.java:497)
     [exec]     at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:1028)
     [exec]     at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1496)
     [exec]     at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1432)
     [exec]     at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1178)
     [exec]     at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:348)
     [exec]     at org.netbeans.modules.settings.convertors.XMLSettingsSupport.storeSerialData(XMLSettingsSupport.java:296)
     [exec]     at org.netbeans.modules.settings.convertors.XMLSettingsSupport.storeToXML10(XMLSettingsSupport.java:137)
     [exec]     at org.netbeans.modules.settings.convertors.XMLSettingsSupport$Convertor.write(XMLSettingsSupport.java:1194)
     [exec]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Comment 1 Alexander Simon 2016-03-29 12:32:09 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/bbfef6469128
Comment 2 Quality Engineering 2016-03-30 01:38:43 UTC
Integrated into 'main-silver', will be available in build *201603300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/bbfef6469128
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #258568 NPE in log (org.netbeans.modules.subversion.remote.ui.status.SvnVersioningTopComponent.writeExternal)
Comment 3 Vladimir Kvashin 2016-04-15 16:59:56 UTC
verified in builds on enum server
Comment 4 Alexander Simon 2016-04-20 13:52:03 UTC
Verified in NetBeans 8.1 with latest updates.