Fixed
Details
Assignee
Gunnar MorlingGunnar MorlingReporter
Hamid NazariHamid NazariBug Testcase Reminder (view)
Bug reports should generally be accompanied by a test case!
Bug Testcase Reminder (edit)
Bug reports should generally be accompanied by a test case!
Participants
Gunnar MorlingHamid NazariHardy FerentschikPull Request
Components
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Gunnar Morling
Gunnar MorlingReporter
Hamid Nazari
Hamid NazariBug Testcase Reminder (view)
Bug reports should generally be accompanied by a test case!
Bug Testcase Reminder (edit)
Bug reports should generally be accompanied by a test case!
Participants
Gunnar Morling
Hamid Nazari
Hardy Ferentschik
Pull Request
Components
Fix versions
Affects versions
Priority
Created September 22, 2015 at 11:03 AM
Updated September 29, 2015 at 8:38 AM
Resolved September 28, 2015 at 12:24 PM
Today I switched from HV 5.0.1 to 5.2.1 and happily enough to know that it was claimed to be a drop-in replacement for all 5.x versions, I started my code and WOW! My code throws NPE at our initial system validations with this stack trace:
Working a little bit on the issue, I could manage to reproduce it in a simple unit test that I've attached. I repeat it here for the sake of description.
Suppose that we have these simple classes:
If I want to validate an instance of
MainBean
which has an instance ofBottomBean
as its child, the mentioned exception occurs!I searched the issue database to find that has already reported this same issue, but since there has been no test cases, the issue was resolved with "Cannot Reproduce". As I could not reopen the issue, I decided to report it here since I think it is a downside to a very reliable library.