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.

Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Codecoverage (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Mikhail Kondratyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-07 16:18 UTC by tarasoff
Modified: 2008-04-07 16:18 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tarasoff 2008-04-07 16:18:27 UTC
Sample code:

public String getString()
	{
	return "Do not delete blank lines";



	}

Code format -> Alt+Shift+F - do not delete blank lines after ";" anf "}", or between "{" and "}"

Previous sample after Alt+Shift+F can be:

public String getString()
	{
	return "Do not delete blank lines";
	}

Thank you.