- Notifications
You must be signed in to change notification settings - Fork 194
Closed
Labels
type: bugA general bugA general bug
Description
see https://www.couchbase.com/forums/t/reactive-dynamicproxyable-is-not-working/39163
Issue is in FindMethod
Lines 124 to 128 in 10f71c9
| for (k = 0; k < l; k++) { | |
| if (!testParams[k].isAssignableFrom(currentParams[k])) { | |
| break; | |
| } | |
| } |
Metadata
Metadata
Assignees
Labels
type: bugA general bugA general bug