Allow Serialization and Deserialization of DSL from and to String#231
Merged
Nicolas-Boltz merged 39 commits intomainfrom Feb 4, 2025
Merged
Allow Serialization and Deserialization of DSL from and to String#231Nicolas-Boltz merged 39 commits intomainfrom
Nicolas-Boltz merged 39 commits intomainfrom
Conversation
2ea9480 to
9c7d446
Compare
Member
Author
|
This PR is now ready for the first proper, in-depth reviews. |
…parsed, instead fail over
Member
Author
|
This PR is now ready again! |
sebinside
previously requested changes
Jan 15, 2025
Member
sebinside
left a comment
There was a problem hiding this comment.
I propose to add more JavaDoc (I marked some of the locations). One could argue, that the fromString functions (and related stuff) is only called in this one use case internally, coming from the web editor. However, it could happen in the future that other extensions use this methods, so they should be documented properly (of course, using copy/paste to a high degree).
...g.dataflowanalysis.analysis.dfd/src/org/dataflowanalysis/analysis/dfd/dsl/DFDVertexType.java
Show resolved
Hide resolved
...g.dataflowanalysis.analysis.pcm/src/org/dataflowanalysis/analysis/pcm/dsl/PCMVertexType.java
Show resolved
Hide resolved
.../org.dataflowanalysis.analysis/src/org/dataflowanalysis/analysis/dsl/AnalysisConstraint.java
Show resolved
Hide resolved
.../org.dataflowanalysis.analysis/src/org/dataflowanalysis/analysis/dsl/AnalysisConstraint.java
Outdated
Show resolved
Hide resolved
...rg.dataflowanalysis.analysis/src/org/dataflowanalysis/analysis/dsl/ConditionalSelectors.java
Show resolved
Hide resolved
...org.dataflowanalysis.analysis/src/org/dataflowanalysis/analysis/dsl/DataSourceSelectors.java
Show resolved
Hide resolved
...les/org.dataflowanalysis.analysis/src/org/dataflowanalysis/analysis/dsl/SourceSelectors.java
Show resolved
Hide resolved
Nicolas-Boltz
requested changes
Jan 27, 2025
.../org.dataflowanalysis.analysis/src/org/dataflowanalysis/analysis/dsl/context/DSLContext.java
Outdated
Show resolved
Hide resolved
...is.analysis/src/org/dataflowanalysis/analysis/dsl/selectors/CharacteristicsSelectorData.java
Outdated
Show resolved
Hide resolved
...is.analysis/src/org/dataflowanalysis/analysis/dsl/selectors/DataCharacteristicsSelector.java
Outdated
Show resolved
Hide resolved
...is.analysis/src/org/dataflowanalysis/analysis/dsl/selectors/VariableConditionalSelector.java
Outdated
Show resolved
Hide resolved
...sis.analysis/src/org/dataflowanalysis/analysis/dsl/variable/ConstraintVariableReference.java
Outdated
Show resolved
Hide resolved
Entenwilli
pushed a commit
that referenced
this pull request
Mar 30, 2025
Allow Serialization and Deserialization of DSL from and to String
Entenwilli
pushed a commit
that referenced
this pull request
Mar 30, 2025
Allow Serialization and Deserialization of DSL from and to String
Entenwilli
pushed a commit
that referenced
this pull request
May 2, 2025
Allow Serialization and Deserialization of DSL from and to String
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR implements a serializer and deserializer for the analysis DSL. It includes the following:
This PR progresses toward closing issue #225. The next step is an update to the WebEditor to allow the input of constraints there