generated from IBM/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Labels
Comments
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>
Merged
Merged
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
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
The text was updated successfully, but these errors were encountered: