nit
nit copied to clipboard
jwrapper todo list
- [ ] Generate static methods on top-level
- [x] Extend primitive array support
- [ ] Enhance static overload support (currently, it suffixes the method name with a number)
- [ ] Support fields by adding different getter/setters
- [x] Reword Java method name to Nit style (ex: replace
set_foowithfoo=)
@Freddrickk
- [ ] Manage static constant
- [ ] Generate constructors
- [ ] Fix static overload bug (ex. View.class)
- [ ] Fix
selfduplication when using --comment option
- [ ] Execute on a .jar file or many .class files
- [ ] Better naming for method attributes by using their type
@MehdiAit
ping @xymus to update the checkboxes