[dna-issues] [JBoss JIRA] Resolved: (DNA-480) Clean up compiler warnings

Randall Hauch (JIRA) jira-events at lists.jboss.org
Thu Jul 9 14:26:29 EDT 2009


     [ https://jira.jboss.org/jira/browse/DNA-480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Randall Hauch resolved DNA-480.
-------------------------------

    Resolution: Done


The compiler warnings were cleaned up, except for those in JcrContentHandler (which will be addressed under DNA-479).

> Clean up compiler warnings
> --------------------------
>
>                 Key: DNA-480
>                 URL: https://jira.jboss.org/jira/browse/DNA-480
>             Project: DNA
>          Issue Type: Task
>          Components: Graph, JCR
>    Affects Versions: 0.5
>            Reporter: Randall Hauch
>            Assignee: Randall Hauch
>            Priority: Blocker
>             Fix For: 0.6
>
>
> Read access to enclosing field Graph.CloneAction<T>.from is emulated by a synthetic accessor method. Increasing its visibility will improve your performance	Graph.java	dna-graph/src/main/java/org/jboss/dna/graph	line 6227
> Read access to enclosing field Graph.CloneAction<T>.from is emulated by a synthetic accessor method. Increasing its visibility will improve your performance	Graph.java	dna-graph/src/main/java/org/jboss/dna/graph	line 6238
> The declared exception SAXException is not actually thrown by the method addNodeIfPending() from type JcrContentHandler.SystemViewContentHandler	JcrContentHandler.java	dna-jcr/src/main/java/org/jboss/dna/jcr	line 302
> The declared exception SAXException is not actually thrown by the method characters(char[], int, int) from type JcrContentHandler.DocumentViewContentHandler	JcrContentHandler.java	dna-jcr/src/main/java/org/jboss/dna/jcr	line 501
> The declared exception SAXException is not actually thrown by the method startElement(String, String, String, Attributes) from type JcrContentHandler.DocumentViewContentHandler	JcrContentHandler.java	dna-jcr/src/main/java/org/jboss/dna/jcr	line 419
> The method addNodeToMap(MapNode) of type InMemoryRepository.Workspace should be tagged with @Override since it actually overrides a superclass method	InMemoryRepository.java	dna-graph/src/main/java/org/jboss/dna/graph/connector/inmemory	line 73
> The method addNodeToMap(MapNode) of type JBossCacheRepository.Workspace should be tagged with @Override since it actually overrides a superclass method	JBossCacheRepository.java	dna-connector-jbosscache/src/main/java/org/jboss/dna/connector/jbosscache	line 59
> The method createWorkspace(ExecutionContext, String) of type InMemoryRepository should be tagged with @Override since it actually overrides a superclass method	InMemoryRepository.java	dna-graph/src/main/java/org/jboss/dna/graph/connector/inmemory	line 58
> The method getNode(UUID) of type InMemoryRepository.Workspace should be tagged with @Override since it actually overrides a superclass method	InMemoryRepository.java	dna-graph/src/main/java/org/jboss/dna/graph/connector/inmemory	line 88
> The method getNode(UUID) of type JBossCacheRepository.Workspace should be tagged with @Override since it actually overrides a superclass method	JBossCacheRepository.java	dna-connector-jbosscache/src/main/java/org/jboss/dna/connector/jbosscache	line 73
> The method removeAllNodesFromMap() of type InMemoryRepository.Workspace should be tagged with @Override since it actually overrides a superclass method	InMemoryRepository.java	dna-graph/src/main/java/org/jboss/dna/graph/connector/inmemory	line 84
> The method removeAllNodesFromMap() of type JBossCacheRepository.Workspace should be tagged with @Override since it actually overrides a superclass method	JBossCacheRepository.java	dna-connector-jbosscache/src/main/java/org/jboss/dna/connector/jbosscache	line 69
> The method removeNodeFromMap(UUID) of type InMemoryRepository.Workspace should be tagged with @Override since it actually overrides a superclass method	InMemoryRepository.java	dna-graph/src/main/java/org/jboss/dna/graph/connector/inmemory	line 79
> The method removeNodeFromMap(UUID) of type JBossCacheRepository.Workspace should be tagged with @Override since it actually overrides a superclass method	JBossCacheRepository.java	dna-connector-jbosscache/src/main/java/org/jboss/dna/connector/jbosscache	line 64

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the dna-issues mailing list