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 213410 - Inspect and Transform doesn't work
Summary: Inspect and Transform doesn't work
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.2
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
: 213745 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-06-01 18:38 UTC by Milos Kleint
Modified: 2012-06-08 06:06 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 Milos Kleint 2012-06-01 18:38:58 UTC
using today's build 20120601, I've tried to apply the "add @override" transformation on my open projects (maven related stuff in nb hg)

the inspect part performed well and showed me all the instances of missing @overrides however clicking "refactor" did nothing to my sources.
Comment 1 Jan Lahoda 2012-06-05 15:47:06 UTC
http://hg.netbeans.org/jet-main/rev/28b3afa92cd5
Comment 2 Jan Lahoda 2012-06-07 12:41:38 UTC
*** Bug 213745 has been marked as a duplicate of this bug. ***
Comment 3 Quality Engineering 2012-06-08 06:06:36 UTC
Integrated into 'main-golden', will be available in build *201206080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/28b3afa92cd5
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #213410: the old hints API no longer allows the hints to be shown inside the I&T (not even for java.hints hints). Need to rewrite to the new API.