-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Problem running JSR-305 probe #384
Comments
I discovered that
The problem is that the probe is opening the files with plugin-health-scoring/core/src/main/java/io/jenkins/pluginhealth/scoring/probes/JSR305Probe.java Line 38 in b65ffa6
This exception is caught in plugin-health-scoring/core/src/main/java/io/jenkins/pluginhealth/scoring/probes/JSR305Probe.java Lines 74 to 80 in b65ffa6
The question is now, should we transform this case into a error or not? |
In case of I researched a little about about how to find a file encoding type in Java. but they say identifying encoding types can only be a wild guess. |
Description of the bug
In the logs of the application, we can see
This requires investigation and potentially a fix.
The text was updated successfully, but these errors were encountered: