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
declaration no longer listenable (it never worked as intended, change events would only be fired when using setDeclaration, not via any of the other dozen methods that could change the declaration).
The following changes are planned for the data model in fulib v2:
FMethodMethod.modifiers: String→modifiers: Set<String>annotations: String→annotations: List<String>methodBody: String→body: Stringparams: LinkedHashMap<String, String>→parameters: List<Parameter>typeParams: LinkedHashMap<String, String>→typeParameters: List<Parameter>declarationno longer listenable (it never worked as intended, change events would only be fired when usingsetDeclaration, not via any of the other dozen methods that could change the declaration).Parametername: Stringtype: Stringannotations: List<String>