-
Notifications
You must be signed in to change notification settings - Fork 54
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
The currently displayed page contains invalid values dialog #467
Comments
Please post everything from the stacktrace of the error in the error log. That error is not really relevant, but rather where it occurred in the plugin code. |
The following is when right clicking Error log:
|
eclipse-cs/net.sf.eclipsecs.ui/src/net/sf/eclipsecs/ui/properties/marker/MarkerPropertyPage.java Line 62 in 84f1b61
It looks like the issue with the exception is we are trying to display the properties of We should be displaying this in its own custom dialog, or disable violation related fields (Group, module, etc..) on the current dialog, as it most likely won't have that kind of information. |
fixed with #679. |
While working on #454 ,
I guess I created an invalid configuration file. I got the following in the Problem View,
When I right clicked on the problem and did properties I got this error dialog which made no sense:
I assume that dialog should not appear, and even still, I think there should be some way to communicate the error that Checkstyle provides without going to the Error view. I see the Error view as more a last resort when everything else has failed and it is some exception with the plugin.
The error I was getting turned out to be:
Caused by: com.puppycrawl.tools.checkstyle.api.CheckstyleException: Property ${checkstyle.regexp.old.header.file} has not been set
While this is an error in Checkstyle, it should be more of an expected exception from the plugin that should be handled gracefully somehow.
The text was updated successfully, but these errors were encountered: