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 171167

Summary: NullPointerException at org.netbeans.modules.bugtracking.kenai.KenaiRepositories.getRepository
Product: connecteddeveloper Reporter: Jaromir Uhrik <juhrik>
Component: Issuetracking FrameworkAssignee: Tomas Stupka <tstupka>
Status: CLOSED DUPLICATE    
Severity: blocker CC: juhrik
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=157438
Issue Type: DEFECT Exception Reporter: 157438
Attachments: stacktrace
stacktrace

Description Jaromir Uhrik 2009-08-31 13:04:27 UTC
Build: NetBeans IDE Dev (Build cdev-1329-on-090828)
VM: Java HotSpot(TM) Client VM, 1.5.0_19-137, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_19-b02-304
OS: Mac OS X, 10.5.8, i386

User Comments:
juhrik: During creation of project at testkenai the exception appeared...



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.bugtracking.kenai.KenaiRepositories.getRepository(KenaiRepositories.java:91)
        at org.netbeans.modules.bugtracking.util.KenaiUtil.getKenaiRepository(KenaiUtil.java:143)
        at org.netbeans.modules.bugtracking.bridge.kenai.VCSKenaiSupportImpl.setFirmAssociations(VCSKenaiSupportImpl.java:82)
        at org.netbeans.modules.mercurial.HgKenaiSupport.setFirmAssociations(HgKenaiSupport.java:76)
        at org.netbeans.modules.mercurial.api.Mercurial.cloneRepository(Mercurial.java:229)
        at org.netbeans.modules.mercurial.api.Mercurial.cloneRepository(Mercurial.java:150)
Comment 1 Jaromir Uhrik 2009-08-31 13:04:32 UTC
Created attachment 86846 [details]
stacktrace
Comment 2 Jaromir Uhrik 2009-08-31 14:21:30 UTC
Build: NetBeans IDE Dev (Build cdev-1329-on-090828)
VM: Java HotSpot(TM) Client VM, 1.5.0_19-137, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_19-b02-304
OS: Mac OS X, 10.5.8, i386

User Comments: 
When creating new project on kenai the exception appeared...

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.bugtracking.kenai.KenaiRepositories.getRepository(KenaiRepositories.java:91)
        at org.netbeans.modules.bugtracking.util.KenaiUtil.getKenaiRepository(KenaiUtil.java:143)
        at org.netbeans.modules.bugtracking.bridge.kenai.VCSKenaiSupportImpl.setFirmAssociations(VCSKenaiSupportImpl.java:82)
        at org.netbeans.modules.mercurial.HgKenaiSupport.setFirmAssociations(HgKenaiSupport.java:76)
        at org.netbeans.modules.mercurial.api.Mercurial.cloneRepository(Mercurial.java:229)
        at org.netbeans.modules.mercurial.api.Mercurial.cloneRepository(Mercurial.java:150)
Comment 3 Jaromir Uhrik 2009-08-31 14:21:34 UTC
Created attachment 86856 [details]
stacktrace
Comment 4 Ondrej Vrabec 2009-09-01 12:13:33 UTC

*** This issue has been marked as a duplicate of 171173 ***
Comment 5 Jaromir Uhrik 2009-09-03 11:06:18 UTC
Yes, this is the same issue the only difference is that this one is mercurial-related and the other one is svn-related.
I am closing this one.