-
Notifications
You must be signed in to change notification settings - Fork 25
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
Enhanced verification result json #156
base: dev
Are you sure you want to change the base?
Conversation
Bundle-SymbolicName: hu.bme.mit.gamma.lowlevel.xsts.transformation.traceability;singleton:=true | ||
Bundle-Version: 2.9.0.qualifier | ||
Bundle-ClassPath: . | ||
Bundle-Vendor: BME-FTSRG | ||
Bundle-Vendor: %providerName |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert these modifications
} | ||
|
||
public static class VerificationResult { | ||
public String traceSvgPath = ""; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the rationale of the public attributes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is simpler to use, and allows access to the results in code as well.
hu.bme.mit.gamma.statechart.language.ui.wizard | ||
Bundle-Activator: hu.bme.mit.gamma.statechart.language.ui.internal.LanguageActivator | ||
Automatic-Module-Name: hu.bme.mit.gamma.statechart.language.ui | ||
Manifest-Version: 1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something is strange here: everything is the same...
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> | ||
<?xml version="1.0" encoding="UTF-8"?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something is strange here: everything is the same...
No description provided.