Thomas Broyer has posted comments on this change.
Change subject: Allow @UIHandler annotated methods to be private.
......................................................................
Patch Set 2:
As tedious as it can be, I'd rather ask people to fix the projects.
If there are really too many classes to fix, or you'd like to fix them
after the switch to JDT 3.8 (i.e. this is a temporary change), then at
least print a warning.
But honestly, you can probably fix 95% of the files with a recursive 'sed'.
Something like (untested):
sed 'N;/@UiHandler\s*\([^)]\)\n.*\bprivate /s/\bprivate //;P;D' file.java
(inspired from http://stackoverflow.com/a/4511290/116472; assumes the
@UiHandler is on the line just before the method)
--
To view, visit https://gwt-review.googlesource.com/2450
To unsubscribe, visit https://gwt-review.googlesource.com/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I03c7787ced5a339a74d49ec917d48edebd5dbb8f
Gerrit-PatchSet: 2
Gerrit-Project: gwt
Gerrit-Branch: master
Gerrit-Owner: Roberto Lublinerman <[email protected]>
Gerrit-Reviewer: Goktug Gokdogan <[email protected]>
Gerrit-Reviewer: Thomas Broyer <[email protected]>
Gerrit-HasComments: No
--
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
---
You received this message because you are subscribed to the Google Groups "Google Web Toolkit Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.