0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 20 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
revert to the length of the first dimension for the length method (at least for now) More... over 14 years ago
remove special treatment of [ for results of length one. warn about multi dim indexing (for now) More... over 14 years ago
more careful implementation of [[ for java arrays (still not perfect) More... over 14 years ago
s/jobjRef/jarrayRef/ More... over 14 years ago
merged documentation files about arrays, move array specific methods to jarrayRef and not jobjRef More... over 14 years ago
removed RJavaTools.isArray in favor of RJavaArrayTools.isArray + tests More... over 14 years ago
added RJavaArrayTools to deal with multi dimensional java arrays + tests More... over 14 years ago
added 'class' pseudo field in jclassName (dollar expansion and completion) More... over 14 years ago
added check and convert.array arguments to .jcast, make sure reflection calls (constructor and method invocation) are cast to the actual type of the object and not just java.lang.Object More... over 14 years ago
added str.jobjRef (the default did not like length), bring the ... named arguments in with.jobjRef in the evaluation environment More... over 14 years ago
renamed (internal) hasMethod to avoid conflict with methods::hasMethod. Added japply to apply over java arrays or Iterable implementations More... over 14 years ago
added java array indexing, fixed assymetry in simplification between regular and reflective calls (reflective calls did not siplify arrays of java primitives into R data structures) More... over 14 years ago
start to work towards java array indexing More... over 14 years ago
test length on non java arrays More... over 14 years ago
mention with( ., length ) More... over 14 years ago
added (unexported) isJavaArray, length method for java arrays, length pseudo field for java array More... over 14 years ago
added RJavaTools.isArray + tests More... over 14 years ago
uncomment some example code in accessOp More... over 14 years ago
uncomment some example code in J More... over 14 years ago
recomment some example code More... over 14 years ago
uncomment some example code in with More... over 14 years ago
fix instanceof so that it knows about jclassName, un-awt and un-comment examples in instanceof so that they participate to R CMD check More... over 14 years ago
added inner classes to syntactic sugar and with More... over 14 years ago
added hasClass and classHasClass More... over 14 years ago
added RJavaTools.isStatic(Class) and RJavaTools.getStaticClasses(Class) and associated test cases More... over 14 years ago
removed redundancies in with.j* code More... over 14 years ago
workaround for bug#128, enforcing accessibility More... over 14 years ago
added with.jclassName and within.jclassName More... over 14 years ago
added RJavaTools.getStaticMethods and RJavaTools.getStaticFields to support with.jclassName More... over 14 years ago
only show static fields and methods when completing jclassName objects More... over 14 years ago