hal / circuit

Uni-directional data flow model for GUI applications.
21 stars 6 forks source link

When using eclipse without maven-processor-plugin, void is not assign… #4

Closed itd-sw closed 8 years ago

itd-sw commented 8 years ago

When using eclipse without maven-processor-plugin, one always gets the error "... does not contain suitable methods...". Using maven-processor-plugin in eclipse makes errors only appear in the error log, not in the markers view where all compilation errors go into. Thus, the errors are not marked in the code and one does not notice the error at all most of the time. This makes the maven-processor-plugin unusable for us.

For this reason it'd be great if you could incorporate the fix although you obviously have no need for it.

If you prefer a wrapper for the Types class to encapsulate the compatibility logic I'd change that and create another pull request.

hpehl commented 8 years ago

Release 0.1.6 which includes your fix.