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 239403 - RewriteFix duplicates expression evaluation code
Summary: RewriteFix duplicates expression evaluation code
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.4
Hardware: PC Linux
: P1 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks: 239166
  Show dependency tree
 
Reported: 2013-12-12 11:15 UTC by Svata Dedic
Modified: 2015-10-02 12:23 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 Svata Dedic 2013-12-12 11:15:38 UTC
constant expr evaluation code is duplicated in RewriteFix; this leads to some cases not covered during rewriteFix execution, which are otherwise handled by ArithmenticUtilities.

Overall, the differences between "heavyweight" fixes and RewriteFixes should be minimal.