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

   Here are the Java warnings I am seeing in Eclipse:
   
   <details>
     <summary>Eclipse Warnings</summary>
   
   ```
   The method load(File) from the type SpatialIndexV1 is deprecated
   SpatialIndexIo.java
   /jena-geosparql/src/main/java/org/apache/jena/geosparql/spatial/index/compat
   line 51
   
   The type SpatialIndexV1 is deprecated
   SpatialIndexIo.java
   /jena-geosparql/src/main/java/org/apache/jena/geosparql/spatial/index/compat
   line 51
   
   The type SpatialIndexV1 is deprecated
   SpatialIndexIo.java
   /jena-geosparql/src/main/java/org/apache/jena/geosparql/spatial/index/compat
   line 51
   
   Type safety: Unchecked cast from Object to Map<Node,STRtree>
   STRtreePerGraphSerializer.java
   /jena-geosparql/src/main/java/org/apache/jena/geosparql/spatial/index/v2
   line 41
   
   The method write(Kryo, Output, STRtree) of type STRtreeSerializer should be 
tagged with @Override since it actually overrides a superclass method
   STRtreeSerializer.java
   /jena-geosparql/src/main/java/org/locationtech/jts/index/strtree
   line 68
   
   Javadoc: Parameter includeWgs84 is not declared
   QueryRewriteTestData.java
   /jena-geosparql/src/test/java/org/apache/jena/geosparql/geo/topological
   line 60
   
   The import org.apache.jena.rdf.model.ModelFactory is never used
   QueryRewriteTestData.java
   /jena-geosparql/src/test/java/org/apache/jena/geosparql/geo/topological
   line 27
   
   The method buildSpatialIndex(Dataset, String) from the type SpatialIndexV1 
is deprecated
   TestSpatialIndexGraphLookupV1.java
   /jena-geosparql/src/test/java/org/apache/jena/geosparql/spatial
   line 32
   
   The type SpatialIndexV1 is deprecated
   TestSpatialIndexGraphLookupV1.java
   /jena-geosparql/src/test/java/org/apache/jena/geosparql/spatial
   line 32
   
   The type SpatialIndexV1 is deprecated
   TestSpatialIndexGraphLookupV1.java
   /jena-geosparql/src/test/java/org/apache/jena/geosparql/spatial
   line 32
   
   The method buildSpatialIndex(Dataset, File) from the type SpatialIndexV1 is 
deprecated
   SpatialIndexTest.java
   /jena-geosparql/src/test/java/org/apache/jena/geosparql/spatial/index/v2
   line 130
   
   The method createTripleNode(Triple) from the type NodeFactory is deprecated
   TestNodeSerializer.java
   /jena-geosparql/src/test/java/org/apache/jena/geosparql/spatial/index/v2
   line 74
   
   The method save(File, Collection<SpatialIndexItem>, String) from the type 
SpatialIndexV1 is deprecated
   SpatialIndexTest.java
   /jena-geosparql/src/test/java/org/apache/jena/geosparql/spatial/index/v2
   line 58
   
   The type SpatialIndexV1 is deprecated
   SpatialIndexTest.java
   /jena-geosparql/src/test/java/org/apache/jena/geosparql/spatial/index/v2
   line 58
   
   The type SpatialIndexV1 is deprecated
   SpatialIndexTest.java
   /jena-geosparql/src/test/java/org/apache/jena/geosparql/spatial/index/v2
   line 130
   ```
   
   </details>
   


-- 
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