Release Notes - 1.0

1.0.1-funcrel

Other Updates

Details
Parsing improvement to fix an issue causing the error “AttributeError: ‘NoneType’ object has no attribute ‘get_fullname’”.

Performance Improvements

Summary
Upgrade internal application-level API to version 1.6.13
Upgrade Internal string evaluator to version 1.2.24

1.0.0-funcrel

Other Updates

Details
Reintroduce String Evaluation in modelization.
Add Heuristic to enhance performance of StringEval.

Performance Improvements

Summary
Heuristic preventing string evaluation to evaluate unnecessary values (greatly enhance performance and precision).

1.0.0-beta1

Callee Type Caller Type Details
Java Method HTML5 source code Specific “onInitialize” and “onDetach” Java Method of the Apache wicket API are now also linked to HTML5 source code.

New Support

Summary Details
Support of onSubmit and onClick handler New object ‘Apache Wicket Event Handler’ improvements.
Support of Action chained within single add(…) statement New object ‘Apache Wicket Event Handler’ improvements.

1.0.0-alpha2

Callee Type Caller Type Details
Java Constructor HTML5 source code Links are now conditioned by their properties ‘Use Apache Wicket’. Where an implicit declaration of a ‘Java Constructor’ does not have this property set, then no link will be created.

New Support

Summary Details
Enhance resolutions of the Apache Wicket framework Creation of callLink from ‘Java Constructor’ to ‘HTML5 source code’ (same package and same name). Creation of callLink for ‘Java Methods’ named onInitialize or onDetach to ‘HTML5 source code’ (same package).
Enhance resolutions of Apache Wicket framework Creation of new objects and callLinks between ‘HTML5 source code’ -> new object ‘Apache Wicket Event’ -> ‘Java Method’.

1.0.0-alpha1

New Support

Summary Details
Support Apache Wicket transactions between HTML and Java Creation of callLink between HTML and Java file pairs in same folder when Apache Wicket tags are located in the HTML files.