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 204451 - java.hints' SPI
Summary: java.hints' SPI
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords: PLAN
Depends on: 207577
Blocks:
  Show dependency tree
 
Reported: 2011-10-31 13:02 UTC by Jan Lahoda
Modified: 2013-09-02 14:24 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 Jan Lahoda 2011-10-31 13:02:17 UTC
There should be an (under development) SPI for adding java.hints-like hints. As part of this, current java.hints module should be split into several modules, at least to one containing the hints infrastructure and second containing the implementation of the hints themselves.
Comment 1 Jan Becicka 2012-03-29 13:33:42 UTC
http://hg.netbeans.org/jet-main/rev/39274bf203c9

This is separation of UI from java.hints module. Java Refactorings also moved to refactoring.java.

Maybe this task can be closed. Now we have SPI for hints and also separated ui and refactorings from hints module.