-
Notifications
You must be signed in to change notification settings - Fork 54
Add duplicated property test case #178
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
Add duplicated property test case #178
Conversation
Codecov Report
@@ Coverage Diff @@
## igdianov-fix-uppercase-properties #178 +/- ##
=======================================================================
+ Coverage 68.62% 68.66% +0.03%
Complexity 509 509
=======================================================================
Files 33 33
Lines 2649 2652 +3
Branches 432 432
=======================================================================
+ Hits 1818 1821 +3
Misses 666 666
Partials 165 165
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## igdianov-fix-uppercase-properties #178 +/- ##
=======================================================================
+ Coverage 68.62% 68.66% +0.03%
Complexity 509 509
=======================================================================
Files 33 33
Lines 2649 2652 +3
Branches 432 432
=======================================================================
+ Hits 1818 1821 +3
Misses 666 666
Partials 165 165
Continue to review full report at Codecov.
|
* 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
Additional introspection test cases