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 221711

Summary: Add GeneratorUtilities.addImports(CompilationUnitTree cut, Set<String> fqns)
Product: java Reporter: Ralph Ruijs <ralphbenjamin>
Component: SourceAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: normal CC: misterm
Priority: P2    
Version: 7.3   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 221630    

Description Ralph Ruijs 2012-11-08 10:43:18 UTC
The java move refactoring needs a way to add new import statements following the code style configuration. GeneratorUtilities.addImports(CompilationUnitTree cut, Set<String> fqns), similar to the one with Elements should be sufficient.

Thanks