modelmapper-bug:重现Modelmapper的错误

时间:2024-04-26 02:37:42
【文件属性】:

文件名称:modelmapper-bug:重现Modelmapper的错误

文件大小:6KB

文件格式:ZIP

更新时间:2024-04-26 02:37:42

Java

ModelMapper的错误 该项目演示了如何使用ModelMapper重现错误 如何运行项目 该项目是带有Java 11的简单Maven项目 测试框架是JUnit 5和AssertJ 该测试演示了该错误。 分析 有一些SourceType的列表->该列表元素的映射被添加到MappingContextImpl.sourceToDestination 具有该SourceType另一个属性,该属性等于列表的任何元素-> DestinationType的属性被添加到MappingContextImpl.intermediateDestination 具有的另一个属性SourceType不等于到列表中的任何其他元素- >在法MappingContextImpl.getParentDestination , intermediateDestination中搜索DestinationType的任


【文件预览】:
modelmapper-bug-master
----.gitignore(8B)
----README.md(1001B)
----pom.xml(1KB)
----src()
--------test()
--------main()

网友评论