SandishKumarHN commented on a change in pull request #8394: 8156 :
StructuralSearchInspection, Prohibit check on Thread.getState()
URL: https://github.com/apache/incubator-druid/pull/8394#discussion_r320387475
##########
File path: .idea/inspectionProfiles/Druid.xml
##########
@@ -311,6 +311,16 @@
<constraint name="k" within="" contains="" />
<constraint name="v" within="" contains="" />
</searchConfiguration>
+ <searchConfiguration name="Prohibit Thread.getState() != TERMINATED
antipattern" text="$t$.getState()!=Thread.State.$state$" recursive="true"
caseInsensitive="true" type="JAVA">
+ <constraint name="t" within="" contains="" />
+ <constraint name="state" within="" contains="" />
+ <constraint name="t1" within="" contains="" />
Review comment:
@leventov does this require further changes?
----------------------------------------------------------------
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]