almondtools / testrecorder

Create Test Fixtures from Runnable Java Code
http://testrecorder.amygdalum.net/
GNU Lesser General Public License v3.0
51 stars 5 forks source link

Visibility on inherited fields #75

Closed almondtools closed 6 years ago

almondtools commented 6 years ago

Classes inheriting from LinkedHashMap contain fields of type LinkedHashMap.Entry . This type is hidden to inheriting classes. The generated Matchers/Builders do not check whether a fields types is hidden or not and thus generate uncompilable code.