[jboss-jira] [JBoss JIRA] (LOGTOOL-117) Unused import in generated log class

David Lloyd (JIRA) issues at jboss.org
Tue Nov 15 11:58:00 EST 2016


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)


More information about the jboss-jira mailing list