Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YamlIdMap cannot handle lambda objects #15

Closed
Clashsoft opened this issue Feb 3, 2020 · 0 comments
Closed

YamlIdMap cannot handle lambda objects #15

Clashsoft opened this issue Feb 3, 2020 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@Clashsoft
Copy link
Member

java.lang.RuntimeException: ReflectorMap could not find class description for org.fulib.patterns.TestStudyRightPatterns$$Lambda$3/2081323049
searching in 
   org.fulib.patterns.model
You might add more packages to the construction of the ReflectorMap / YamlIdMap 
or you might move the missing class into the common model package.
	at org.fulib.yaml.ReflectorMap.unknownClassException(ReflectorMap.java:181)
	at org.fulib.yaml.ReflectorMap.getReflector(ReflectorMap.java:118)
	at org.fulib.yaml.ReflectorMap.getReflector(ReflectorMap.java:108)
	at org.fulib.yaml.YamlIdMap.getReflector(YamlIdMap.java:1053)
	at org.fulib.yaml.YamlIdMap.collectObjects(YamlIdMap.java:1180)
	at org.fulib.tools.ObjectDiagrams.dump(ObjectDiagrams.java:181)
	at org.fulib.tools.ObjectDiagrams.dumpPng(ObjectDiagrams.java:86)
	at org.fulib.patterns.TestStudyRightPatterns.testPatterns(TestStudyRightPatterns.java:60)
@Clashsoft Clashsoft added the bug Something isn't working label Feb 3, 2020
@Clashsoft Clashsoft added this to the 1.2 milestone Feb 3, 2020
@Clashsoft Clashsoft self-assigned this Feb 3, 2020
Clashsoft added a commit that referenced this issue Feb 3, 2020
* Fixed an exception when `YamlIdMap` discovers objects of unknown types. #15

Closes #15
Clashsoft added a commit that referenced this issue Feb 3, 2020
* Fixed an exception when `YamlIdMap` discovers objects of unknown types. #15

Closes #15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant