joaoarthurbm / designwizard

DesignWizard (https://sites.google.com/site/designwizardhomepage/) supports automated inspection of Java programs in a higher level than ASM bytecode manipulator.
Other
17 stars 8 forks source link

Update README about requirements to use JDK 8 (lambda expressions) #43

Closed tacianosilva closed 8 years ago

tacianosilva commented 8 years ago

Update README about requirements to use JDK 8 (lambda expressions)

The DW uses the asm-3.1 library and it allows to extract informations from code of java 7 or previous. The DW can extract design information from code of java 8. However, asm-3.1 doesn't support lambdas expression available in JDK 8.

In the case your code to use lambda expressions, should occur the problem in the issue #36:

joaoarthurbm commented 8 years ago

Thanks, @tacianosilva ! LGTM!