6
I Use This!
Low Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[no comment] More... over 4 years ago
[no comment] More... over 4 years ago
[no comment] More... over 4 years ago
When a method was compiled and then stored in a ClassFile, then the "variableArity" flag was lost. More... over 4 years ago
[no comment] More... over 4 years ago
Renamed all "@Nullable optionalXyz" variables, fields and parameters to "@Nullable xyz" for consistency. More... over 4 years ago
JAVADOC More... over 4 years ago
JAVADOC More... over 4 years ago
[no comment] More... over 4 years ago
Big rewrite of the ExpressionEvaluator - ScriptEvaluator - ClassBodyEvaluator - SimpleCompiler - Cookable hierarchy: Previously, these classes EXTENDED from left to right, which was always a bit awkward: Actually an ExpressionEvaluator IS NOT a ScriptEvaluator (asf.). To clean up that mess, the classes now DELEGATE instead of EXTENDING: ExpressionEvaluator now HAS a ScriptEvaluator (asf.). This works much better than the old model, and is so much cleaner. More... over 4 years ago
[no comment] More... over 4 years ago
JAVADOC More... over 4 years ago
[no comment] More... over 4 years ago
[no comment] More... over 4 years ago
[no comment] More... over 4 years ago
[no comment] More... over 4 years ago
[no comment] More... over 4 years ago
[no comment] More... over 4 years ago
The concept of the "ExpressionCompiler" was completely refactored: Instead of EXTENDING the "ExpressionEvaluater" in order to keep it from loading the generated bytecode, the ExpressionEvaluator now has a "getBytecodes()" method, and there is no more for an "ExpressionCompiler" class. More... over 4 years ago
[no comment] More... over 4 years ago
Bug in "testAnyType()": An ExpressionvEvaluator must be cooked at most ONCE. More... over 4 years ago
[no comment] More... over 4 years ago
Added "test_15_10_3__Array_Access_Expressions()". More... over 4 years ago
JAVADOC More... over 4 years ago
Fixed the promotion of the array access index expression (see JLS7 15.13 Array Access Expressions). More... over 4 years ago
[no comment] More... over 4 years ago
Issue #108: Improve Sandbox More... over 4 years ago
[no comment] More... over 4 years ago
Issue #108: Improve Sandbox More... over 4 years ago
[no comment] More... over 4 years ago