Menu

#293 Wrong Blank line (?)

closed
nobody
1
2005-09-12
2003-03-20
No

Hi!

IMHO the following seems to be a bug.
(1.0b10)

Using:
<pre>
public class array {
private String array[][] = {
{ "key", "value" },
{ "key2",
"longlonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglongvalue2" },
{ "services.labels", "Scheduled commands server,"
+ "Dummy network interface,Internet daemon,IP
firewall,Kernel daemon,Network,"
+ "Big Brother WWW Server,NetWare
Fileserver,Harddisk settings,Pixelboxx Administration
Server,Pixelboxx WWW Server,Pixelboxx restart" },
};
public array (){

}
}// array
</pre>
And standard policy a blank line is inserted after
"services.label":
<pre>
public class array {
private String[][] array = {
{ "key", "value" },
{
"key2",

"longlonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglonglongvalue2"
},
{
"services.labels",

"Scheduled commands server," +
"Dummy network interface,Internet daemon,IP
firewall,Kernel daemon,Network," +
"Big Brother WWW Server,NetWare
Fileserver,Harddisk settings,Pixelboxx Administration
Server,Pixelboxx WWW Server,Pixelboxx restart"
},
};

public array() {
}
}
// array
</pre>

Another suggestion: Add a command-line option
"use-build-in-defaults" so it's easy to check if a
problem is present in builtin-options, too. Makes some
bug reports easier because avoids custom policy.

Ciao,
Carsten

Discussion

  • Marco Hunsicker

    Marco Hunsicker - 2003-03-31

    Logged In: YES
    user_id=44430

    Could you please attach the examples as files? This would
    make reading the code much easier. TIA

    For the command line option: the next version of the console
    Plug-in should have a new switch "-p, --project" to select a
    project. One may then leave the default project alone, create
    a new space for his/her own settings and use the option to
    switch between the two.

    Thanks.

     
  • Carsten Heyl

    Carsten Heyl - 2003-04-01

    before

     
  • Marco Hunsicker

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

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

Log in to post a comment.