You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Design Wizard is throwing exception when trying to process classes. This occurs in some projects, perhaps with class with large number of rows.
The error occurred during the extraction of facts with DesignWizard from the project's GitHub cloned.
In the directory resources/testFiles/ was made the project's clone.
I read some problems related to this bug, and i figured out what is occuring, asm-3.1 doesn't support lambdas expression available in JDK 8.
For your problem there are two solutions:
Update to asm-5.0.1 or higher; (recommeded) or
Change the compiler of the angular-spring4-stack project to JDK 7 or JDK 6.
I think it's better to either update DesignWizard with the asm dependency or update the README file, adding the information that DesignWizard doesn't support project that uses lambda expressions.
The Design Wizard is throwing exception when trying to process classes. This occurs in some projects, perhaps with class with large number of rows.
The error occurred during the extraction of facts with DesignWizard from the project's GitHub cloned.
In the directory resources/testFiles/ was made the project's clone.
So, in the directory angular-spring4-stack run
mvn compile
. And call the DesignWizard constructor for extracting facts.The exception stack trace:
The text was updated successfully, but these errors were encountered: