Github user bostko commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/513#discussion_r95570678
--- Diff:
utils/groovy/src/main/java/org/apache/brooklyn/util/groovy/GroovyJavaMethods.java
---
@@ -75,6 +76,20 @@
}
}
+ /**
+ * Alternative implementation of {@link
ScriptBytecodeAdapter#isCase(Object, Object)}<br>
+ * Stripped down to work only for caseExpression of type
<code>java.lang.Class</code>.<br>
--- End diff --
I think it is the same.
I prefer reusing the actual method being used so you can easily compare
implementations of `ScriptBytecodeAdapter#isCase(Object, Object)` and
`safeGroovyIsCase` just by checking that at the end both refer to
`DefaultGroovyMethods.isCase`
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---