Skip to content
New issue

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

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

Already on GitHub? # to your account

Add support for inner classes #6

Closed
10 tasks done
stephanenicolas opened this issue Sep 24, 2013 · 1 comment
Closed
10 tasks done

Add support for inner classes #6

stephanenicolas opened this issue Sep 24, 2013 · 1 comment
Assignees

Comments

@stephanenicolas
Copy link
Owner

Support begins to work for static inner classes via commit 1ff546c

TODO for inner classes :

  • add support for public static inner classes
  • add support for private static inner classes
  • add 2 unitests test for private static inner classes
  • test multiple arguments constructor
  • test fields and methods of inner classes
  • test multi-depth inner classes
  • implement non static inner classes
  • review code and make it comply with wiki
  • add javadoc to inner class accessors and boundboxes
  • update doc in wiki
@ghost ghost assigned stephanenicolas Sep 24, 2013
stephanenicolas added a commit that referenced this issue Sep 25, 2013
Invocations of constructors for static inner classes has been fixed.
Multiple arguments and multiple constructors is handled correctly.
test multiple arguments constructor.
@stephanenicolas
Copy link
Owner Author

  • Add inheritance computation to deal with hidden inner classes.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant