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 ALISA plugin verification methods should call on methods returning AnalysisResult objects #1474
Comments
Merged in #1468 |
Includes new validation on verification activities to ensure that compute variables referenced in value predicates are assigned return values in the method call of the verification activity. |
Merged in #1289 |
Updated Result representation to remove nested Diagnostic. |
Added method to ResultUtil that generates a URI for AnalysisResult resources. It reflects the target object in the resource name as well as the analysis name and a string value in the info attribute. The path is that in reports under the instances folder (the current organization). |
AnalysisResult object returned by verification methods is now referenced by the verification activity result object. Assure takes its content into account for counts and for display navigation into the Result structure in the Assurance view. |
Now that we have changed OSATE analyses to use AnalysiResult objects to return results, the Assure processor should call on them instead of the methods that return results through Eclipse markers.
The text was updated successfully, but these errors were encountered: