github-advanced-security[bot] commented on code in PR #860: URL: https://github.com/apache/incubator-baremaps/pull/860#discussion_r1623264626
########## baremaps-geoparquet/src/main/java/org/apache/baremaps/geoparquet/data/GeoParquetGroup.java: ########## @@ -230,6 +243,10 @@ void setGeometryValues(String fieldName, List<Geometry> geometryValues); + void setEnvelopeValue(String fieldName, Envelope envelopeValue); + + void setEnvelopeValues(String fieldName, List<Envelope> envelopeValues); Review Comment: ## Useless parameter The parameter 'envelopeValues' is never used. [Show more details](https://github.com/apache/incubator-baremaps/security/code-scanning/1436) ########## baremaps-geoparquet/src/main/java/org/apache/baremaps/geoparquet/data/GeoParquetGroup.java: ########## @@ -230,6 +243,10 @@ void setGeometryValues(String fieldName, List<Geometry> geometryValues); + void setEnvelopeValue(String fieldName, Envelope envelopeValue); Review Comment: ## Useless parameter The parameter 'fieldName' is never used. [Show more details](https://github.com/apache/incubator-baremaps/security/code-scanning/1437) ########## baremaps-geoparquet/src/main/java/org/apache/baremaps/geoparquet/data/GeoParquetGroup.java: ########## @@ -230,6 +243,10 @@ void setGeometryValues(String fieldName, List<Geometry> geometryValues); + void setEnvelopeValue(String fieldName, Envelope envelopeValue); Review Comment: ## Useless parameter The parameter 'envelopeValue' is never used. [Show more details](https://github.com/apache/incubator-baremaps/security/code-scanning/1438) ########## baremaps-geoparquet/src/main/java/org/apache/baremaps/geoparquet/data/GeoParquetGroup.java: ########## @@ -230,6 +243,10 @@ void setGeometryValues(String fieldName, List<Geometry> geometryValues); + void setEnvelopeValue(String fieldName, Envelope envelopeValue); + + void setEnvelopeValues(String fieldName, List<Envelope> envelopeValues); Review Comment: ## Useless parameter The parameter 'fieldName' is never used. [Show more details](https://github.com/apache/incubator-baremaps/security/code-scanning/1435) -- 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]
