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 6814 - Fields are badly removed, if they are declared on single line
Summary: Fields are badly removed, if they are declared on single line
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@java
URL:
Keywords:
: 11949 (view as bug list)
Depends on:
Blocks: 6664 6809
  Show dependency tree
 
Reported: 2000-06-12 17:29 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-12 17:29:14 UTC
Example:
Let's have this declaration:
int b,c,d,e;

Steps to reproduce:
1. In Explorer select b and d
2. Using PropertySheet change type to float
3. In Explorer select c and e and delete them
4. In source remains this
          int ;
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 Jan Becicka 2001-04-20 15:15:05 UTC
[release32-33]
Example:
Let's have this declaration:
int b,c,d,e;

Steps to reproduce:
1. In Explorer select b and e
2. Using PropertySheet change type to float

Result is not compilable:
float b;    

int c;
intd;

float e;
Comment 3 Jan Chalupa 2001-05-05 23:20:10 UTC
Target milestone -> 3.3
Comment 4 Svata Dedic 2001-05-22 14:27:47 UTC
*** Issue 11949 has been marked as a duplicate of this issue. ***
Comment 5 Tomas Hurka 2001-05-29 10:48:33 UTC
fixed in trunk
Comment 6 Jan Becicka 2001-06-08 18:11:02 UTC
[dev-206] Verified
Comment 7 Quality Engineering 2003-07-01 13:17:45 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.