Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get the same behavior in the cli than the gui #1050

Open
dantemc1 opened this issue Dec 19, 2019 · 1 comment
Open

How to get the same behavior in the cli than the gui #1050

dantemc1 opened this issue Dec 19, 2019 · 1 comment

Comments

@dantemc1
Copy link

Hi
When we analyze a code in the GUI the program says we have 1968 classes on pass 2, in the first pass it declares a few more (2318)

But when we launch the tool on the same jar file on first pass it says we have onm first pass 70665 and in the second 68000 or so.

Also on the graphic interface we use 768 MB of ram (Xmx) and it completes correctly the analysis in just two minutes, but in the CLI even if we declare 4G of ram the program hangs out after more than 10 minutes.

We are usit the plugin findsecbugs and in bot cases (wih or without the plugin) it detects that big number of classes

In our jar we have 869 classes only.

We'd like to know how to get the same behavior on the cli, because we are trying to integrate the tool with our CI/CD and we cannot use the GUI.

Thank you

@welcome
Copy link

welcome bot commented Dec 19, 2019

Thanks for opening your first issue here! 😃
Please check our contributing guideline. Especially when you report a problem, make sure you share a Minimal, Complete, and Verifiable example to reproduce it in this issue.

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

No branches or pull requests

1 participant