Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Inferring objects by their instances #39

Open
c71n93 opened this issue Mar 3, 2023 · 0 comments
Open

Inferring objects by their instances #39

c71n93 opened this issue Mar 3, 2023 · 0 comments

Comments

@c71n93
Copy link
Member

c71n93 commented Mar 3, 2023

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant