skallin / google-plugin-for-eclipse

Automatically exported from code.google.com/p/google-plugin-for-eclipse
Eclipse Public License 1.0
0 stars 0 forks source link

Compilation errors in com.google.appengine.eclipse.core.properties.ui.GaeProjectPropertyPage #222

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Class com.google.appengine.eclipse.core.properties.ui.GaeProjectPropertyPage 
has the following errors (probably they are result of improper merging)

Duplicate field 
GaeProjectPropertyPage.APPENGINE_GOOGLE_CLOUD_SQL_URL   GaeProjectPropertyPage.jav
a   /com.google.appengine.eclipse.core/src/com/google/appengine/eclipse/core/prope
rties/ui    line 140    Java Problem

Description Resource    Path    Location    Type
Duplicate field 
GaeProjectPropertyPage.APPENGINE_GOOGLE_CLOUD_SQL_URL   GaeProjectPropertyPage.jav
a   /com.google.appengine.eclipse.core/src/com/google/appengine/eclipse/core/prope
rties/ui    line 143    Java Problem

Description Resource    Path    Location    Type
Duplicate method createDatastoreComponent(Composite) in type 
GaeProjectPropertyPage  GaeProjectPropertyPage.java /com.google.appengine.eclipse
.core/src/com/google/appengine/eclipse/core/properties/ui   line 537    Java Problem

Description Resource    Path    Location    Type
Duplicate method createDatastoreComponent(Composite) in type 
GaeProjectPropertyPage  GaeProjectPropertyPage.java /com.google.appengine.eclipse
.core/src/com/google/appengine/eclipse/core/properties/ui   line 602    Java Problem

The sources are taken by the following command:

svn checkout http://google-plugin-for-eclipse.googlecode.com/svn/trunk/ 
google-plugin-for-eclipse

The same duplicates can be seen here in trunk:
http://code.google.com/p/google-plugin-for-eclipse/source/browse/trunk/plugins/c
om.google.appengine.eclipse.core/src/com/google/appengine/eclipse/core/propertie
s/ui/GaeProjectPropertyPage.java

Is this a real working repository?

Original issue reported on code.google.com by victor.r...@gmail.com on 9 Jul 2013 at 1:07

GoogleCodeExporter commented 9 years ago
The same issues for:

com.google.appengine.eclipse.core.properties.ui.GoogleCloudSqlConfigure
com.google.appengine.eclipse.core.properties.ui.MySqlConfigure
com.google.gdt.eclipse.core.update.internal.core.UpdateQueryBuilder
com.google.gdt.eclipse.login.GoogleLogin

and many others.

Original comment by victor.r...@gmail.com on 9 Jul 2013 at 1:30