Release Notes - 1.1


1.1.9-funcrel

Fixes/Bugs

Customer Ticket Id Customer Details
Fixes PATCH resource services which should not be referred as POST resource services.

1.1.8-funcrel

Fixes/Bugs

Customer Ticket Id Customer Details
Improved evaluation process (mainly for SQL queries).
Resolved an issue where some objects of different types were missing because of duplicate GUIDs.

New Support

Customer Ticket Id Customer Details
Support androidx.room support, an SDK-native persistence library.
Support android.database.sqlite, an SDK-native persistence library.

1.1.7-funcrel

Resolved Issues

Customer Ticket Id Details
50845 Fixes an issue causing missing Links between Kotlin methods when links are inside a function call parameter containing curly brackets.

1.1.6-funcrel

New Support

Summary Details
Support for Android Volley Added support for Android Volley HTTP library - see the documentation for details.

1.1.5-funcrel

Other Updates

Details
Fixes a traceback error in the analsyis log: "AttributeError: 'StringVar' object has no attribute 'get_fullname'".
Fixes a traceback error in the analsyis log "AttributeError: 'TypeAlias' object has no attribute 'get_kb_object'".
Fixes a traceback error in the analsyis log "RuntimeError: property is not registered for given object type".
Fixes a traceback error in the analsyis log: "IndexError : list index out of range".
Fixes multiple traceback errors in the analsyis log "AttributeError": 'NoneType' object has no attribute 'children'".
Fixes a traceback error in the analsyis log "AttributeError: 'Member' object has no attribute 'find_member'".
Fixes a traceback error in the analsyis log "AttributeError: 'TypeAlias' object has no attribute 'find_method'".

1.1.4-funcrel

Other Updates

Details
Included jakarta.* references corresponding to javax.* usage.
False positives for rule (1030000): "Avoid "when" statement or expression without an else (Kotlin)".

Rules

Rule Id New Rule Details
1030000 FALSE The rule: Avoid "when" statement or expression without an else (Kotlin), is deactivated and marked DEPRECATED.

1.1.3-funcrel

Resolved Issues

Customer Ticket Id Details
42533 Fixes the missing Links between Kotlin methods and Database objects with Spring JDBC.

1.1.2-funcrel

Resolved Issues

Customer Ticket Id Details
40901 Fixes false positive for Avoid artifacts having recursive calls Kotlin technology.

1.1.1-funcrel

Resolved Issues

Customer Ticket Id Details
40560 Fixed the missing links between methods referenced in inheritance.

1.1.0-funcrel

Other Updates

Details
Provided a fix for missing links from Kotlin to Java.

New Support

Summary Details
Support of getters and setters See https://doc.castsoftware.com/display/TECHNOS/Kotlin+-+1.1#Kotlin1.1-CASTEnlightenexternal link.