http://gwt-code-reviews.appspot.com/361801/diff/1/3 File dev/core/src/com/google/gwt/dev/DevMode.java (right):
http://gwt-code-reviews.appspot.com/361801/diff/1/3#newcode451 dev/core/src/com/google/gwt/dev/DevMode.java:451: } My bad, this was an intermediate state. Removed. http://gwt-code-reviews.appspot.com/361801/diff/1/4 File dev/core/src/com/google/gwt/dev/DevModeBase.java (right): http://gwt-code-reviews.appspot.com/361801/diff/1/4#newcode168 dev/core/src/com/google/gwt/dev/DevModeBase.java:168: public ArgHandlerBlacklist() { On 2010/04/19 22:36:19, amitmanjhi wrote:
The default constructor is not visible. Making the class public
instead of
protected fixes it.
The weird thing is, though, I'm referencing this class from within a subclass of DevModeBase. Oh well, I plan to revisit all this code, and squash DevModeBase and DevMode together into one class (deleting a fair bit of code in the process, I think), so I'll revisit. http://gwt-code-reviews.appspot.com/361801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
