This documentation is not maintained. Please refer to doc.castsoftware.com/technologies to find the latest updates.

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 TypeCaller TypeDetails
Java MethodHTML5 source codeSpecific "onInitialize" and "onDetach" Java Method of the Apache wicket API are now also linked to HTML5 source code.

New Support

SummaryDetails
Support of onSubmit and onClick handlerNew object 'Apache Wicket Event Handler' improvements.
Support of Action chained within single add(...) statementNew object 'Apache Wicket Event Handler' improvements.

1.0.0-alpha2

Callee TypeCaller TypeDetails
Java ConstructorHTML5 source codeLinks 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

SummaryDetails
Enhance resolutions of the Apache Wicket frameworkCreation 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 frameworkCreation of new objects and callLinks between 'HTML5 source code' -> new object 'Apache Wicket Event' -> 'Java Method'.

1.0.0-alpha1

New Support

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