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 218542

Summary: NullPointerException at org.eclipse.core.internal.runtime.InternalPlatform.getLog
Product: connecteddeveloper Reporter: Stepan Zebra <stezeb>
Component: Team FrameworkAssignee: Tomas Stupka <tstupka>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 192534
Attachments: stacktrace

Description Stepan Zebra 2012-09-18 13:38:47 UTC
Build: NetBeans IDE Dev (Build ODS-218-on-20120918)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

User Comments:
stezeb: Product Version: NetBeans IDE Dev (Build ODS-218-on-20120918)
Java: 1.7.0_07; Java HotSpot(TM) 64-Bit Server VM 23.3-b01
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)

1) connected to ODCS
2) opened project in Team view
3) clicked Find issue...
4) entered non-existing Issue ID
5) pushed Go To Issue

not reproducible with Kenai




Stacktrace: 
java.lang.NullPointerException
   at org.eclipse.core.internal.runtime.InternalPlatform.getLog(InternalPlatform.java:418)
   at org.eclipse.mylyn.commons.core.StatusHandler.log(StatusHandler.java:45)
   at com.tasktop.c2c.client.commons.client.ClientExceptionWrapper$1.logProblem(ClientExceptionWrapper.java:73)
   at com.tasktop.c2c.client.commons.client.ClientExceptionWrapper$1.invoke(ClientExceptionWrapper.java:61)
   at $Proxy38.getTask(.java:0)
   at com.tasktop.c2c.internal.client.tasks.core.C2CRepositoryConnector.getTaskData(C2CRepositoryConnector.java:144)
Comment 1 Stepan Zebra 2012-09-18 13:38:51 UTC
Created attachment 124517 [details]
stacktrace
Comment 2 Tomas Stupka 2012-09-18 14:57:26 UTC
the same culprit lke in issue #215224

*** This bug has been marked as a duplicate of bug 215224 ***