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 269029 - Code folding insertion causes wrong formatting
Summary: Code folding insertion causes wrong formatting
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-18 13:02 UTC by terje7601
Modified: 2016-11-18 13:02 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 terje7601 2016-11-18 13:02:16 UTC
Given the class below, when you insert code folding (select the whole main method and, click the lightbulb and "Surround with ..."), then the "baz" line is at the beginning of the line, due to the bar line which was commented out.


public class Issue {

	public static void main(String[] args) {
		System.out.println("foo");
//		System.out.println("bar");
		System.out.println("baz");
	}

}


Product Version: NetBeans IDE 8.2 (Build 201609300101)
Java: 1.8.0_91; Java HotSpot(TM) 64-Bit Server VM 25.91-b15
Runtime: Java(TM) SE Runtime Environment 1.8.0_91-b15
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)