sivarajankumar / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
0 stars 0 forks source link

Erroneous Nested Class in latest incubator jar (gwt-incubator-july-14-2009.jar) #330

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version of gwt and gwt-incubator are you using?

gwt 1.7.1
incubator jar: gwt-incubator-july-14-2009.jar

What OS and browser are you using? safari, firefox

Do you see this error in hosted mode, web mode, or both? NA

Hopefully using the test case you have generously provided, what steps will
reproduce the problem? 
Note the build of the jar mentioned above seems to have an erroneous
package.  There is a package in the jar that has has a package nested
within itself and this package is not in the source code.  The package is:
 com/google/gwt/gen2/logging/translatable/com/google/gwt/gen2/logging/impl/shared/

Here is a test that shows this.  The link to the source is below.:
 unzip -l gwt-incubator-july-14-2009.jar | grep translatable
        0  10-15-08 13:57   com/google/gwt/gen2/logging/translatable/
        0  10-15-08 13:57   com/google/gwt/gen2/logging/translatable/com/
        0  10-15-08 13:57  
com/google/gwt/gen2/logging/translatable/com/google/
        0  10-15-08 13:57  
com/google/gwt/gen2/logging/translatable/com/google/gwt/
        0  10-15-08 13:57  
com/google/gwt/gen2/logging/translatable/com/google/gwt/gen2/
        0  10-15-08 13:57  
com/google/gwt/gen2/logging/translatable/com/google/gwt/gen2/logging/
        0  10-15-08 13:57  
com/google/gwt/gen2/logging/translatable/com/google/gwt/gen2/logging/impl/
        0  10-15-08 13:57  
com/google/gwt/gen2/logging/translatable/com/google/gwt/gen2/logging/impl/shared
/
      388  10-15-08 13:57   com/google/gwt/gen2/logging/translatable/.classpath
      395  10-15-08 13:57   com/google/gwt/gen2/logging/translatable/.project
      781  10-15-08 13:57  
com/google/gwt/gen2/logging/translatable/com/google/gwt/gen2/logging/impl/shared
/ProxyServerBindingsImpl.class
      941  10-15-08 13:57  
com/google/gwt/gen2/logging/translatable/com/google/gwt/gen2/logging/impl/shared
/ProxyServerBindingsImpl.java

Note I don't see a 'translatable' package in the source
http://google-web-toolkit-incubator.googlecode.com/svn/trunk/src/com/google/gwt/
gen2/logging/

1.
2.
3.

Original issue reported on code.google.com by jamon...@gmail.com on 22 Dec 2009 at 7:19