moleske commented on a change in pull request #5473:
URL: https://github.com/apache/geode/pull/5473#discussion_r476902292
##########
File path:
geode-core/src/main/java/org/apache/geode/cache/query/internal/NullToken.java
##########
@@ -33,6 +33,7 @@
*/
public class NullToken implements DataSerializableFixedID, Comparable {
+ @SuppressWarnings("lgtm[java/useless-null-check]")
Review comment:
Since lgtm is not a "normal" warning to suppress, it may be worth
explaining this somewhere why we are suppressing it (rather than fixing it).
Also it seems like we're using both `@SuppressWarnings("lgtm[])` and comments
`// lgtm[]` should be using one consistently or is there certain use cases that
require one or the other?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]