-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix issue #201: GenProxyProcessor and Lists #279
Conversation
Move tests for gwtp-processors from gwtp-dispatch-shared and reverse test dependency Split AnnotationProcessingTest into four different Tests each testing one Generator
… Set or List then a Set or List of this class is generated into the Proxy class Add tests for proving the behaviour (unfortunately it is not possible to test for the generic type in the compiled class)
Can you catch this up with master? |
I hope, I did it right now. Otherwise I need to re-create the pull-request. |
I suspect that a fetch and merge with forked remote/master instead of the your remote/master. I see commits from me still. If using eclipse, a remote can be added to fetch and merge with in the git configuration. Or I often manually edit the .git config file so I can fetch and merge with different remote branches. |
Ok, trying again tomorrow; and closing this pull-request, as it seems not fixable (at least not for me) |
Sounds good. Thanks for trying :) |
@@ -21,7 +21,27 @@ | |||
<proc>none</proc> | |||
</configuration> | |||
</plugin> | |||
|
|||
<plugin> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love this change!
I'm eager to see those changes in! |
Fixes issue #201; additionally tests for gwtp-processors have been moved from gwtp-dispatch-shared to their correct project (the maven dependencies also needed to be reverted for this)