PeteGashek / puzzlebazar

Automatically exported from code.google.com/p/puzzlebazar
0 stars 0 forks source link

Clean-up package visibility #90

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Right now, all top-level classes are public. It would probably make sense to 
hide some classes as package-protected. It could cause issue with GIN, 
though:
http://code.google.com/p/google-gin/issues/detail?id=86

Original issue reported on code.google.com by philippe.beaudoin on 25 Mar 2010 at 11:19

GoogleCodeExporter commented 8 years ago
A good discussion of package scoping is here:
http://weblogs.java.net/blog/2005/07/19/package-scoping-and-unit-testing

Original comment by philippe.beaudoin on 26 Mar 2010 at 1:37

GoogleCodeExporter commented 8 years ago
Moved to GWTP:
http://code.google.com/p/gwt-platform/issues/detail?id=13

Original comment by philippe.beaudoin on 27 Mar 2010 at 6:07