You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, thanks for your hard work developing this tool. It is a great resource for laying the groundwork of our refactoring project.
I've noticed that the graphs generated in the latest version 0.3.1 don't provide any useful information. I've noted a couple issues:
Graphs do not show any class dependencies, but rather showcase function dependencies for each class (see representative sample below, I don't want to disclose too much but all my classes look something like this)
The generated analyzed.js file seems to be missing a whole bunch of classes (namely Activities)
My filters are defined as:
{
"package-name": "[REDACTED]",
"show-inner-classes": true, // if I set this to false, I wouldn't see anything generated in index.html or analyzed.js
"ignored-classes": [".*Dagger.*", ".*Inject.*", ".*ViewBinding$", ".*Factory$", ".*_.*", "^R$", "^R\\$.*"]
}
I'm running on a Windows 10 machine.
I really want to use this tool, and was wondering why the generated outputs differ widely from your screenshots, so I thought it might have broken in an update. Fortunately, I was able to generate the expected graphs using an older version 0.1.5. This seems to resolve the above 2 issues. All versions after 0.1.5 somehow broke the output.
That said, the filtering options available in 0.3.1 are super helpful, and I wish I was able to integrate those back into 0.1.5 since 0.1.5 is the latest version that somehow works properly. but for the time being, what I have generated using 0.1.5 is a great start.
Let me know if you need me to provide more info to help debug this issue. Thanks again!
The text was updated successfully, but these errors were encountered:
trod-123
changed the title
Graph generation broken in 0.1.5+
Graph generation broken in 0.2.0+
Apr 23, 2020
Firstly, thanks for your hard work developing this tool. It is a great resource for laying the groundwork of our refactoring project.
I've noticed that the graphs generated in the latest version 0.3.1 don't provide any useful information. I've noted a couple issues:
Graphs do not show any class dependencies, but rather showcase function dependencies for each class (see representative sample below, I don't want to disclose too much but all my classes look something like this)
The generated
analyzed.js
file seems to be missing a whole bunch of classes (namely Activities)My filters are defined as:
I'm running on a Windows 10 machine.
I really want to use this tool, and was wondering why the generated outputs differ widely from your screenshots, so I thought it might have broken in an update. Fortunately, I was able to generate the expected graphs using an older version 0.1.5. This seems to resolve the above 2 issues. All versions after 0.1.5 somehow broke the output.
That said, the filtering options available in 0.3.1 are super helpful, and I wish I was able to integrate those back into 0.1.5 since 0.1.5 is the latest version that somehow works properly. but for the time being, what I have generated using 0.1.5 is a great start.
Let me know if you need me to provide more info to help debug this issue. Thanks again!
The text was updated successfully, but these errors were encountered: