sszuev commented on PR #2420:
URL: https://github.com/apache/jena/pull/2420#issuecomment-2092769790
In Intellij Idea I see no warnings, including about javadocs.
But several warnings are real issues.
fixed:
- issue with `@Override`
- issue with comma in javadocs
- unused import in test-class
------
- `The type GraphMem is deprecated
UnionGraphTest.java
/jena-ontapi/src/test/java/org/apache/jena/ontapi line 31` - deprecation
is suppressed, strange to have this warning from Eclipse
- `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` - code seems
to be ok
- `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`
I think this is about equals which is inherited from Resource, don't know
how it can be fixed
- javadocs. there are no warnings in Intellij Idea, probably I need to
install eclipse to see all of them
--
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]