From 949a69dd8fc1bed52d5b02436187ecf116b92bac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Mon, 5 Jan 2015 19:17:02 -0500 Subject: [PATCH] contrib/jwrapper: update README and remove TODO list as it is now on github MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- contrib/jwrapper/README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/contrib/jwrapper/README.md b/contrib/jwrapper/README.md index 8cd3bf0..412392e 100644 --- a/contrib/jwrapper/README.md +++ b/contrib/jwrapper/README.md @@ -43,13 +43,3 @@ Unknown types are types that doesn't have an equivalent in Nit as of yet. Jwrapper won't wrap a class that already is in the `lib/android` directory. Can't use both -c and -w together, either you comment unknown types or you wrap them. - -## Limitations -jwrapper support for java primitive array is limited to one parameter and the return value. - -If the method contains more than one primitive array parameter, the method will be commented with a `NOT SUPPORTED` notice. - -## TODO List -* Generate static methods on top-level -* Extend primitive array support -* Enhance static overload support (currently, it suffixes the method name with a number) -- 1.7.9.5