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 186661

Summary: NullPointerException at org.netbeans.modules.kenai.ui.ShareAction$ContextShareAction$1$1.run
Product: connecteddeveloper Reporter: Petr Pisl <ppisl>
Component: Team FrameworkAssignee: Jan Becicka <jbecicka>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 170092
Attachments: stacktrace

Description Petr Pisl 2010-05-25 12:46:44 UTC
Build: NetBeans IDE Dev (Build 100521-800ee03c453a)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Linux

User Comments:
ppisl: I have just try it with a php project.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.kenai.ui.ShareAction$ContextShareAction$1$1.run(ShareAction.java:179)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
   at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:137)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
Comment 1 Petr Pisl 2010-05-25 12:46:47 UTC
Created attachment 99434 [details]
stacktrace
Comment 2 Jaromir Uhrik 2010-05-25 14:13:17 UTC
Sorry, I cannot reproduce in 69rc1 build. Could you please provide more information how to reproduce, isn't it related to the svn NPE which is prior to NPE from ShareAction?

I was unable to reproduce by following steps:
-create php project
-invoke share on team server action from context menu
-select defaults - subversion and bugzilla
-project jara-php was properly created on the kenai.com