Skip to content
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

Css classes #5

Merged
merged 3 commits into from
Nov 13, 2018
Merged

Css classes #5

merged 3 commits into from
Nov 13, 2018

Conversation

JanKoehnlein
Copy link
Contributor

No description provided.

- added IdCache
- summarized generator state args in a context object
- added ServerStatus.Fatal on synatx and linking errors (no more sync)
- by default generate diagram even with plain validation errors
- added SIssueMarker
- added default types to SModelElements
- deprecated SModelUtil and removed Traceable

Signed-off-by: Jan Koehnlein <jan.koehnlein@typefox.io>
…and docs

Signed-off-by: Jan Koehnlein <jan.koehnlein@typefox.io>
Signed-off-by: Jan Koehnlein <jan.koehnlein@typefox.io>
@@ -41,6 +42,12 @@ abstract class SModelElement {
@Accessors
@ToString(skipNulls = true)
class SModelRoot extends SModelElement {

public static final SModelRoot EMPTY_ROOT = new SModelRoot [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This constant is mutable. If we offer such a constant, we should override all the setters with UnsupportedOperationException.

@JanKoehnlein JanKoehnlein merged commit 9637436 into master Nov 13, 2018
@JanKoehnlein JanKoehnlein mentioned this pull request Nov 13, 2018
10 tasks
@JanKoehnlein JanKoehnlein deleted the css-classes branch November 13, 2018 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants