Menu

#262 Wrong indentation if 2 dimensional array element is too long

closed
nobody
1
2005-09-12
2003-01-28
Ralph Warta
No

Hi

Another problem with arrays. I have an array that looks like
this
/** @todo DOCUMENT ME! **/
public final static String[][] xxx =
{
"Hi",
"Number of handsets allocated exceeds number
purchased. \n" +
"To change, view phone page in Equipment
Configuration.\n" +
"Do you want to proceed with the save?"
};

when I run Jalopy it looks like this
/** @todo DOCUMENT ME! **/
public final static String[][] xxx =
{
"Hi",

"Number of handsets allocated exceeds number
purchased. \n" +
"To change, view phone page in Equipment
Configuration.\n" +
"Do you want to proceed with the save?"
};

Jalopy has no problem to format it if I have only two lines of
text or if it’s just a one-dimensional array.

I attached the jalopy conventions as file

Discussion

  • Marco Hunsicker

    Marco Hunsicker - 2003-07-07

    Logged In: YES
    user_id=44430

    Will be fixed with the first stable release. Thanks

     
  • Marco Hunsicker

    Marco Hunsicker - 2003-07-07
    • priority: 5 --> 1
     
  • Marco Hunsicker

    Marco Hunsicker - 2003-07-07

    Logged In: YES
    user_id=44430

    Please note that I don't develop the open source code any
    further. See my post on the user list for more information
    (https://sourceforge.net/mailarchive/forum.php?thread_id=2463425&forum_id=8775).

    Thanks

     
  • S

    S - 2005-09-12
    • milestone: --> Archive_pre_jalopy_1.5_bugs
    • status: open --> closed
     

Log in to post a comment.