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 121047 - jalopy remove comment from static {} block
Summary: jalopy remove comment from static {} block
Status: VERIFIED INVALID
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-03 11:41 UTC by damian_nb
Modified: 2007-11-04 12:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
jaloppy configuration (9.04 KB, application/x-compressed)
2007-11-03 11:43 UTC, damian_nb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description damian_nb 2007-11-03 11:41:37 UTC
I tried to reformat following code:

public class StaticBlock
{
	Object beforeStatic = new Object();

	static
	{
	}

	Object afterStatic = new Object();
	// some comment
	static
	{
	}
}

via jalopy but them line
// some comment 
was deleted
Comment 1 damian_nb 2007-11-03 11:43:40 UTC
Created attachment 52442 [details]
jaloppy configuration
Comment 2 Petr Nejedly 2007-11-03 13:19:49 UTC
Then report it to jalopy maintainers and not in the NetBeans bug tracking system.
We don't even bundle jalopy.
Comment 3 damian_nb 2007-11-04 12:42:39 UTC
verified