afs commented on PR #2420:
URL: https://github.com/apache/jena/pull/2420#issuecomment-2092690893

   I'm getting warning from Eclipse - not the maven build - here are the 
non-javadoc ones. Mostly about missing `@Override`:
   
   ```
   The import java.util.HashSet is never used
       OntClassMiscTest.java    
/jena-ontapi/src/test/java/org/apache/jena/ontapi       line 35
   The method clearHasKeys() of type OntClass.Named should be tagged with 
@Override since it actually overrides a superinterface method
       OntClass.java    /jena-ontapi/src/main/java/org/apache/jena/ontapi/model 
line 1074
   The method getModel() of type OntResource should be tagged with @Override 
since it actually overrides a superinterface method
       OntResource.java /jena-ontapi/src/main/java/org/apache/jena/ontapi/model 
line 40
   The method ranges() of type OntRelationalProperty should be tagged with 
@Override since it actually overrides a superinterface method
       OntRelationalProperty.java       
/jena-ontapi/src/main/java/org/apache/jena/ontapi/model line 59
   The method removeDisjointClass(Resource) of type OntClass.Named should be 
tagged with @Override since it actually overrides a superinterface method
       OntClass.java    /jena-ontapi/src/main/java/org/apache/jena/ontapi/model 
line 1058
   The method removeDomain(Resource) of type OntAnnotationProperty should be 
tagged with @Override since it actually overrides a superinterface method
       OntAnnotationProperty.java       
/jena-ontapi/src/main/java/org/apache/jena/ontapi/model line 122
   The method removeEquivalentClass(Resource) of type OntClass.Named should be 
tagged with @Override since it actually overrides a superinterface method
       OntClass.java    /jena-ontapi/src/main/java/org/apache/jena/ontapi/model 
line 1066
   The method removeRange(Resource) of type OntAnnotationProperty should be 
tagged with @Override since it actually overrides a superinterface method
       OntAnnotationProperty.java       
/jena-ontapi/src/main/java/org/apache/jena/ontapi/model line 130
   The method removeSuperClass(Resource) of type OntClass.Named should be 
tagged with @Override since it actually overrides a superinterface method
       OntClass.java    /jena-ontapi/src/main/java/org/apache/jena/ontapi/model 
line 1050
   The method subProperties() of type OntRelationalProperty should be tagged 
with @Override since it actually overrides a superinterface method
       OntRelationalProperty.java       
/jena-ontapi/src/main/java/org/apache/jena/ontapi/model line 66
   The method subProperties(boolean) of type OntAnnotationProperty should be 
tagged with @Override since it actually overrides a superinterface method
       OntAnnotationProperty.java       
/jena-ontapi/src/main/java/org/apache/jena/ontapi/model line 44
   The method subProperties(boolean) of type OntRelationalProperty should be 
tagged with @Override since it actually overrides a superinterface method
       OntRelationalProperty.java       
/jena-ontapi/src/main/java/org/apache/jena/ontapi/model line 42
   The method superProperties() of type OntRelationalProperty should be tagged 
with @Override since it actually overrides a superinterface method
       OntRelationalProperty.java       
/jena-ontapi/src/main/java/org/apache/jena/ontapi/model line 73
   The method superProperties(boolean) of type OntAnnotationProperty should be 
tagged with @Override since it actually overrides a superinterface method
       OntAnnotationProperty.java       
/jena-ontapi/src/main/java/org/apache/jena/ontapi/model line 51
   The method superProperties(boolean) of type OntRelationalProperty should be 
tagged with @Override since it actually overrides a superinterface method
       OntRelationalProperty.java       
/jena-ontapi/src/main/java/org/apache/jena/ontapi/model line 51
   The type GraphMem is deprecated
       UnionGraphTest.java      
/jena-ontapi/src/test/java/org/apache/jena/ontapi       line 31
   Type safety: The method contains(RDFNode) belongs to the raw type 
RDFNodeList. References to generic type RDFNodeList<E> should be parameterized
       OntRelationalProperty.java       
/jena-ontapi/src/main/java/org/apache/jena/ontapi/model line 187
   Type safety: Unchecked cast from ExtendedIterator<capture#8-of ?> to 
ExtendedIterator<O>
       OntGraphModelImpl.java   
/jena-ontapi/src/main/java/org/apache/jena/ontapi/impl  line 189
   Type safety: Unchecked cast from Object & OntEntity & AsNamed<?> to O
       OntClassImpl.java        
/jena-ontapi/src/main/java/org/apache/jena/ontapi/impl/objects  line 1447
   
   Unlikely argument type for equals(): OntNamedProperty seems to be unrelated 
to OntRelationalProperty
       OntIndividual.java       
/jena-ontapi/src/main/java/org/apache/jena/ontapi/model line 189        Java 
Problem
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to