Menu

#20 Error when using Sun Java style braces

closed
None
1
2002-08-18
2002-04-19
No

Using jEdit 4.0final and jalopy-jedit-bundle 0.2.5
with the default options except for setting the braces
style to Sun Java style.

Reformatting the following code works the first time.

public class Test {
static {
System.out.println("test");
}

/**
* Creates object.
*/
public Test() {
}
}

Giving the following code:

public class Test {
static {
System.out.println("test");
}/**
* Creates object.
*/
public Test() {
}
}

Attempting to reformat it again produces an error.
The error is reported in the Error List as
1: line 4: invalid endline comment. Use either
ML_COMMENT or SL_COMMENT -- /**

Discussion

  • Marco Hunsicker

    Marco Hunsicker - 2002-04-20

    Logged In: YES
    user_id=44430

    Fixed with next version.

     
  • Marco Hunsicker

    Marco Hunsicker - 2002-04-20
    • assigned_to: nobody --> marcohu
     
  • Marco Hunsicker

    Marco Hunsicker - 2002-05-19
    • status: open --> closed
     
  • Marco Hunsicker

    Marco Hunsicker - 2002-05-19

    Logged In: YES
    user_id=44430

    1.0b6 is out!

     
  • Marco Hunsicker

    Marco Hunsicker - 2002-08-18
    • priority: 5 --> 1
     

Log in to post a comment.