if have class containing calls java.util.logging.logger.getlogger
full package qualifier - can somehow tell eclipse change these statements to:
import java.util.logging.logger; logger.getlogger...
?
or have manually refactor classes? (these full package qualifiers result of cxf wsdl auto-generated classes...)
select qualified classname
java.util.logging.logger
then click
source > add import
(shortcut: control + shift + m)
Comments
Post a Comment