Detect callables and dynamic calls (replaced by 4.1.1) #284
Closed
spaze
announced in
Announcements
Replies: 1 comment
-
This release has been replaced with 4.1.1 which also detects callables in constructors, unlike this version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release adds new detections listed below, meaning it's possible that you'll see new error messages.
First class callable syntax (#279), for example:
Dynamic calls (#276, #278), for example:
Test anonymous class usages (#277), for example:
Anonymous class usages (when the anonymous class extends
DisallowedClass
for example) were detected before, however the detection is now tested.Detect callable parameters (#281, #283), for example:
This discussion was created from the release Detect callables and dynamic calls.
Beta Was this translation helpful? Give feedback.
All reactions