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

wip: remove className from ExecClassData #117

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bodyangug
Copy link
Contributor

  • change classId generation at instrument method()
  • set up sharedLibsRef

- change classId generation at instrument method()
- set up sharedLibsRef
@sonarcloud
Copy link

sonarcloud bot commented Sep 13, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

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

No Coverage information No Coverage information
0.0% 0.0% Duplication

@@ -149,7 +149,7 @@ class Test2Code(
.map {
ExecClassData(
id = it.id,
className = it.name,
nameId = it.nameId,
Copy link
Member

Choose a reason for hiding this comment

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

Main purpose of this task is to remove the className, since class is already identified by id.
I don't get why would we want to replace it with a hash value.
Lets discuss it again, I guess.

Copy link
Member

@RomanDavlyatshin RomanDavlyatshin left a comment

Choose a reason for hiding this comment

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

Se comment

@bodyangug bodyangug changed the title feat: remove className from ExecClassData wip: remove className from ExecClassData Sep 20, 2023
@RomanDavlyatshin RomanDavlyatshin marked this pull request as draft January 29, 2024 13:03
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