Hello,

  This is not directly related to JDEE, but I have a weird indentation
problem and was wondering if anyone has come across it.  Given the
following code:

public class A
{
  public void b()
  {
    if ()
    {
    } // 1
  }
  /**
   *
   */
  public void c()
  {
  }
}

The last brace does not line up properly the emacs/parser - brace
matcher thinks the last brace belongs to the method b and not the
closing  brace for the class.  If I remove the comment on the if "// 1"
then it works perfectly. :-( ????

  Any help would be appreciated.

Douglas WF Acheson

=====
Douglas WF Acheson

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

Reply via email to