You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/12/11 15:36:30 UTC

[GitHub] [lucene] gsmiller opened a new issue, #12009: Find (and fix) places where we treat a long as a double without an explicit cast

gsmiller opened a new issue, #12009:
URL: https://github.com/apache/lucene/issues/12009

   ### Description
   
   I fixed one instance of this I happened to run across (see GH#12008), which appears to have just been a copy/paste issue, but as @rmuir points out (in the same PR), we can use `errorprone` to find all occurrences of this issue by running `gradlew check -Dvalidation.errorprone=true` with this line commented out: https://github.com/apache/lucene/blob/main/gradle/validation/error-prone.gradle#L381


-- 
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: issues-unsubscribe@lucene.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene] rmuir closed issue #12009: Find (and fix) places where we treat a long as a double without an explicit cast

Posted by GitBox <gi...@apache.org>.
rmuir closed issue #12009: Find (and fix) places where we treat a long as a double without an explicit cast
URL: https://github.com/apache/lucene/issues/12009


-- 
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: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org