Summary Period: 2003-08-10 to 2005-03-17
[root]/extensions/helmagroups/src/helma/extensions/helmagroups/rhino
Total Lines Of Code:
0 (2006-01-13 18:49)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
stefanp | 46 (100.0%) | 1888 (100.0%) | 41.0 |
removed Rhino support from Helmagroups
.. implementation was memory leaking, bugfixing too complicated
we now use a nice and straightforward javascript library
0 lines of code changed in:
added GroupObject.getProperty(string name)
- otherwise property whose names are numbers would be inaccessible
34 lines of code changed in:
methods related to getting info about a group have moved to GroupInfo.java
7 lines of code changed in:
added getMemberApps(String groupname) to the exposed API
11 lines of code changed in:
use commons-logging framework instead of our own methods
7 lines of code changed in:
getMembers() does conversion to String (which used to be done by Group.listMembers())
7 lines of code changed in:
fixed code formatting
37 lines of code changed in:
fixed code formatting, added serialVersionUID where necessary
741 lines of code changed in:
removed unused imports
1 lines of code changed in:
replaced boolean wait with int sendMode
parse sendMode value with Util.sendModeToInt
14 lines of code changed in:
fetch sendMode for app-group-pair for each put operation
14 lines of code changed in:
error messages aren't printed to the logfile but are available via getLastError()
10 lines of code changed in:
changed logging - some statements are only printed in debug mode now
4 lines of code changed in:
convert all instances of Number that Rhino delivers
1 lines of code changed in:
fixed two bugs:
- string property values were returned as NativeStrings which didn't cause any
trouble in the scripting env but with re-conversion e.g. when sent via xmlrpc
- number values between -1 and +1 are passed as Double, all others come as
Integers. Yet we didn't convert Double at all.
2 lines of code changed in:
fixed problem with getting date objects out of the group (with helma 1.3)
removed debug statements
14 lines of code changed in:
new rhino doesn't accept returned arrays anymore but wants Object only
5 lines of code changed in:
cleanup
0 lines of code changed in:
fully implemented getRemote() for distributed function calls
77 lines of code changed in:
fully implemented wrap(), unwrap(), setProperty(), waitFor(), getLastError()
moved object conversion rhino-2-java to an extra function
165 lines of code changed in:
(9 more)
Generated by StatCVS 0.2.2