phphenrique / egit

Automatically exported from code.google.com/p/egit
0 stars 0 forks source link

NPE in document decorator during rescan #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
java.lang.NullPointerException at
org.spearce.egit.ui.internal.decorators.GitDocument.populate(Unknown
Source) at
org.spearce.egit.ui.internal.decorators.GitDocument.refsChanged(Unknown
Source) at org.spearce.jgit.lib.Repository.fireRefsMaybeChanged(Unknown
Source) at org.spearce.jgit.lib.RefDatabase.readRefs(Unknown Source) at
org.spearce.jgit.lib.RefDatabase.getAllRefs(Unknown Source) at
org.spearce.jgit.lib.Repository.getAllRefs(Unknown Source) at
org.spearce.jgit.lib.Repository.scanForRepoChanges(Unknown Source) at
org.spearce.egit.ui.Activator$RCS.run(Unknown Source) at
org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

Original issue reported on code.google.com by shawn.pe...@gmail.com on 25 Aug 2008 at 4:53

GoogleCodeExporter commented 8 years ago

Original comment by shawn.pe...@gmail.com on 25 Aug 2008 at 5:02

GoogleCodeExporter commented 8 years ago
Can you try this with the latest version from the update site?

Original comment by tora...@gmail.com on 22 Feb 2009 at 12:50

GoogleCodeExporter commented 8 years ago
Oh, it was reported by you Shawn. I was just doing some triaging of 
decorator-related
bugs. Do you think this one is still valid?

Original comment by tora...@gmail.com on 22 Feb 2009 at 12:52

GoogleCodeExporter commented 8 years ago
Stack trace is useless as-is.  No line numbers.  No report of what I was doing 
when I
caused the NPE.

I don't think we've touched this code in many months; its the decorator used 
when in
the quickdiff view (I think), not the resource decorator torarnv just reworked. 
 So
its unlikely we've fixed this.

But the description is completely useless to me now.  So I'm closing it until 
we get
a better error report for this problem.

Original comment by sop+code@google.com on 23 Feb 2009 at 4:30