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 173106 - NullPointerException at org.netbeans.modules.properties.PropertiesOpen$PropertiesCloneableTopComponent$NameUpdater.annotationChanged
Summary: NullPointerException at org.netbeans.modules.properties.PropertiesOpen$Proper...
Status: RESOLVED DUPLICATE of bug 172691
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexey Butenko
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-25 14:11 UTC by davideconsonni
Modified: 2009-09-26 00:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 150429


Attachments
stacktrace (1.97 KB, text/plain)
2009-09-25 14:11 UTC, davideconsonni
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davideconsonni 2009-09-25 14:11:03 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows Vista, 6.0, x86

User Comments:
GUEST: refactoring package from cz.soma.utils to cz.somautils.mailer

the type of project was symple jaa application

thiagodevel: When I commit the project in cvs.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.properties.PropertiesOpen$PropertiesCloneableTopComponent$NameUpdater.annotationChanged(PropertiesOpen.java:1116)
        at sun.reflect.GeneratedMethodAccessor27.invoke(GeneratedMethodAccessor27.java:0)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:451)
        at $Proxy8.annotationChanged(.java:0)
Comment 1 davideconsonni 2009-09-25 14:11:08 UTC
Created attachment 88367 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-09-25 14:11:12 UTC
This issue already has 7 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=150429
Comment 3 Victor Vasilyev 2009-09-26 00:46:50 UTC

*** This issue has been marked as a duplicate of 172691 ***