[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: JFace nullPointer after "show in resource history"

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-09-15 21:21:28 CEST

Ben Wolfe <bwolfe@regenstrief.org> wrote on 09/15/2005 10:55:24 AM:

> I'm not sure if this is a problem with subclipse, or something more
> eclipsebased, but it only happens after:
> In Navigator perspective --> right click on *root* of project and select

> Team->Show in Resource History.
> A JFace nullpointer occurs:
> java.lang.NullPointerException
> at
> org.tigris.subversion.subclipse.ui.history.
>
HistoryTableProvider$HistoryLabelProvider.getColumnText(HistoryTableProvider.java:96)

This would make it a Subclipse problem.

It definitely isn't specifically related to doing it from the root of your
project ( I do that all the time ). Looking at that spot in the code it
looks like it would happen if the log comment for a revision was null. I
am guessing that we normally expect to get an empty string if there is no
comment but appear to be getting a null.

Would you mind filing a bug in our issue tracker?

Thanks

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________
Received on Fri Sep 16 05:21:28 2005

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.