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
Add options for literal number types and method finding strategy (#268)
support L type suffix for literal number which will be treated as Long, such as '123L'.
Add literalDecimalTreatedAsInteger option for toggling to enable/disable literal decimal treated as integer.
Add 'greedyMatchMethod' option for toggling to enable/disable greedy matching mode for finding java method. Reduce the limit of the parameter type, try to find other method which has compatible parameter types.