2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 14 hours ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Example 4 added: manages [][] ... boolean stuff is now working yet More... over 14 years ago
Add the capability to manage array of array [][]... and facilitate the work if one day, we want to have [][][] which I doubt More... over 14 years ago
Example added: retrieve the exception text More... over 14 years ago
Example added: retrieve the exception text More... over 14 years ago
* When using an array of bool, a static_cast was failing. Rollback to the classic cast. This bug has been introduced in the version 1.0.5 (Closes: #3) * When a java method returns a String[], the length of the array is lost in the generated cpp, then, we set arrayOfString[len]=NULL. (Closes: #4) More... over 14 years ago
tag of version 1.0.5
Sylvestre Ledru
as ledru
More... over 14 years ago
Remove const_cast beacause does not compile under Windows & Mac for int* cast to jint* More... over 14 years ago
warning fixed
Sylvestre Ledru
as ledru
More... over 14 years ago
cast warning removed
Sylvestre Ledru
as ledru
More... over 14 years ago
warnings removed
Sylvestre Ledru
as ledru
More... over 14 years ago
new version
Sylvestre Ledru
as ledru
More... over 14 years ago
Wrong variable name More... over 14 years ago
* Lack of information in the error message when dealing with unknown + type
Sylvestre Ledru
as ledru
More... over 14 years ago
Missing import
Sylvestre Ledru
as ledru
More... over 14 years ago
Warning removed
Sylvestre Ledru
as ledru
More... over 14 years ago
Missing exception check on some calls of methods returning an array
Sylvestre Ledru
as ledru
More... over 14 years ago
end spaces
Sylvestre Ledru
as ledru
More... over 14 years ago
* Use a const_cast in the examples (to avoid warnings)
Sylvestre Ledru
as ledru
More... over 14 years ago
* The use of a static method returning an int wasn't calling the right method. It didn't seem to trigger any errors in the past but the latest version of the JDK is now complaining.
Sylvestre Ledru
as ledru
More... almost 15 years ago
* Typos fixed * synchronize & endSynchronize are also managed by option -e/--throws-exception-on-error * Update of the changelog reflecting the work of Matthieu Walter
Sylvestre Ledru
as ledru
More... about 15 years ago
changed argv to self.argv in giws
matthieu
as walter
More... about 15 years ago
removed the last 'sys.argv' reference. all argv accesses are now done through self.argv (which is defaulted to sys.argv in the constructor)
matthieu
as walter
More... about 15 years ago
* removed old unused code (__dict__...) * show_help wasn't called when a wrong cmdline param was given (uncatched exception was thrown instead) * decription is now mandatory: no -f/--description-file prints help * fixed opts/args len checking to fit the real usage
matthieu
as walter
More... about 15 years ago
fixed tab chr firing an error
matthieu
as walter
More... about 15 years ago
added
matthieu
as walter
More... about 15 years ago
Typo
Sylvestre Ledru
as ledru
More... over 15 years ago
+* Fixed a bug in the Exception check in a method call +In some cases (like a Java method returning a String), the check of +Exception was done on the clean of the variable, not on the potential +exception raised by the method. version 1.0.1
Sylvestre Ledru
as ledru
More... over 15 years ago
better number :$
Sylvestre Ledru
as ledru
More... over 15 years ago
Main program renamed giws.py => giws
Sylvestre Ledru
as ledru
More... over 15 years ago
Useless file
Sylvestre Ledru
as ledru
More... over 15 years ago