-
Notifications
You must be signed in to change notification settings - Fork 15
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
Added cache for jcClass
#207
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #207 +/- ##
=============================================
+ Coverage 77.01% 77.04% +0.02%
Complexity 1632 1632
=============================================
Files 166 166
Lines 9543 9543
Branches 1693 1693
=============================================
+ Hits 7350 7352 +2
+ Misses 1513 1508 -5
- Partials 680 683 +3 ☔ View full report in Codecov by Sentry. |
@Damtev are there any proves that this change increases performance?
|
@lehvolk |
This is quite strange because JcClassOrInterface designed to have proper equals method. Only case which I can imagine is that the same class located into two different jars. If you check if name and generics substitution is that same then only possible difference may occur into AbstractByteCodeLocation#jarOrFolder file |
@Damtev my concern is that this fix will hide a problem or will not fix the problem. |
No description provided.