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 - Source/Format on a Maven project tries to format all files in target
Summary: Source/Format on a Maven project tries to format all files in target
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: 8.1
Hardware: Macintosh (x86) Mac OS X
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-19 14:24 UTC by jinahya
Modified: 2016-06-20 12: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 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