Generic Refactorings
- 2013/04/15: Define all old non-Java-functions-calls as non virtual
Compatibility Issues
- Use the "Define all old nonjava-functioncalls as non virtual"-Generic Refactoring to force old behaviour for existing function calls.
-
- Note: Currently we don't provide any way to force non-polymorphic calls via ContentAssist and there is no such thing as a super call.
- Important: actifsource is now built based on '''eclipse 3.8''', we now start using JDK 7 for deploying where jarsigner uses SHA256 which is not supported by eclipse 3.7
Features
Core
Generator
- Polymorphic functions calls are no longer restricted to JavaFunctions and works between all function types in any combination, lookup is done as before by name and parametertype matching
- Range/RangeClass Support - Used can create instances of Range inorder to create a relation independent RangeRestriction, this can be used on relation (range) or in templates (cast) to filter resources
Generator
- Cleaned up DateClasses which reduced memory consume a Little bit by no longer generating the unused attribute fields (attributes are stored in the baseclass map only if this special feature is needed)
- Exported ModelClasses now support a method to query the required model classes to load the dependencies
- Exported ModelClasses now support a second constructor to lookup the original resourcescope by name
Bugfixes
Core
Generator
Environment
ResourceEditor
- Selector-Expressions with nested round brackets "((a union b) intersect (c union d))" not parsed correctly
- FunctionOverrides not detected after first Level of inheritance
- ResourceSelector/TextSelectorAspect not usable correctly (wrong start type) on relation and class
- Notifications during ReadJobExecution in AbstractReadSession not prevented in all cases
- Fixed Interface usage and created new interface where IDynamicResourceExtension != IDynamicResourceExtensionImpl
- Regression: WriteJobExecution should not be allowed during notification
Generator
- Exception Stacktrace in TemplateGenerationException
Environment
- NullPointerException in LinkWithEditor Support
- Fixed bug preventing ModelInconsistency-FilterPreferences to be opened a second time forcing user to restart eclipse
ResourceEditor
- Deadlock when pressing Undo while ContentAssist was open
Recommended System Requirements
We recommend the following system requirements.
System |
Recommendation |
Java | SE 7 |
Eclipse | 3.8 |
OS | Win 7, gtk Linux |
OS Architecture | 64 Bit |
Processor | 64 Bit |
RAM | 8 GB |
Disk | SSD |
Configuration (eclipse.ini)
We recommend the following settings in the eclipse.ini file.
Property |
Value |
Minimum Memory Size | -Xms800m |
Maximum Memory Size | -Xmx4000m |
Maximum Perm Size | -XX:MaxPermSize=256m |
Used Open Source Libraries
We have used the following open source libraries in our products. Many thanks to all the developers for providing their great work to the community.
Library |
License |
actifsource Core 5.x | EPL |
annotations.jar |
LGPL v2.1/BSD |
ant-contrib-1.0b3.jar | Apache |
antlr-2.7.6.jar | BSD |
antlr-3.1.1-runtime.jar | BSD |
bcprov-jdk16-145.jar | MIT |
commons-collections-3.2.1.jar | Apache |
Eclispse 3.8.x | EPL |
jdom.jar | Apache |
jsr305.jar | BSD |
jug.jar | LGPL v2.1 |
logging-1.0.3.jar | Apache |
objenesis-1.0.jar | Apache |
xerceslmpl.jar | Apache |