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 211087 - Enhance HintTest so that proper use of WorkingCopy.getRewriteTarget can be asserted
Summary: Enhance HintTest so that proper use of WorkingCopy.getRewriteTarget can be as...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks: 209375
  Show dependency tree
 
Reported: 2012-04-12 11:21 UTC by Jan Lahoda
Modified: 2013-09-02 14:20 UTC (History)
1 user (show)

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 Jan Lahoda 2012-04-12 11:21:27 UTC
If a hint must use WorkingCopy.getRewriteTarget in order to work properly in Inspect&Transform, the HintTest does not allow to test the proper usage of the method. It would be good if HintTest could be enhanced so that the proper usages of WC.gRT could be tested.