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
Fix NPE when type is null in RemoveBuiltInModuleRegistrations (#55)
Add null checks before calling TypeUtils.toString() since
J.VariableDeclarations.getType() and Expression.getType() can return null,
particularly for lambda parameters with inferred types.
0 commit comments