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 196752 - Code complate will add a ; to next line
Summary: Code complate will add a ; to next line
Status: RESOLVED DUPLICATE of bug 177657
Alias: None
Product: editor
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-16 07:13 UTC by stingh711
Modified: 2011-03-21 11:04 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 stingh711 2011-03-16 07:13:34 UTC
Product Version = NetBeans IDE 7.0 Beta 2 (Build 201102140001)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.6.0_18
Runtime = Java HotSpot(TM) Client VM 16.0-b13

i have a statement like:
int i = 0;
++i;
and i insert a statement before ++i using netbeans' code complete, ++i will be changed to ++;i;
Comment 1 Dusan Balek 2011-03-21 11:04:22 UTC

*** This bug has been marked as a duplicate of bug 177657 ***