Login | Register
My pages Projects Community openCollabNet

Discussions > users > RE: 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: Re: [Subclipse-users] Exception while drawing graph

Author selsemore
Full name Stephen Elsemore
Date 2011-08-05 06:28:13 PDT
Message 64K = 65536 bytes, so any of these would fix the problem.

> On 05/08/11 10:56, John Beranek wrote:
> > 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) + "...";
> > + }
>
> Erm,
>
> + if (message.length() > 64000) {
> + message = message.substring(0, 63997) + "...";
> + }
>
> even!!
>
> John.
>
> --
> John Beranek To generalise is to be an idiot.
> http://redux.org.uk/ -- William Blake

« Previous message in topic | 5 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: