Hi !

I have a Parser Error when I make a reverse engineering on a class that has
commentary between the else and the if statements

EX:

public class Test
{
  private int a;

  public Test()
  {
    if(1 == 0)
      a = 1;
    else        //blabla
      if(0 == 0)
        a = 0;
  }
}

Any idea ?

I use Rose version 2002.05.00 (7.6.0109.2314) with Jave add-in 6.0

************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Post or Reply to: [EMAIL PROTECTED]
* Subscription Requests: [EMAIL PROTECTED]
* Archive of messages:
*    http://www.rational.com/support/usergroups/rose/rose_forum.jsp
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*    To: [EMAIL PROTECTED]
*    Subject: <BLANK>
*    Body: unsubscribe rose_forum
*************************************************************************

Reply via email to