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 250552

Summary: Auto import failure
Product: java Reporter: rogerrhody <rogerrhody>
Component: HintsAssignee: Svata Dedic <sdedic>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Windows 8   
Issue Type: DEFECT Exception Reporter:

Description rogerrhody 2015-02-19 17:25:59 UTC
Every single time I try to create a log item the ide automatically imports the org.jboss.logging.Logger package without asking or notifying me.  I then have to scroll all the way back to the top of my code so that I can remove the stupid jboss logger package because I am NOT using it.

EVERY SINGLE TIME!  I want to use java.util.Logger package NOT org.jboss.logging.Logger and I cannot find where to turn off this stupid auto import.  This is not a feature this is a bug.

Product Version = NetBeans IDE 8.0.2 (Build 201411181905)
Operating System = Windows 8 version 6.2 running on amd64
Java; VM; Vendor = 1.8.0_20
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.20-b23
Comment 1 Jiri Prox 2015-03-09 15:38:36 UTC
Can you please describe how do you create the logger? Do you use code completion or hint?