-
Type:
Task
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: core-libs
-
None
-
b82
-
generic
-
generic
Integrating Dynalink causes Eclipse IDE compiler warnings, as Dynalink uses different settings than Nashorn. The things that were found are:
- unnecessary semicolons
- unnecessary else blocks
- missing switch statement default cases
Also, FacetIntrospector no longer needs to be AutoCloseable since Dynalink ditched using Beans Introspector (there's no resource to close anymore).
- unnecessary semicolons
- unnecessary else blocks
- missing switch statement default cases
Also, FacetIntrospector no longer needs to be AutoCloseable since Dynalink ditched using Beans Introspector (there's no resource to close anymore).