Commit Graph

98 Commits

Author SHA1 Message Date
clay_shooter
d2777b692e SF1687419 AttachCurrentThread 2007-03-24 15:01:33 +00:00
clay_shooter
42d53349ef SF1687419 AttachCurrentThread was being passed incorrect parameters. The 1.2 API implementation has never been correct. 2007-03-24 14:58:47 +00:00
clay_shooter
1647919dee Route all Variant construction thorough single constructor
Removed read and write methods in Variant since serialization is not actually supported
2007-03-24 13:25:45 +00:00
clay_shooter
baa2b30dea commented out unnecessary print statement when event method not found 2007-03-24 11:55:32 +00:00
clay_shooter
d0e98da3aa added "Known Issues" 2007-03-10 16:17:10 +00:00
clay_shooter
165b6b7646 SF 1674179 enum variant leak. also affects 1112667 1465539 1569864 2007-03-10 16:04:39 +00:00
clay_shooter
3a2e9429f3 SF-167401 changed key generation for ROT hashmaps to avoid collisions and random gc of pushed out objects 2007-03-10 13:39:37 +00:00
clay_shooter
344efcfa6f SF 1483819 info on how to get the version number of a dll 2007-02-18 16:31:06 +00:00
clay_shooter
fa66c59940 SF 1662887 protect Dispatch static methods 2007-02-18 16:11:38 +00:00
clay_shooter
c63934b4bf 1651926 getString() should be called instead of toString() 2007-02-04 20:55:00 +00:00
clay_shooter
4afdf31d25 1651926 getString() should be called instead of toString() 2007-02-04 20:33:50 +00:00
clay_shooter
27134742f1 SF1645463 2007-02-04 20:19:11 +00:00
clay_shooter
5bcb855846 SF1603631:
concurrent modification of ROT (adding or removing thread tables) causes VM crash.  The simple fix is to sychronize all accessors to the ROT.  Performance impact has not been analyzed
2006-12-08 13:03:55 +00:00
clay_shooter
2856390f24 1611487:
added additional problem report to release notes
2006-12-08 12:50:37 +00:00
clay_shooter
3b524074a6 SF1603631:
concurrent modification of ROT (adding or removing thread tables) causes VM crash.  The simple fix is to sychronize all accessors to the ROT.  Performance impact has not been analyzed
2006-12-08 12:42:37 +00:00
clay_shooter
5ac71b76b4 SF 1607878 Variant getJavaDateRef() failes -- programmer error
SF 1602188 stack overflow on toString() for object that can't be converted toJavaObject() -- toJavaObject did wrong thing when couldn't convert and couldn't convert basic types byRef() .  That has been fixed.
2006-12-03 14:53:49 +00:00
clay_shooter
f3f83ea562 1.11.1 release notes 2006-12-03 14:45:27 +00:00
clay_shooter
9d46a4651a added missing release marker on feature 2006-10-28 15:03:09 +00:00
clay_shooter
959da16864 upgrading documentation 2006-10-28 14:56:31 +00:00
clay_shooter
719ea199bd SF 1580993 Feature Request tied to https://sourceforge.net/forum/forum.php?thread_id=1588018&forum_id=375946 Help discusson adds support for 64 bit dlls. 2006-10-20 02:55:06 +00:00
clay_shooter
e56c4f5e5d updates for 1.11 2006-10-16 02:16:48 +00:00
clay_shooter
a7668bfadd Updating documentation 2006-10-13 23:29:26 +00:00
clay_shooter
4a1ebd4298 fix compiler warning
D:\jacob\jni\EventProxy.cpp(129) : warning C4101: 'retObj' : unreferenced local variable
2006-10-13 22:51:07 +00:00
clay_shooter
3774f1eeec updated 2006-10-13 15:25:34 +00:00
clay_shooter
bec689b833 updated prior to moving to VC++ 8.0 Express 2006-10-13 12:11:00 +00:00
clay_shooter
a20526a503 toJavaObject() unsupported conversions now throw NotImplementedException instead of IllegalStateException. getDobuleRef() renamed to getDoubleRef(). get methods documented as throwing IllegalStateException() 2006-10-07 17:32:12 +00:00
clay_shooter
e26c507f92 Updated javadoc 2006-10-07 17:30:22 +00:00
clay_shooter
745fc749d4 fixed bug report reference string 2006-10-04 03:28:03 +00:00
clay_shooter
6f432445e8 Fixed javadoc warnings 2006-10-04 03:25:29 +00:00
clay_shooter
0b16b2eeae SF1570270 Proxy unhook detatched threads.
SF1538011 toString() not compliant, large ripple into toXXX() methods
SF1478172 Variant jni methods public without protection.  Now JNI methods behind java methods
2006-10-04 03:18:59 +00:00
clay_shooter
a50685d412 SF1493647 support alternate dll loading directories 2006-09-30 16:39:32 +00:00
clay_shooter
23f64b600c SF1511033 fix array index out of bounds problem 2006-09-24 13:57:10 +00:00
clay_shooter
912ea449ad added extra debug flag to documentaton for IETest 2006-09-24 13:55:14 +00:00
clay_shooter
f50b153c9e SF1511033 fix array index out of bounds problem 2006-09-24 13:47:02 +00:00
clay_shooter
6c2c357a77 SF1550628: loadLibrary call modifed to a single location so that folks interested in changing how it works to support applets only has to modify in one location 2006-09-23 18:27:48 +00:00
clay_shooter
e5368d39ee SF1550628: loadLibrary call mofed to a single location so that folks interested in changing how it works to support applets only has to modify in one location 2006-09-23 18:10:02 +00:00
clay_shooter
3bd2d84f07 SF 1538011 -- document the fact that toString() convertes the underlying data type to a String type 2006-09-23 17:30:30 +00:00
clay_shooter
8e6be7ec6c SF 1550604 -- added property setting to catch unset version number in compilation_tools.properties 2006-09-23 12:36:02 +00:00
clay_shooter
340546c3cd SF 1477793 obj2variant should accept dates on the Dispatch object 2006-04-28 04:24:18 +00:00
clay_shooter
66f26e5819 added comments 2006-04-28 04:06:12 +00:00
clay_shooter
10104aa8c1 improved testing for 147484 2006-04-23 21:34:56 +00:00
clay_shooter
ed9ef5c827 Another round of changes for Sourceforge bug 147484. 2006-04-23 21:01:55 +00:00
clay_shooter
0db059858a 1474484 change committed to support the not calling of safeRelease() on Variant constant objects. 2006-04-23 20:35:26 +00:00
clay_shooter
5b807839cd added method comment 2006-04-23 20:32:07 +00:00
clay_shooter
4eb49215cb reorganized the samples, again. Moved the programs that were more test cases to the unit test directory and repackaged the unit test directory. 2006-03-18 16:21:28 +00:00
clay_shooter
288b2da21a fixed javadoc warning 2006-02-20 14:17:22 +00:00
clay_shooter
ed200c459d 1.10 pre 4 bug addition 2006-02-20 14:13:34 +00:00
clay_shooter
36c5cd4fb7 1224219 fixed incorrect memory release 2006-02-20 14:04:46 +00:00
clay_shooter
b97ebfb526 Visio file for sample program 2006-02-14 04:39:01 +00:00
clay_shooter
a1d0104826 doc updates to support 1.10 pre3 and the different way we handle event callbacks with InvocationProxy 2006-02-14 04:37:15 +00:00