Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] NPE in ResourcePropertyTester.hasGerritConfiguration()

On Sat, Jan 18, 2014 at 12:26 PM, Robert von Burg <eitch@xxxxxxxxxxx> wrote:
Hi guys

I am constantly having NPEs when working with my GIT projects in
Eclipse. The NPE is generated with egit tries to see if my repository
has Gerrit Configuration. What can i do to fix this?

This is an excerpt of the stack trace:
!ENTRY org.eclipse.jface 4 2 2014-01-18 12:21:27.703
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface".
!STACK 0
java.lang.NullPointerException
at org.eclipse.egit.ui.internal.ResourcePropertyTester.hasGerritConfiguration(ResourcePropertyTester.java:162)
at org.eclipse.egit.ui.internal.repository.RepositoriesViewLabelProvider.getImage(RepositoriesViewLabelProvider.java:116)
at org.eclipse.ui.internal.navigator.extensions.SafeDelegateCommonLabelProvider.getImage(SafeDelegateCommonLabelProvider.java:106)
at org.eclipse.ui.internal.navigator.NavigatorContentServiceLabelProvider.findImage(NavigatorContentServiceLabelProvider.java:197)

what's the content of your repository's .git/config ?

--
MatthiasĀ 

Back to the top