-
Notifications
You must be signed in to change notification settings - Fork 24
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
Suppress errors related to legacy client in code generator #381
Suppress errors related to legacy client in code generator #381
Conversation
Signed-off-by: Shahrzad <[email protected]>
Signed-off-by: Shahrzad <[email protected]>
Signed-off-by: Shahrzad <[email protected]>
Signed-off-by: Shahrzad <[email protected]>
Signed-off-by: Shahrzad <[email protected]>
Signed-off-by: Shahrzad <[email protected]>
Conflicts: plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/wizard/Configuration.java
Signed-off-by: Shahrzad <[email protected]>
Signed-off-by: Shahrzad <[email protected]>
Signed-off-by: Shahrzad <[email protected]>
Signed-off-by: Shahrzad <[email protected]>
Thanks @shahrzadav. Could you please checkout the build errors before I review the PR? Thanks. |
Conflicts: plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/wizard/Configuration.java plugins/de.cognicrypt.crysl.handler/src/main/java/de/cognicrypt/crysl/reader/CrySLModelReader.java plugins/de.cognicrypt.staticanalyzer/.classpath
…ogniCrypt.git into iss193-FilterResult Conflicts: plugins/de.cognicrypt.staticanalyzer/.classpath
Thanks @kruegers , it is without build errors now. please review it. |
Conflicts: plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/wizard/Configuration.java plugins/de.cognicrypt.crysl.handler/src/main/java/de/cognicrypt/crysl/reader/CrySLModelReader.java plugins/de.cognicrypt.staticanalyzer/.classpath
Signed-off-by: Shahrzad <[email protected]>
dbc87ff
to
07de860
Compare
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.
I aborted my review halfway through because the PR contains many reversions to extensions and bugfixes we have implemented in the last few months. Please fix the PR first before I review again. Do however implement the feedback I have already given as well, please. Thanks.
...cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/wizard/Configuration.java
Show resolved
Hide resolved
...ator/src/main/java/de/cognicrypt/codegenerator/wizard/beginner/BeginnerTaskQuestionPage.java
Outdated
Show resolved
Hide resolved
plugins/de.cognicrypt.codegenerator/src/main/resources/TaskDesc/SecureCommunication.json
Show resolved
Hide resolved
plugins/de.cognicrypt.core/src/de/cognicrypt/core/Constants.java
Outdated
Show resolved
Hide resolved
...nicrypt.crysl.handler/src/main/java/de/cognicrypt/crysl/reader/StateMachineGraphBuilder.java
Outdated
Show resolved
Hide resolved
...ns/de.cognicrypt.crysl.handler/src/test/java/de/cognicrypt/cryslhandler/SMGBuilderTests.java
Outdated
Show resolved
Hide resolved
Hey @rakshitkr , Once @shahrzadav has fixed the issues with this PR, please both test it on your machine and review the code here on Github. Thanks. |
Signed-off-by: Shahrzad <[email protected]>
…ogniCrypt.git into iss193-FilterResult Conflicts: plugins/de.cognicrypt.staticanalyzer/src/de/cognicrypt/staticanalyzer/StaticAnalyzerPreferences.java
Signed-off-by: Shahrzad <[email protected]>
assigned @schlichtig. |
Signed-off-by: Shahrzad <[email protected]>
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.
Please revert these changes if you don't intend to rename the file extensions back to cryptsl from crysl.
} | ||
} | ||
} catch (ParseException | IOException e2) { | ||
e2.printStackTrace(); |
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.
Use Activator.getDefault().logError() here instead
Signed-off-by: Shahrzad <[email protected]>
Have tested the changes on my machine. Everything is working. |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> | ||
<attributes> | ||
<attribute name="maven.pomderived" value="true"/> |
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 this, should I add or not?
@@ -21,6 +21,7 @@ Require-Bundle: org.eclipse.ui, | |||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 | |||
Bundle-ActivationPolicy: lazy | |||
Bundle-ClassPath: ., | |||
resources/ | |||
resources/json-simple.jar |
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.
did not add this either
Description
When the user selects Legacy client in code generator in secure communication task, errors related to this constraint will be suppressed, if and only if the checkbox related to this in preference page is also selected.
Fixes #193
Type of change
How Has This Been Tested?
It has been tested in runtime.
Test Configuration:
Checklist: