Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data model changes for fulib v2 #88

Open
9 tasks
Clashsoft opened this issue Feb 20, 2021 · 0 comments
Open
9 tasks

Data model changes for fulib v2 #88

Clashsoft opened this issue Feb 20, 2021 · 0 comments
Assignees
Labels
enhancement Changes to existing features
Milestone

Comments

@Clashsoft
Copy link
Member

The following changes are planned for the data model in fulib v2:

  • FMethod
    • Renamed to Method.
    • modifiers: Stringmodifiers: Set<String>
    • annotations: Stringannotations: List<String>
    • methodBody: Stringbody: String
    • params: LinkedHashMap<String, String>parameters: List<Parameter>
    • typeParams: LinkedHashMap<String, String>typeParameters: List<Parameter>
    • 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).
  • (new) Parameter
    • name: String
    • type: String
    • annotations: List<String>
@Clashsoft Clashsoft added the enhancement Changes to existing features label Feb 20, 2021
@Clashsoft Clashsoft added this to the v2 milestone Feb 20, 2021
@Clashsoft Clashsoft self-assigned this Feb 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Changes to existing features
Projects
None yet
Development

No branches or pull requests

1 participant