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 188342 - If Else Format Problem
Summary: If Else Format Problem
Status: RESOLVED DUPLICATE of bug 187116
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL: http:/
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-03 07:00 UTC by TrojanMyth
Modified: 2011-11-16 16:39 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 TrojanMyth 2010-07-03 07:00:01 UTC
Product Version = NetBeans IDE 6.9 (Build 201006101454)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.6.0_20
Runtime = Java HotSpot(TM) Client VM 16.3-b01

Hi

	My Problem is NetBeans Code Editor can not well formatted IF ElSE Statment. 

Sample ;

True Format 
	if(someString.isEmpty()){

	}
	else{

	}
	
Netbeans did formated.

	if(someString.isEmpty()){

	}
else{} // i writed else if statement after netbeans ide did formated without left whitepace
Comment 1 Peter Pis 2010-07-15 08:00:13 UTC

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