Skip to content

Inferring objects by their instances #39

@c71n93

Description

@c71n93

For this example:

[] > obj1
  [] > attr1
    1 > @

[] > obj2
  [] > attr2
    2 > @

[x] > main
  x > instance
  instance.attr1 > @

AOI analysis result should look like this:

 <aoi>
    <obj fqn="main.x">
       <inferred>
          <obj fqn="obj1"/>
       </inferred>
    </obj>
 </aoi>

But it actually look like this:

 <aoi>
    <obj fqn="main.x">
       <inferred/>
    </obj>
 </aoi>

So current version of tool can't infer objects by their instances. This functionality should be added.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions