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

Typestate cleanup and improvements #237

Merged
merged 9 commits into from
Jul 19, 2021
Merged

Typestate cleanup and improvements #237

merged 9 commits into from
Jul 19, 2021

Conversation

oxisto
Copy link
Member

@oxisto oxisto commented Jul 18, 2021

Converted TypestateAnalysis to Kotlin code. In this process, I also removed the necessity to have yet another wrapper around Node. This removes the Stmt class, that was purely a wrapper around gremlin vertices and is now obsolete. Instead, we directly use the Node as the WPDS control location.

@oxisto oxisto marked this pull request as ready for review July 18, 2021 18:25
@oxisto oxisto changed the title Typescript cleanup and improvements Typestate cleanup and improvements Jul 18, 2021
Copy link
Collaborator

@fwendland fwendland left a comment

Choose a reason for hiding this comment

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

LGTM

@sonarcloud
Copy link

sonarcloud bot commented Jul 19, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 7 Code Smells

85.4% 85.4% Coverage
4.7% 4.7% Duplication

@fwendland fwendland merged commit fa6ccb7 into main Jul 19, 2021
@fwendland fwendland deleted the typestate-improvements branch July 19, 2021 07:38
fwendland added a commit that referenced this pull request Apr 15, 2024
* Typescript cleanup and improvements

* ++

* Last commit before getting rid of Stmt

* Directly using CPG node as WPDS control location instead of additional class

* Trying to reduce complexity

* Reducing code smells

* ++

* Smore cleanup

Co-authored-by: fwendland <[email protected]>
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.

2 participants