-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for issue with DynamicClassGeneratorHelper#getNeighbourClass(CtCl…
…ass) - DynamicClassGeneratorHelper#getNeighbourClass(CtClass) would return null on some occasions. This was fixed by passing the base-class for the dynamic class to the constructor of GeneratedClass. The baseclass can be used as a substitute for the neighbour-class. - Updated CHANGELOG.md.
- Loading branch information
1 parent
74fde61
commit f07f8a3
Showing
5 changed files
with
6 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 0 additions & 36 deletions
36
src/main/java/io/beanmapper/dynclass/DynamicClassGeneratorHelper.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 0 additions & 37 deletions
37
src/test/java/io/beanmapper/dynclass/DynamicClassGeneratorHelperTest.java
This file was deleted.
Oops, something went wrong.