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 - Add GeneratorUtilities.addImports(CompilationUnitTree cut, Set<String> fqns)
Summary: Add GeneratorUtilities.addImports(CompilationUnitTree cut, Set<String> fqns)
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 7.3
Hardware: PC Linux
: P2 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks: 221630
  Show dependency tree
 
Reported: 2012-11-08 10:43 UTC by Ralph Ruijs
Modified: 2015-10-02 14:08 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 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