File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
jbbp/src/main/java/com/igormaznitsa/jbbp/compiler/conversion Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,10 @@ that for Java. So I developed the JBBP library.<br>
1818# Change log
1919
2020- __ 3.0.0 (SNAPSHOT)__
21- - lifted minimal JDK version to 11.0
22- - lifted supported Android API version to 32
23- - added JBBPUtils#findMaxStaticArraySize method to calculate maximal static array size in a script
21+ - __ minimal JDK version lifted up to 11.0__
22+ - __ minimal supported Android lifted up to 12 (API 32)__
23+ - changes in CompiledBlockVisitor API
24+ - added JBBPUtils#findMaxStaticArraySize to calculate biggest static array size provided by a JBBP script
2425- opened some internal API
2526- refactoring
2627
Original file line number Diff line number Diff line change 113.0.0 (SNAPSHOT)
2- - lifted minimal JDK version to 11.0
3- - lifted supported Android API version to 32
4- - added JBBPUtils#findMaxStaticArraySize method to calculate maximal static array size in a script
2+ - minimal JDK version lifted up to 11.0
3+ - minimal supported Android lifted up to 12 (API 32)
4+ - changes in CompiledBlockVisitor API
5+ - added JBBPUtils#findMaxStaticArraySize to calculate biggest static array size provided by a JBBP script
56 - opened some internal API
67 - refactoring
78
Original file line number Diff line number Diff line change 5555 * @since 1.3.0
5656 */
5757@ SuppressWarnings ("SpellCheckingInspection" )
58- public final class JBBPToJavaConverter extends CompiledBlockVisitor {
58+ public class JBBPToJavaConverter extends CompiledBlockVisitor {
5959
6060 private static final int FLAG_DETECTED_CUSTOM_FIELDS = 1 ;
6161 private static final int FLAG_DETECTED_EXTERNAL_FIELDS = 2 ;
You can’t perform that action at this time.
0 commit comments