nit icon indicating copy to clipboard operation
nit copied to clipboard

jwrapper todo list

Open xymus opened this issue 11 years ago • 3 comments

  • [ ] 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_foo with foo=)

@Freddrickk

xymus avatar Sep 30 '14 19:09 xymus

  • [ ] Manage static constant
  • [ ] Generate constructors
  • [ ] Fix static overload bug (ex. View.class)
  • [ ] Fix self duplication when using --comment option

Freddrickk avatar Oct 07 '14 02:10 Freddrickk

  • [ ] Execute on a .jar file or many .class files
  • [ ] Better naming for method attributes by using their type

@MehdiAit

xymus avatar Jan 26 '15 15:01 xymus

ping @xymus to update the checkboxes

privat avatar Jul 22 '15 19:07 privat