0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added completion computation on the java side in RJavaTools + unit tests More... over 14 years ago
make .jmetjhods/constructors/fields work more nicely with jclassName and as as.obj
Simon Urbanek
as urbanek
More... over 14 years ago
add jobj to jclassName and force find on creation; add static restriction to classHasXXX calls; implement $ properly for jclassName
Simon Urbanek
as urbanek
More... over 14 years ago
move classes.R to 0classes.R to make sure it's sourced first
Simon Urbanek
as urbanek
More... over 14 years ago
add new J() API
Simon Urbanek
as urbanek
More... over 14 years ago
make sure .jfindClass throws an exception
Simon Urbanek
as urbanek
More... over 14 years ago
add class name detection for exceptions; use exception class name as a subclass of Exception condition in R
Simon Urbanek
as urbanek
More... over 14 years ago
add a hack to get the relevant call object in throwR() allowing more precise Exception errors
Simon Urbanek
as urbanek
More... over 14 years ago
make the compiler (and Romain ;)) happy
Simon Urbanek
as urbanek
More... over 14 years ago
handle primitives in .J, rework syntactic sugar More... over 14 years ago
added classes arguments to newInstance and invokeMethod to deal with primitives More... over 14 years ago
added RJavaTools.hasField + associated unit tests More... over 14 years ago
simplified .jrcall to use the RJavaTools.invokeMethod More... over 14 years ago
added invokeMethod which wraps the method call so that the actual exception is thrown instead of InvocationTargetException More... over 14 years ago
added a few missing .jcheck calls and using the RJavaTools.newInstance method in .J More... over 14 years ago
added newInstance to RJavaTools so that the correct Exception is thrown instead of an InvocationTargetException More... over 14 years ago
.J does not try .jnew first (for now) More... over 14 years ago
testing RJavaTools More... over 14 years ago
added a simple Makefile in rJava/src/java (to not forget -source and -target) More... over 14 years ago
0.8 devel - new exception handling
Simon Urbanek
as urbanek
More... over 14 years ago
small codoc issue More... over 14 years ago
replace .jrnew by .J and reset .jnew as before (not calling .jrnew at all anymore) More... over 14 years ago
not attempting to use reflection to create the RJavaClassLoader object, and check that RJavaTools is available before using .jrnew or .jrcall More... over 14 years ago
fix .jinit recursion issue in foreign JVM
Simon Urbanek
as urbanek
More... over 14 years ago
fix crash in foreign JVM without .jinit()
Simon Urbanek
as urbanek
More... over 14 years ago
fix missing synchronization in a few places; guarantee a synchronized start
Simon Urbanek
as urbanek
More... over 14 years ago
suppressed Rd warning More... over 14 years ago
adding instanceof More... over 14 years ago
fix RJavaTools class to be compatible and remove instanceof since it doesn't exist
Simon Urbanek
as urbanek
More... over 14 years ago
eval error in eval -> rniEval returns -2 More... over 14 years ago