6
I Use This!
Low Activity

Commits : Listings

Analyzed 9 minutes ago. based on code collected about 5 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[no comment] More... almost 2 years ago
[no comment] More... almost 2 years ago
Added the "ArrayInitializerOrRvalueVisitor". More... almost 2 years ago
Fixed GITHUB PR #10: Replace if condition with literal if possible to simplify if statement Allow variable declarators between the LV declaration and the IF statement iff none of the VDs modify the LV. More... almost 2 years ago
Bump ant from 1.10.9 to 1.10.11 in /janino (#152) More... almost 2 years ago
[no comment] More... almost 2 years ago
[no comment] More... almost 2 years ago
[no comment] More... almost 2 years ago
Added "-Xverify:all" to all run configuration to enforce the strictest bytecode verification possible. More... almost 2 years ago
Test case "JlsTest.test_9_7_1__Normal_Annotations2()" choked because of annotation-type element value (annotation type is described by an UTF8 CPE, not a CLASS CPE). More... almost 2 years ago
Minor refactoring in an attempt to clean up the mess that StackMapTable has created. More... almost 2 years ago
Fixed issue #167 "After a successful compilation, compiling identical (or similar) code fails with an assignment conversion error": Moved the "getArrayIClass(...)" methods from "IClass" to "IClassLoader", and keep the array classes per-class-loader (which is important because arrays refer to java.lang.Object). Also added a test case. More... almost 2 years ago
[no comment] More... almost 2 years ago
Removed JUnit launch configurations for Java 12, 15 and 16, which are no longer supported. More... almost 2 years ago
3.1.8-SNAPSHOT More... almost 2 years ago
Version 3.1.7 More... almost 2 years ago
Many tests didn't work with JDK 7!? More... almost 2 years ago
Remove one JAVA warning. More... almost 2 years ago
Merged PR #148 "Correct the logic to truncate Stack map in CodeContext.restoreLocalVariables". More... almost 2 years ago
Removed some compiler warnings. More... almost 2 years ago
Removed some compiler warnings. More... almost 2 years ago
Add SUPER flag for package member types only (#163) More... about 2 years ago
Fixed issue #166 "Get generate method bytecode size". More... about 2 years ago
Added a test case for issue #165. More... about 2 years ago
Fixed issue #165: Compilation failure when a class and package name match case insensitively More... about 2 years ago
Added some type casts that are necessary to compile Janino with itself. More... about 2 years ago
[no comment] More... about 2 years ago
Replaced "new (Byte|Short|Integer|Long|Float|Double|Character|Boolean)(...)" with "valueOf(...)". More... about 2 years ago
Replaced types "Visitor.*Visitor" with "*Visitor". More... about 2 years ago
Fixed issue #135 again; this time right. More... over 2 years ago