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

Replace MethodNode.parameters usage with Type.getArgumentTypes #140

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

sohyun-ku
Copy link
Contributor

related to #139

Replace usage of MethodNode.parameters with Type.getArgumentTypes(methodNode.desc).
The code will work reliably in production environments where debug symbols may be stripped.

@sohyun-ku sohyun-ku self-assigned this Dec 13, 2024
@sohyun-ku sohyun-ku requested review from junoyoon and a team as code owners December 13, 2024 02:55
Copy link

Scavenger Test Results

163 files  163 suites   1m 30s ⏱️
274 tests 262 ✅ 12 💤 0 ❌
292 runs  280 ✅ 12 💤 0 ❌

Results for commit 9f9f243.

Copy link
Contributor

@taeyeon-Kim taeyeon-Kim left a comment

Choose a reason for hiding this comment

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

👍 👍

@sohyun-ku sohyun-ku merged commit 1e9c0a4 into develop Dec 16, 2024
6 checks passed
@sohyun-ku sohyun-ku deleted the feature/Update-get-method-parameters-ways branch December 16, 2024 01:26
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.

3 participants