sonatype-lift[bot] commented on code in PR #1730:
URL: https://github.com/apache/groovy/pull/1730#discussion_r903156123
##########
subprojects/groovy-console/src/main/groovy/groovy/console/ui/ObjectBrowser.groovy:
##########
@@ -239,6 +258,13 @@ class ObjectBrowser {
}
}
+ void closeFrameIfAltDoubleClick(MouseEvent e) {
+ if ((e.modifiersEx & 512) == 512) {
Review Comment:
*BitwiseOperatorInConditional:* Use of a bitwise and (&) operator in a
conditional
Reply with *"**@sonatype-lift help**"* for more info.
Reply with *"**@sonatype-lift ignore**"* to tell LiftBot to leave out the
above finding from this PR.
Reply with *"**@sonatype-lift ignoreall**"* to tell LiftBot to leave out all
the findings from this PR and from the status bar in Github.
When talking to LiftBot, you need to **refresh** the page to see its
response. [Click here](https://help.sonatype.com/lift/talking-to-lift) to get
to know more about LiftBot commands.
---
Was this a good recommendation?
[ [🙁 Not
relevant](https://www.sonatype.com/lift-comment-rating?comment=282270573&lift_comment_rating=1)
] - [ [😕 Won't
fix](https://www.sonatype.com/lift-comment-rating?comment=282270573&lift_comment_rating=2)
] - [ [😑 Not critical, will
fix](https://www.sonatype.com/lift-comment-rating?comment=282270573&lift_comment_rating=3)
] - [ [🙂 Critical, will
fix](https://www.sonatype.com/lift-comment-rating?comment=282270573&lift_comment_rating=4)
] - [ [😊 Critical, fixing
now](https://www.sonatype.com/lift-comment-rating?comment=282270573&lift_comment_rating=5)
]
##########
subprojects/groovy-console/src/main/groovy/groovy/console/ui/ObjectBrowser.groovy:
##########
@@ -239,6 +258,13 @@ class ObjectBrowser {
}
}
+ void closeFrameIfAltDoubleClick(MouseEvent e) {
+ if ((e.modifiersEx & 512) == 512) {
Review Comment:
*BitwiseOperatorInConditional:* Use of a bitwise and (&) operator in a
conditional
Reply with *"**@sonatype-lift help**"* for more info.
Reply with *"**@sonatype-lift ignore**"* to tell LiftBot to leave out the
above finding from this PR.
Reply with *"**@sonatype-lift ignoreall**"* to tell LiftBot to leave out all
the findings from this PR and from the status bar in Github.
When talking to LiftBot, you need to **refresh** the page to see its
response. [Click here](https://help.sonatype.com/lift/talking-to-lift) to get
to know more about LiftBot commands.
---
Was this a good recommendation?
[ [🙁 Not
relevant](https://www.sonatype.com/lift-comment-rating?comment=282274432&lift_comment_rating=1)
] - [ [😕 Won't
fix](https://www.sonatype.com/lift-comment-rating?comment=282274432&lift_comment_rating=2)
] - [ [😑 Not critical, will
fix](https://www.sonatype.com/lift-comment-rating?comment=282274432&lift_comment_rating=3)
] - [ [🙂 Critical, will
fix](https://www.sonatype.com/lift-comment-rating?comment=282274432&lift_comment_rating=4)
] - [ [😊 Critical, fixing
now](https://www.sonatype.com/lift-comment-rating?comment=282274432&lift_comment_rating=5)
]
--
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]