You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While callers are expetected to use vararg parameters in order to resolve types, TypeHints#resolve(..) should only be called with an already formed array, thus it should not consume vararg parameters.
Description
While callers are expetected to use vararg parameters in order to resolve types,
TypeHints#resolve(..)
should only be called with an already formed array, thus it should not consume vararg parameters.References
padla/java-commons/src/main/java/ru/progrm_jarvis/javacommons/util/TypeHints.java
Line 24 in fbe2572
Reporters
This issue was reported by @AbstractCoderX
The text was updated successfully, but these errors were encountered: