Hi,

I'm trying to adhere to a fill-column standard of 78 characters.  But for some code I 
have to
write, there are very long string constants, so I end up chaining together method 
calls like the
following:

<code>

public class Test
{
  public Test ()
  {
  }
  public String CONSTANT=new StringBuffer ("a").append("b")
    .app
}



</code>

Completion (jde-compete) fails if I place the cursor after ".app".  The construct 
itself is
syntatically correct, so this should be considered a bug in the completion mechanism, 
right?

--
Le

______________________________________________________________________ 
Post your free ad now! http://personals.yahoo.ca

Reply via email to