-
Notifications
You must be signed in to change notification settings - Fork 54
fix: add test case for private getter #175
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
Merged
igdianov
merged 3 commits into
igdianov-fix-uppercase-properties
from
igdianov-fix-private-getter
Aug 30, 2019
Merged
fix: add test case for private getter #175
igdianov
merged 3 commits into
igdianov-fix-uppercase-properties
from
igdianov-fix-private-getter
Aug 30, 2019
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## igdianov-fix-uppercase-properties #175 +/- ##
=======================================================================
- Coverage 68.66% 68.62% -0.04%
Complexity 509 509
=======================================================================
Files 33 33
Lines 2652 2649 -3
Branches 432 432
=======================================================================
- Hits 1821 1818 -3
Misses 666 666
Partials 165 165
Continue to review full report at Codecov.
|
igdianov
added a commit
that referenced
this pull request
Aug 31, 2019
* fix: add test case for private getter * fix: polish test
igdianov
added a commit
that referenced
this pull request
Sep 8, 2019
* fix: support uppercase attribute names introspection * fix: make getFieldName private * fix: polish * Add duplicated property test case (#178) * fix: add test case for private getter (#175) * fix: add test case for private getter * fix: polish test * fix: refactor IntrospectionUtils * fix: remove redundant code * fix: polish IntrospectionUtils * polish IntrospectionUtils * fix: use JPA's ManagedType for entity introspection * fix: cannot find symbol compile error * fix: cannot find symbol symbol: method isEmpty() * fix: add protected getter test case * fix: add ignored attribute property descriptor tests * fix: polish IntrospectionUtils * fix: add protectedGetter to CalculatedEntityTests * fix: refactor ObjectValue conversion * fix: refactor persistent attribute detection * fix: remove redundant code persistent detection logic * fix: add introspection support for protected getter methods * feat: refactor class introspection utils * Add custom metamodel test case * fix: refactor IntrospectionUtils to EntityIntrospector * fix: add ArrayUtil test coverage * fix: add ReflectionUtil tests * fix: add ClassIntrospector tests * fix: add ClassUtil tests * fix: filter static methods * fix: failing test methods * fix: add ObjectUtil tests * feat: add scanStatics option to ClassIntrospector * fix: add test coverage for annotation descriptors * fix: add constructor and property descriptor tests * fix: polish ClassIntrospectorTest format * fix: add PropertyDescriptor tests * fix: add PropertyDescriptor equals and hashCode * fix: add ConstructorDescriptor tests * fix: add PropertyDescriptor equals and hashCode tests * fix: add AnnotationDescriptor tests * fix: add FieldDescriptor tests * fix: add MethodDescriptor tests * fix: add BeanUtil test coverage * fix: add missing PropertyDescriptorTest coverage * fix: PropertyDecriptor NPE check * fix: add basic introspection tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #174