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 267482 - Add tags to identify 'automatic' or unimportant changes
Summary: Add tags to identify 'automatic' or unimportant changes
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks: 250791
  Show dependency tree
 
Reported: 2016-08-08 12:51 UTC by Svata Dedic
Modified: 2016-08-08 12:52 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Svata Dedic 2016-08-08 12:51:00 UTC
See issue #250791; the refactoring (custom hint) introduces an identifier, which is (because of code style rules) imported. 

The refactoring preview then stops at the 1st change in the text because it does not know better: the ModificationResult does not give any clue which changes are really made through WorkingCopy API and which are automatically introduced.

In addition even the transformations themselves should be eventually able to classify some changes as "unimportant" - depending on the transformation semantics. Such changes could be then either filtered out or just not emphasized.