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

Extract API methods #10

Closed
kkazmierczyk opened this issue Oct 26, 2024 · 0 comments · Fixed by #11
Closed

Extract API methods #10

kkazmierczyk opened this issue Oct 26, 2024 · 0 comments · Fixed by #11
Assignees
Labels

Comments

@kkazmierczyk
Copy link
Collaborator

As part of #8 we need an API so that we can run the tool from the code

I would like to have JavacoreAnalyser.parseFiles(filelist, params) which will return JavacoreSet additional method: JavacoreSet.generateReportFiles() the reason is, that sometimes we do not need report files and this method is fast.

The alternative not to implement it, is to run each time the tool as a separate process from web application but it is ugly solution

@kkazmierczyk kkazmierczyk added the enhancement New feature or request label Oct 26, 2024
@kkazmierczyk kkazmierczyk self-assigned this Oct 26, 2024
kkazmierczyk added a commit that referenced this issue Oct 26, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 26, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 26, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 26, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 26, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 26, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 26, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>

Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 26, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 26, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
@kkazmierczyk kkazmierczyk linked a pull request Oct 26, 2024 that will close this issue
kkazmierczyk added a commit that referenced this issue Oct 27, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 27, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
kkazmierczyk added a commit that referenced this issue Oct 30, 2024
Signed-off-by: Krzysztof Kaźmierczyk <kazm@ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant