Menu

#75 arrays and comment problem

closed-fixed
None
1
2002-08-06
2002-06-07
Kees Kuip
No

Hello,

The code :
new Object[] { /* "Test1", */ "test2" }

is formatted as :
new Object[] { "test2" } /* "Test1", */

I was trying to temporarily comment out
one element of the array. Now the
element is displayed at the back and I
lost the position were it originally was.

Kees.

Discussion

  • Marco Hunsicker

    Marco Hunsicker - 2002-06-09
    • assigned_to: nobody --> marcohu
     
  • Marco Hunsicker

    Marco Hunsicker - 2002-06-09

    Logged In: YES
    user_id=44430

    Ahh, this comment handling is a mess. I will see what I can
    do. Don't expect anything sool here...

    Thanks.
    M.H.

     
  • Marco Hunsicker

    Marco Hunsicker - 2002-07-28
    • priority: 5 --> 1
     
  • Marco Hunsicker

    Marco Hunsicker - 2002-08-06
    • status: open --> closed-fixed
     

Log in to post a comment.