[jbosstools-issues] [JBoss JIRA] (JBDS-2356) JEE project example generates warnings

Len DiMaggio (JIRA) jira-events at lists.jboss.org
Thu Oct 11 17:20:03 EDT 2012


Len DiMaggio created JBDS-2356:
----------------------------------

             Summary: JEE project example generates warnings
                 Key: JBDS-2356
                 URL: https://issues.jboss.org/browse/JBDS-2356
             Project: Developer Studio (JBoss Developer Studio)
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: central
    Affects Versions: 6.0.0.Alpha2
         Environment: Version: 6.0.0.Alpha2
Build id: Alpha2-v20121004-2330-B40
Build date: 20121004-2330
            Reporter: Len DiMaggio
            Assignee: Snjezana Peco
             Fix For: 6.0.0.CR1


The JEE project example generates these warnings:

jboss-javaee6-multi-ejb
	No connection specified for project. No database-specific validation will be performed.

The import javax.persistence.PersistenceContext is never used
	WebResources.java
	/jboss-javaee6-multi-web/src/main/java/org/jboss/tools/example/util
	line 10

The import javax.enterprise.event.Event is never used
	MemberController.java
	/jboss-javaee6-multi-web/src/main/java/org/jboss/tools/example/controller
	line 6

The import javax.persistence.EntityManager is never used
	WebResources.java
	/jboss-javaee6-multi-web/src/main/java/org/jboss/tools/example/util
	line 9

The import java.util.logging.Logger is never used
	MemberController.java
	/jboss-javaee6-multi-web/src/main/java/org/jboss/tools/example/controller
	line 3

The import javax.enterprise.inject.spi.InjectionPoint is never used
	WebResources.java
	/jboss-javaee6-multi-web/src/main/java/org/jboss/tools/example/util
	line 7

The import java.util.logging.Logger is never used
	WebResources.java
	/jboss-javaee6-multi-web/src/main/java/org/jboss/tools/example/util
	line 3

Unnecessary @SuppressWarnings("unused")	Resources.java
	/jboss-javaee6-multi-ejb/src/main/java/org/jboss/tools/example/util
	line 24

No connection specified for project. No database-specific validation will be performed.
	jboss-javaee6-multi-ejb

The import javax.persistence.EntityManager is never used
	MemberController.java
	/jboss-javaee6-multi-web/src/main/java/org/jboss/tools/example/controller

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list