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 215097 - AssertionError at org.netbeans.modules.git.ui.repository.RepositoryInfo.refresh
Summary: AssertionError at org.netbeans.modules.git.ui.repository.RepositoryInfo.refresh
Status: RESOLVED DUPLICATE of bug 214247
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-02 21:56 UTC by NeilC
Modified: 2012-07-23 13:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 190356


Attachments
stacktrace (5.37 KB, text/plain)
2012-07-02 21:56 UTC, NeilC
Details

Note You need to log in before you can comment on or make changes to this bug.
Description NeilC 2012-07-02 21:56:41 UTC
Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b22
OS: Windows 7

User Comments:
NeilC: Making a hash of cloning a Git repository and turning it into a new Netbeans PHP Project!




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.git.ui.repository.RepositoryInfo.refresh(RepositoryInfo.java:152)
   at org.netbeans.modules.git.ui.repository.RepositoryInfo.getInstance(RepositoryInfo.java:140)
   at org.netbeans.modules.git.ui.repository.RepositoryBrowserPanel$BranchNode.<init>(RepositoryBrowserPanel.java:800)
   at org.netbeans.modules.git.ui.repository.RepositoryBrowserPanel$BranchesChildren.createNodes(RepositoryBrowserPanel.java:770)
   at org.netbeans.modules.git.ui.repository.RepositoryBrowserPanel$BranchesChildren.createNodes(RepositoryBrowserPanel.java:743)
   at org.openide.nodes.Children$Keys$KE.nodes(Children.java:1661)
Comment 1 NeilC 2012-07-02 21:56:45 UTC
Created attachment 121672 [details]
stacktrace
Comment 2 Ondrej Vrabec 2012-07-23 13:48:59 UTC

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