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 - Auto import failure
Summary: Auto import failure
Status: RESOLVED INCOMPLETE
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 8.0.2
Hardware: PC Windows 8
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-19 17:25 UTC by rogerrhody
Modified: 2015-08-07 11:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?