Gerrit Daniels
Results
2
issues of
Gerrit Daniels
When java 8 code uses reflection the class ReflectiveOperationException doesn't get backported to java 6. Causing a NoClassDefFoundError because all reflection exceptions derive from it since java 7. Would it...
enhancement
The typeahead binding only has an init method, so when the observable changes the new values don't get set to tht typeahead source. You can add the following update method...