Number Format Exception with show history

Yann Albou <[email protected]> Sun, 14 Apr 2013 14:01:09 -0700 (PDT)
Newsgroups gmane.comp.version-control.subversion.subclipse.user
Message-ID <[email protected]>
Hello,


!ENTRY org.tigris.subversion.subclipse.core 4 -6 2013-03-28 16:42:15.475
!MESSAGE For input string: ""
!STACK 0
java.lang.NumberFormatException: For input string: ""
                at
java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
                at java.lang.Long.parseLong(Long.java:431)
                at java.lang.Long.parseLong(Long.java:468)
                at java.text.DigitList.getLong(DigitList.java:177)
                at java.text.DecimalFormat.parse(DecimalFormat.java:1297)
                at
java.text.SimpleDateFormat.subParse(SimpleDateFormat.java:1590)
                at
java.text.SimpleDateFormat.parse(SimpleDateFormat.java:1311)
                at java.text.DateFormat.parse(DateFormat.java:335)
                at
org.apache.subversion.javahl.types.LogDate.<init>(LogDate.java:54)
                at
org.tigris.subversion.svnclientadapter.javahl.JhlLogMessage.<init>(JhlLogMessage.java:66)
                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:2544)
                at
org.tigris.subversion.subclipse.core.commands.GetLogsCommand.run(GetLogsCommand.java:119)
                at
org.tigris.subversion.subclipse.ui.history.SVNHistoryPage$AbstractFetchJob.getLogEntries(SVNHistoryPage.java:2553)
                at
org.tigris.subversion.subclipse.ui.history.SVNHistoryPage$FetchLogEntriesJob.run(SVNHistoryPage.java:2407)
                at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

!ENTRY org.tigris.subversion.subclipse.core 4 -6 2013-04-10 14:42:03.696
!MESSAGE empty String
!STACK 0
java.lang.NumberFormatException: empty String
                at
sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:992)
                at java.lang.Double.parseDouble(Double.java:510)
                at java.text.DigitList.getDouble(DigitList.java:151)
                at java.text.DecimalFormat.parse(DecimalFormat.java:1302)
                at
java.text.SimpleDateFormat.subParse(SimpleDateFormat.java:1590)
                at
java.text.SimpleDateFormat.parse(SimpleDateFormat.java:1311)
                at java.text.DateFormat.parse(DateFormat.java:335)
                at
org.apache.subversion.javahl.types.LogDate.<init>(LogDate.java:54)
                at
org.tigris.subversion.svnclientadapter.javahl.JhlLogMessage.<init>(JhlLogMessage.java:66)
                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:2513)
                at
org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getLogMessages(AbstractJhlClientAdapter.java:2545)
                at
org.tigris.subversion.subclipse.core.commands.GetLogsCommand.run(GetLogsCommand.java:119)
                at
org.tigris.subversion.subclipse.ui.history.SVNHistoryPage$AbstractFetchJob.getLogEntries(SVNHistoryPage.java:2560)
                at
org.tigris.subversion.subclipse.ui.history.SVNHistoryPage$FetchLogEntriesJob.run(SVNHistoryPage.java:2414)
                at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)


It hapens when I restart my Eclipse thn I open a file and I right click to
open the show history...
I saw in the last versiona fix:  Fix NPE in SVNHistoryPage during start up
when "link to editor and selection" is selected and one or more editors was
open at previous shutdown. (1493) 
could it be related to this ?

Thanks
Yann



--
View this message in context: http://tigris-scm.10930.n7.nabble.com/Number-Format-Exception-with-show-history-tp93040.html
Sent from the subclipse - users mailing list archive at Nabble.com.

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=3053281

To unsubscribe from this discussion, e-mail: [[email protected]].