Login | Register
My pages Projects Community openCollabNet

Discussions > users > Re: [Subclipse-users] Exception while drawing graph

subclipse
Discussion topic

There will be a brief maintenance window every Friday at 17:00 Pacific.
For further details, see CollabNet's maintenance and upgrade policy.

Back to topic list

Re: [Subclipse-users] Exception while drawing graph

Author jberanek
Full name John Beranek
Date 2011-08-05 02:56:56 PDT
Message On 05/08/11 00:29, Stephen Elsemore wrote:
> Hi John,
>
> Please see:
>
> http://subclipse.tig​ris.org/issues/show_​bug.cgi?id=1289

Wow! What a speedy response and fix - thanks!

+ if (message.length() > 64000) {
+ message = message.substring(0, 64397) + "...";
+ }

However, don't you mean:

+ if (message.length() > 64000) {
+ message = message.substring(0, 63397) + "...";
+ }

Cheers,

John.

--
John Beranek To generalise is to be an idiot.
http://redux.org.uk/ -- William Blake
Attachments

« Previous message in topic | 3 of 6 | Next message in topic »

Messages

Show all messages in topic

[Subclipse-users] Exception while drawing graph jberanek John Beranek 2011-08-04 10:00:56 PDT
     RE: [Subclipse-users] Exception while drawing graph selsemore Stephen Elsemore 2011-08-04 16:29:01 PDT
         Re: [Subclipse-users] Exception while drawing graph jberanek John Beranek 2011-08-05 02:56:56 PDT
             Re: [Subclipse-users] Exception while drawing graph jberanek John Beranek 2011-08-05 02:58:10 PDT
                 RE: Re: [Subclipse-users] Exception while drawing graph selsemore Stephen Elsemore 2011-08-05 06:28:13 PDT
                     Re: [Subclipse-users] Exception while drawing graph jberanek John Beranek 2011-08-05 06:42:24 PDT
Messages per page: