David Lloyd created LOGTOOL-117:
-----------------------------------
Summary: Unused import in generated log class
Key: LOGTOOL-117
URL:
https://issues.jboss.org/browse/LOGTOOL-117
Project: Log Tool
Issue Type: Bug
Affects Versions: 2.0.1.Final
Reporter: David Lloyd
Priority: Minor
The class "org.jboss.logging.Logger.Level" is being imported without being used;
all references to constants in this class are fully qualified. Either use the import (now
that imports are safe, theoretically), or delete it and stick with qualified names.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)