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 257630

Summary: Source/Format on a Maven project tries to format all files in target
Product: editor Reporter: jinahya
Component: Formatting & IndentationAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: Macintosh (x86)   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description jinahya 2016-01-19 14:24:19 UTC
When I select a Maven project and hit ^\, NetBeans tries to format all files not just src/ folder but also files in target/ folder.
Comment 1 Tomas Stupka 2016-06-20 12:39:31 UTC
looks like the o.n.m.editor.global.format.GlobalFormatAction applies recursively to all fileobjects bellow the given context
reassigning for further evaluation