You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seeing the error below on trying to access Azure Devops repositories, following new install of TEE:
An internal error occurred during: "Loading section 'All Repositories'"
java.lang.NoSuchMethodError: 'org.eclipse.egit.core.RepositoryUtil org.eclipse.egit.core.Activator.getRepositoryUtil()'
at com.microsoft.tfs.client.eclipse.ui.egit.teamexplorer.TeamExplorerGitRepositoriesSection.loadRegisteredRepositories(TeamExplorerGitRepositoriesSection.java:215)
at com.microsoft.tfs.client.eclipse.ui.egit.teamexplorer.TeamExplorerGitRepositoriesSection.initialize(TeamExplorerGitRepositoriesSection.java:100)
at com.microsoft.tfs.client.eclipse.ui.egit.teamexplorer.TeamExplorerGitRepositoriesSection.initialize(TeamExplorerGitRepositoriesSection.java:105)
at com.microsoft.tfs.client.common.ui.controls.teamexplorer.TeamExplorerBaseControl$SectionLoadJob.run(TeamExplorerBaseControl.java:481)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Eclipse 4.23
TEE 14.137.0
The text was updated successfully, but these errors were encountered:
I may be able to fix this. RepositoryUtil is still there but is now an enum. There are 4 spots in the code that make reference to Activator#getRepositoryUtil. @howlger Can you provide steps to get to the error? Do I need a git-based ADO server?
@howlger Can you provide steps to get to the error? Do I need a git-based ADO server?
Sorry, but I'm not an user of the TFS plugin. I saw this Stack Overflow issue with the stack trace and I knew about the change in EGit that caused it, so I looked into the code and shared my findings. Maybe one of the issue reporters, @atmcq and @kris-mart, or the one who asked on Stack Overflow can tell how to reproduce it.
Seeing the error below on trying to access Azure Devops repositories, following new install of TEE:
Eclipse 4.23
TEE 14.137.0
The text was updated successfully, but these errors were encountered: