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 222452 - NullPointerException at org.netbeans.modules.kenai.ui.KenaiNBProjectAnnotator.annotateIcon
Summary: NullPointerException at org.netbeans.modules.kenai.ui.KenaiNBProjectAnnotator...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Kenai (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
: 223428 225963 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-11-20 09:47 UTC by lehel
Modified: 2013-02-12 16:52 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 193073


Attachments
stacktrace (865 bytes, text/plain)
2012-11-20 09:47 UTC, lehel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lehel 2012-11-20 09:47:15 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) Client VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows XP

User Comments:
lehel: Creating a new CLDC application

GUEST: install and import




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.kenai.ui.KenaiNBProjectAnnotator.annotateIcon(KenaiNBProjectAnnotator.java:69)
   at org.netbeans.api.project.ProjectUtils$AnnotateIconProxyProjectInformation.updateIcon(ProjectUtils.java:331)
   at org.netbeans.api.project.ProjectUtils$AnnotateIconProxyProjectInformation.stateChanged(ProjectUtils.java:317)
   at org.openide.util.WeakListenerImpl$Change.stateChanged(WeakListenerImpl.java:329)
   at org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:133)
   at org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:119)
Comment 1 lehel 2012-11-20 09:47:17 UTC
Created attachment 128117 [details]
stacktrace
Comment 2 Ondrej Vrabec 2012-12-06 11:14:37 UTC
seems J2MEProject.getProjectDirectory returns null, might be a temporary issue while the project is being loaded
Comment 3 Ondrej Vrabec 2012-12-06 11:15:34 UTC
fix: http://hg.netbeans.org/core-main/rev/731929c8013a
Comment 4 Ondrej Vrabec 2012-12-07 11:51:53 UTC
*** Bug 223428 has been marked as a duplicate of this bug. ***
Comment 5 Quality Engineering 2012-12-08 02:58:26 UTC
Integrated into 'main-golden', will be available in build *201212080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/731929c8013a
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #222452 - NullPointerException at org.netbeans.modules.kenai.ui.KenaiNBProjectAnnotator.annotateIcon
Comment 6 Ondrej Vrabec 2013-02-12 16:52:05 UTC
*** Bug 225963 has been marked as a duplicate of this bug. ***