-
Notifications
You must be signed in to change notification settings - Fork 10
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
After applying a fix we are not seeing updated analysis results #156
Comments
In PR #162 I've improved the logging to better investigate this kind of bugs. Right now in the IDE you can see the summary of the received response i.e.:
With better logging I've tested 2 scenarios on Scenario 1 - removing issues:
Scenario 2 - adding issues:
@jwmatthews |
@rszwajko @pranavgaikwad is a good person to help identify potential backend issues. |
Additional duplicated results were accumulated in the UI. Improve input validation and logging in the partial analysis flow. Reference-Url: #156 --------- Signed-off-by: Radoslaw Szwajkowski <[email protected]>
@jwmatthews @rszwajko Hi, I was able to reproduce this issue with the assets bundled with the extension. The issue seems to be with bundle where the analysis scope is not being set when partial analysis is run:
I am not able to reproduce this with the latest bundle. See the md5 differences:
My guess is this fix is missing from the bundle added to extension assets. |
I think assets should be downloaded at runtime when creating the vsix file to avoid such issues. Or at least have them regularly updated via CI (we need to have a CI to test happy path too). Let me know if I can help with any of this. |
We are not seeing analysis information being updated after we have applied a fix.
The flow we see is:
We are testing with the file https://github.com/konveyor-ecosystem/coolstore/blob/main/src/main/java/com/redhat/coolstore/service/ShippingService.java
That file has 4 incidents over 3 issues.
We are fixing the incident for the 'Stateless' annotation
It gets fixed as we expect.
The imports are still wrong as we'd expect, they are 'javax', after the updated analysis run we expect to see incidents mentioned for the 'javax' imports as well as the RemoteEJB usage.
The text was updated successfully, but these errors were encountered: