Release Notes - 1.1


  • 1.1.9-funcrel

    1.1.9-funcrel
    Fixes PATCH resource services which should not be referred as POST resource services.
  • 1.1.8-funcrel

    1.1.8-funcrel
    Resolved an issue where some objects of different types were missing because of duplicate GUIDs.
    Improved evaluation process (mainly for SQL queries).
    Support android.database.sqlite, an SDK-native persistence library.
    Support androidx.room support, an SDK-native persistence library.
  • 1.1.7-funcrel

    1.1.7-funcrel
    Fixes an issue causing missing Links between Kotlin methods when links are inside a function call parameter containing curly brackets. 📝 50845
  • 1.1.6-funcrel

    1.1.6-funcrel
    Added support for Android Volley HTTP library - see the documentation for details.Support for Android Volley
  • 1.1.5-funcrel

    1.1.5-funcrel
    Fixes a traceback error in the analsyis log “AttributeError: ‘TypeAlias’ object has no attribute ‘find_method’”.
    Fixes a traceback error in the analsyis log “AttributeError: ‘Member’ object has no attribute ‘find_member’”.
    Fixes multiple traceback errors in the analsyis log “AttributeError”: ‘NoneType’ object has no attribute ‘children’".
    Fixes a traceback error in the analsyis log: “IndexError : list index out of range”.
    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 “AttributeError: ‘TypeAlias’ object has no attribute ‘get_kb_object’”.
    Fixes a traceback error in the analsyis log: “AttributeError: ‘StringVar’ object has no attribute ‘get_fullname’”.
  • 1.1.4-funcrel

    1.1.4-funcrel
    False positives for rule (1030000): “Avoid “when” statement or expression without an else (Kotlin)”.
    Included jakarta.* references corresponding to javax.* usage.
    The rule: Avoid “when” statement or expression without an else (Kotlin), is deactivated and marked DEPRECATED. 💎 1030000
  • 1.1.3-funcrel

    1.1.3-funcrel
    Fixes the missing Links between Kotlin methods and Database objects with Spring JDBC. 📝 42533
  • 1.1.2-funcrel

    1.1.2-funcrel
    Fixes false positive for Avoid artifacts having recursive calls Kotlin technology. 📝 40901
  • 1.1.1-funcrel

    1.1.1-funcrel
    Fixed the missing links between methods referenced in inheritance. 📝 40560
  • 1.1.0-funcrel

    1.1.0-funcrel
    Provided a fix for missing links from Kotlin to Java.
    See the example application documentation.Support of getters and setters