leventov commented on a change in pull request #7764: #7316 Use
Map.putIfAbsent() instead of containsKey() + put()
URL: https://github.com/apache/incubator-druid/pull/7764#discussion_r287846810
##########
File path: .idea/inspectionProfiles/Druid.xml
##########
@@ -161,7 +158,7 @@
<searchConfiguration name="Suboptimal IndexedInts iteration" text="$x$
< $y$.size()" recursive="false" caseInsensitive="true" type="JAVA">
<constraint name="__context__" target="true" within="" contains="" />
<constraint name="x" within="" contains="" />
- <constraint name="y" nameOfExprType="IndexedInts"
exprTypeWithinHierarchy="true" within="" contains="" />
+ <constraint name="y" nameOfExprType="IndexedInts"
expressionTypes="IndexedInts" exprTypeWithinHierarchy="true" within=""
contains="" />
Review comment:
When using different versions of IntelliJ IDEA, it makes some seemingly
arbitrary changes to the config by itself. As long as it doesn't break the
TeamCity build (and if the PR author uses the latest version of IntelliJ), it
should be fine.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]