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
Context:
We've added a K.ClassDeclaration, which will not be returned by K.CompilationUnit#getClasses and will not be accepted by K.CompilationUnit#withClasses.
Unless something has changed, getClasses() will be used by Java recipes, and the J.ClassDeclaration in the K.ClassDeclaration should be returned in the list. Additionally, withClasses may be deprecated since it may lead to unexpected results.
The text was updated successfully, but these errors were encountered:
Context:
We've added a K.ClassDeclaration, which will not be returned by
K.CompilationUnit#getClasses
and will not be accepted byK.CompilationUnit#withClasses
.Unless something has changed,
getClasses()
will be used by Java recipes, and theJ.ClassDeclaration
in theK.ClassDeclaration
should be returned in the list. Additionally,withClasses
may be deprecated since it may lead to unexpected results.The text was updated successfully, but these errors were encountered: