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 202446 - AssertionError at org.netbeans.modules.git.ui.repository.remote.RemoteRepository.<init>
Summary: AssertionError at org.netbeans.modules.git.ui.repository.remote.RemoteReposit...
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-21 17:01 UTC by Jesse Glick
Modified: 2011-09-23 13:24 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 179859


Attachments
stacktrace (1.78 KB, text/plain)
2011-09-21 17:01 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2011-09-21 17:01:42 UTC
Build: NetBeans IDE Dev (Build 20110921-416c5e94d868)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

User Comments:
evelSoft: Trying push to remote repository via ssh (kenai.com)

Repository on kenai don't have any commit yet.

jglick: Trying to pull changes into a clone of https://github.com/jenkinsci/mercurial-plugin

GUEST: Trying to connect to a github.com repository using Git > Remote > Pull




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.git.ui.repository.remote.RemoteRepository.<init>(RemoteRepository.java:132)
   at org.netbeans.modules.git.ui.repository.remote.RemoteRepository.updateFor(RemoteRepository.java:243)
   at org.netbeans.modules.git.client.GitClientExceptionHandler.handleException(GitClientExceptionHandler.java:78)
   at org.netbeans.modules.git.client.GitClientExceptionHandler.handleException(GitClientExceptionHandler.java:71)
   at org.netbeans.modules.git.client.GitClientInvocationHandler$1.call(GitClientInvocationHandler.java:236)
   at org.netbeans.modules.git.client.GitClientInvocationHandler.invokeIntern(GitClientInvocationHandler.java:264)
Comment 1 Jesse Glick 2011-09-21 17:01:47 UTC
Created attachment 110982 [details]
stacktrace
Comment 2 Ondrej Vrabec 2011-09-21 20:05:33 UTC
jesse: The error was thrown already on the first page of the pull wizard?
Comment 3 Ondrej Vrabec 2011-09-22 09:00:24 UTC
fix: http://hg.netbeans.org/core-main/rev/9aa08390823f
Comment 4 Quality Engineering 2011-09-23 13:24:14 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/9aa08390823f
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #202446 - AssertionError at org.netbeans.modules.git.ui.repository.remote.RemoteRepository.<init>