This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 6809 - Fields properties are badly modified if declared on one line
Summary: Fields properties are badly modified if declared on one line
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P2 normal (vote)
Assignee: issues@java
URL:
Keywords:
Depends on: 6814
Blocks: 6664
  Show dependency tree
 
Reported: 2000-06-07 15:37 UTC by Jan Becicka
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Becicka 2000-06-07 15:37:31 UTC
Write e.g. this:

int a,b;float c;

In Explorer select c;
Using PropertySheet change modifiers to static. You will get something like
this:

    int a;f
    static int c;
loat b;
Comment 1 Svata Dedic 2000-06-27 08:36:59 UTC
Field removal from a field group (the common declarator) has been improved.
Bounds are properly updated after API-driven change.
Comment 2 Quality Engineering 2003-07-02 17:17:56 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.