You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change output messaging for column 1 of error/warning 402 from "null" to /path/to/file.
Error/warning 402 utilizes the NestedMessage class at stationxml-validator.edu.iris.dmc.station.rules which currently does not have access to the path of the source file.
It seems like the source path could be provided to the NestedMessage class by adding a setSource method. The NestedMessage.setSource method could utilize the Message.getSource and Message.setSource methods.
Change output messaging for column 1 of error/warning 402 from "null" to
/path/to/file
.Remove commas from output messages from error 201 and 302.
The text was updated successfully, but these errors were encountered: