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

Summary: java.hints' SPI
Product: java Reporter: Jan Lahoda <jlahoda>
Component: HintsAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: normal Keywords: PLAN
Priority: P3    
Version: 7.1   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Bug Depends on: 207577    
Bug Blocks:    

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.