Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dtp-dev] Re: org.eclipse.datatools.sqltools.result has compile error in DTP daily build 20080325

I have rolled back the tag changes in the sqltools map file for:

o.e.d.sqltools.plan
o.e.d.sqltools.result

that injected the build breakage. CVS HEAD for these plug-ins remains out
of compliance with the DTP 1.6 build environment:

      http://wiki.eclipse.org/DTP_Ganymede_Build_Environment

Also, I noted that the tag names for the plug-ins ("v20080324") in the
breaking update do not conform to the plug-in qualifier format:

      http://wiki.eclipse.org/DTP_Plug-in_Versioning_Policy

As with any build breakage, this is a serious regression and should be
addressed by the committer(s) responsible as soon as possible. (Especially
since we are approaching a milestone build date.) Anything that is unclear
should be checked with the PMC, rather than simply going ahead and breaking
the build.

Regards,
John Graham
Eclipse Data Tools Platform PMC Chair
Staff Software Engineer, Sybase, Inc.
http://osmusings.blogspot.com/
http://dataplat.blogspot.com/



                                                                           
             "Xiaoying Gu"                                                 
             <xgu@xxxxxxxxxxx>                                             
                                                                        To 
             03/24/2008 10:24          <dtp-dev-request@xxxxxxxxxxx>,      
             PM                        <jograham@xxxxxxxxxx>               
                                                                        cc 
                                                                           
                                                                   Subject 
                                       org.eclipse.datatools.sqltools.resu 
                                       lt has compile error in DTP daily   
                                       build 20080325                      
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           




Hi,

org.eclipse.datatools.sqltools.result has compile error in daily build
20080325.

Please see the attachment for details.



Thanks,
Xiaoying(See attached file:
org.eclipse.datatools.sqltools.result_compilelog.html)
Title: Compiler log for org.eclipse.datatools.sqltools.result_1.0.0.v20080324

Compiler log for org.eclipse.datatools.sqltools.result_1.0.0.v20080324 : @dot.bin.xml

TOTAL : ERRORS: 8, WARNINGS: 20

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/CopyRowsAction.java : 8 errors :

1. ERROR in /src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/CopyRowsAction.java
 (at line 48)
@Override
Syntax error, annotations are only available if source level is 5.0
2. ERROR in /src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/CopyRowsAction.java
 (at line 48)
@Override
Override cannot be resolved to a type
3. ERROR in /src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/CopyRowsAction.java
 (at line 51)
List<IResultSetRow> rows = new ArrayList<IResultSetRow>();
The type List is not generic; it cannot be parameterized with arguments <IResultSetRow>
4. ERROR in /src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/CopyRowsAction.java
 (at line 51)
List<IResultSetRow> rows = new ArrayList<IResultSetRow>();
Syntax error, parameterized types are only available if source level is 5.0
5. ERROR in /src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/CopyRowsAction.java
 (at line 51)
List<IResultSetRow> rows = new ArrayList<IResultSetRow>();
The type ArrayList is not generic; it cannot be parameterized with arguments <IResultSetRow>
6. ERROR in /src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/CopyRowsAction.java
 (at line 51)
List<IResultSetRow> rows = new ArrayList<IResultSetRow>();
Syntax error, parameterized types are only available if source level is 5.0
7. ERROR in /src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/CopyRowsAction.java
 (at line 82)
Iterator<IResultSetRow> iter = rows.iterator();
The type Iterator is not generic; it cannot be parameterized with arguments <IResultSetRow>
8. ERROR in /src/org/eclipse/datatools/sqltools/result/internal/ui/export/actions/CopyRowsAction.java
 (at line 82)
Iterator<IResultSetRow> iter = rows.iterator();
Syntax error, parameterized types are only available if source level is 5.0

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/src/org/eclipse/datatools/sqltools/result/internal/export/XMLOutputter.java : 7 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/datatools/sqltools/result/internal/export/XMLOutputter.java
 (at line 14)
import java.io.ByteArrayOutputStream;
The import java.io.ByteArrayOutputStream is never used
2. WARNING in /src/org/eclipse/datatools/sqltools/result/internal/export/XMLOutputter.java
 (at line 19)
import java.sql.SQLException;
The import java.sql.SQLException is never used
3. WARNING in /src/org/eclipse/datatools/sqltools/result/internal/export/XMLOutputter.java
 (at line 25)
import javax.xml.transform.Transformer;
The import javax.xml.transform.Transformer is never used
4. WARNING in /src/org/eclipse/datatools/sqltools/result/internal/export/XMLOutputter.java
 (at line 26)
import javax.xml.transform.TransformerFactory;
The import javax.xml.transform.TransformerFactory is never used
5. WARNING in /src/org/eclipse/datatools/sqltools/result/internal/export/XMLOutputter.java
 (at line 27)
import javax.xml.transform.dom.DOMSource;
The import javax.xml.transform.dom.DOMSource is never used
6. WARNING in /src/org/eclipse/datatools/sqltools/result/internal/export/XMLOutputter.java
 (at line 28)
import javax.xml.transform.stream.StreamResult;
The import javax.xml.transform.stream.StreamResult is never used
7. WARNING in /src/org/eclipse/datatools/sqltools/result/internal/export/XMLOutputter.java
 (at line 43)
import org.w3c.dom.Document;
The import org.w3c.dom.Document is never used

/src/org/eclipse/datatools/sqltools/result/internal/index/HistoryIndexListener.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/datatools/sqltools/result/internal/index/HistoryIndexListener.java
 (at line 15)
import org.eclipse.datatools.sqltools.result.OperationCommand;
The import org.eclipse.datatools.sqltools.result.OperationCommand is never used

/src/org/eclipse/datatools/sqltools/result/internal/preference/ResultHistoryPage.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/datatools/sqltools/result/internal/preference/ResultHistoryPage.java
 (at line 22)
import org.eclipse.jface.viewers.ISelection;
The import org.eclipse.jface.viewers.ISelection is never used
2. WARNING in /src/org/eclipse/datatools/sqltools/result/internal/preference/ResultHistoryPage.java
 (at line 32)
import org.eclipse.swt.widgets.Label;
The import org.eclipse.swt.widgets.Label is never used
3. WARNING in /src/org/eclipse/datatools/sqltools/result/internal/preference/ResultHistoryPage.java
 (at line 34)
import org.eclipse.ui.IWorkbenchPart;
The import org.eclipse.ui.IWorkbenchPart is never used

/src/org/eclipse/datatools/sqltools/result/internal/ui/LongDataDialog.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/datatools/sqltools/result/internal/ui/LongDataDialog.java
 (at line 15)
import org.eclipse.datatools.sqltools.result.IHelpConstants;
The import org.eclipse.datatools.sqltools.result.IHelpConstants is never used

/src/org/eclipse/datatools/sqltools/result/internal/ui/export/ResultFormatWizardPage.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/datatools/sqltools/result/internal/ui/export/ResultFormatWizardPage.java
 (at line 55)
private Map _outputters;
The field ResultFormatWizardPage._outputters is never read locally

/src/org/eclipse/datatools/sqltools/result/internal/ui/export/SaveResultGroup.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/datatools/sqltools/result/internal/ui/export/SaveResultGroup.java
 (at line 16)
import org.eclipse.datatools.sqltools.result.export.AbstractOutputter;
The import org.eclipse.datatools.sqltools.result.export.AbstractOutputter is never used

/src/org/eclipse/datatools/sqltools/result/internal/ui/view/MultipleTabsGridSection.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/datatools/sqltools/result/internal/ui/view/MultipleTabsGridSection.java
 (at line 13)
import java.text.MessageFormat;
The import java.text.MessageFormat is never used

/src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultsView.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/datatools/sqltools/result/internal/ui/view/ResultsView.java
 (at line 149)
private void reDisplay(final IResultInstance instance)
The method reDisplay(IResultInstance) from the type ResultsView is never used locally

/src/org/eclipse/datatools/sqltools/result/internal/ui/view/SingleWindowGridSection.java : 3 warnings :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/datatools/sqltools/result/internal/ui/view/SingleWindowGridSection.java
 (at line 13)
import java.util.ArrayList;
The import java.util.ArrayList is never used
2. WARNING in /src/org/eclipse/datatools/sqltools/result/internal/ui/view/SingleWindowGridSection.java
 (at line 374)
private void createTableForParameters(Composite comp)
The method createTableForParameters(Composite) from the type SingleWindowGridSection is never used locally
3. WARNING in /src/org/eclipse/datatools/sqltools/result/internal/ui/view/SingleWindowGridSection.java
 (at line 431)
ResultItem preItem = null;
The local variable preItem is never read

/src/org/eclipse/datatools/sqltools/result/internal/utils/ProfileUtil.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/datatools/sqltools/result/internal/utils/ProfileUtil.java
 (at line 33)
private static boolean isDatabaseProfile(IConnectionProfile connectionProfile)
The method isDatabaseProfile(IConnectionProfile) from the type ProfileUtil is never used locally

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

Back to the top