aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/com/fasterxml/jackson/databind/introspect/TestPropertyConflicts.java
AgeCommit message (Expand)Author
2019-08-23more test refactoringTatu Saloranta
2018-08-16Try to resolve Java 7 compilation issuesTatu Saloranta
2018-06-15Add "fake" builder (not really immutable) for ObjectMapper, convert parts of ...Tatu Saloranta
2015-12-11Fix #1044Tatu Saloranta
2014-09-29robustification for a unit testTatu Saloranta
2014-09-16Fix #541 for master (2.5)Cowtowncoder
2014-05-30Complete handling of non-conflicts with implicit namesTatu Saloranta
2014-05-30Starting to work on resolving more of non-conflicting gettersTatu Saloranta
2014-05-30add a unit test for inferred/implied namesTatu Saloranta
2014-04-15Clean up for findCreatorPropertyNames() (in BasicBeanDescription)Tatu Saloranta
2014-04-14Move #323 back under failing since it's still unsolvable, unlike other bogus ...Tatu Saloranta
2014-04-14Refactoring of property name conflict resolution: fixes issues #193 and #327Tatu Saloranta
2014-03-28minor test refactoringTatu Saloranta
2013-10-18Add back two semi-internal methods, marked as deprecated, to make migration f...Tatu Saloranta
2013-10-17Add a unit test for #327, to indicate problem to solveTatu Saloranta
2013-07-10Fix #238Tatu Saloranta