Strange, I was sure I updated before trying that.
I do have 1.8.18 (just checke the About Eclipse / Installation Details dialog).
I tested again and now I do not get a NPE, but if I click the "Next 25" button rapidly, duplicate entries start to appear in the list (starting with the newest).
David Balažic
Software Engineer
www.comtrade.com
________________________________
From: Stephen Elsemore [mailto:selsemore_at_collab.net]
Sent: Monday, January 21, 2013 10:07 PM
To: users_at_subclipse.tigris.org
Subject: RE: [Subclipse-users] NPE when reading history
Importance: Low
Are you sure that this stack trace is from a 1.8.18 install? Based on the line numbers, it looks like 1.8.17 to me. This NPE should be fixed in 1.8.18.
From: David Balažic [mailto:david.balazic_at_comtrade.com]
Sent: Monday, January 21, 2013 7:44 AM
To: users_at_subclipse.tigris.org
Subject: RE: [Subclipse-users] NPE when reading history
Sorry, here it is:
java.lang.NullPointerException
at java.lang.String.<init>(String.java:556)
at org.tigris.subversion.svnclientadapter.javahl.JhlLogMessage.<init>(JhlLogMessage.java:65)
at org.tigris.subversion.svnclientadapter.javahl.JhlLogMessageCallback.singleMessage(JhlLogMessageCallback.java:31)
at org.apache.subversion.javahl.SVNClient.logMessages(Native Method)
at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getLogMessages(AbstractJhlClientAdapter.java:2512)
at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getLogMessages(AbstractJhlClientAdapter.java:2562)
at org.tigris.subversion.subclipse.core.commands.GetLogsCommand.run(GetLogsCommand.java:121)
at org.tigris.subversion.subclipse.ui.history.SVNHistoryPage$AbstractFetchJob.getLogEntries(SVNHistoryPage.java:2553)
at org.tigris.subversion.subclipse.ui.history.SVNHistoryPage$FetchNextLogEntriesJob.run(SVNHistoryPage.java:2478)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
And some session data:
eclipse.buildId=M20120208-0800
java.version=1.7.0_11
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.jee.product
David Balažic
Software Engineer
www.comtrade.com<http://www.comtrade.com>
________________________________
From: jcompagner [mailto:jcompagner_at_gmail.com]
Sent: Saturday, January 19, 2013 9:49 AM
To: users_at_subclipse.tigris.org<mailto:users_at_subclipse.tigris.org>
Subject: Re: [Subclipse-users] NPE when reading history
Importance: Low
why not also give the npe stacktrace?
Op 18 jan. 2013 20:42 schreef "David Balažic" <david.balazic_at_comtrade.com<mailto:david.balazic_at_comtrade.com>> het volgende:
Hi!
Using 1.8.18 I still see this bug:
- in "SVN Repository Exploring" right click an item (the root for example) in the repo tree and select "Show History"
- in the History view click "Next 25"
if I click the "Next 25" button while it is still getting the previous 25 entries, then I get a NPE error (dialog...).
In other words, click quickly the "Next 25" button many times and get the error.
Regards,
David Balažic
Software Engineer
ComTrade
Letališka cesta 29b, 1000 Ljubljana
Slovenia
phone: +386 81 60 8937<tel:%2B386%2081%2060%208937>
fax: +386 1 586 52 70<tel:%2B386%201%20586%2052%2070>
www.comtrade.com<http://www.comtrade.com>
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=3044459
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org<mailto:users-unsubscribe_at_subclipse.tigris.org>].
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=3045230
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2013-01-22 10:04:12 CET