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 - NullPointerException at org.netbeans.modules.bugtracking.kenai.KenaiRepositories.getRepository
Summary: NullPointerException at org.netbeans.modules.bugtracking.kenai.KenaiRepositor...
Status: CLOSED DUPLICATE of bug 171173
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Stupka
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-31 13:04 UTC by Jaromir Uhrik
Modified: 2009-09-03 11:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 157438


Attachments
stacktrace (1.25 KB, text/plain)
2009-08-31 13:04 UTC, Jaromir Uhrik
Details
stacktrace (1.25 KB, text/plain)
2009-08-31 14:21 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
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.