Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gmf-dev] Changes made to allow I-build

Title: Changes made to allow I-build
Hi,

I corrected the following compiler errors in order to get this week’s I-build done.  For the runtime tests, I simply added default methods required by IFile changes.  For the *.editor plug-ins, I bumped the execution environment to 1.5 (these were not caught by the build, but were apparent in my workspace.  

Please correct when you can.

The method toString() in the type Object is not applicable for the arguments (EAttribute[])    AbstractParser.java    org.eclipse.gmf.graphdef.editor/src/org/eclipse/gmf/graphdef/editor/parsers    line 66    

The type FileChangeEventTest.File must implement the inherited abstract method IResource.isHidden()    FileChangeEventTest.java    org.eclipse.gmf.tests.runtime.common.ui/src/org/eclipse/gmf/tests/runtime/common/ui/internal/resources    line 53    

The type FileChangeEventTest.File must implement the inherited abstract method IResource.setHidden(boolean)    FileChangeEventTest.java    org.eclipse.gmf.tests.runtime.common.ui/src/org/eclipse/gmf/tests/runtime/common/ui/internal/resources    line 53    

The type FileObserverFilterTest.File must implement the inherited abstract method IResource.isHidden()    FileObserverFilterTest.java    org.eclipse.gmf.tests.runtime.common.ui/src/org/eclipse/gmf/tests/runtime/common/ui/internal/resources    line 54    

The type FileObserverFilterTest.File must implement the inherited abstract method IResource.setHidden(boolean)    FileObserverFilterTest.java    org.eclipse.gmf.tests.runtime.common.ui/src/org/eclipse/gmf/tests/runtime/common/ui/internal/resources    line 54    

The type FileObserverFilterTest.Folder must implement the inherited abstract method IResource.isHidden()    FileObserverFilterTest.java    org.eclipse.gmf.tests.runtime.common.ui/src/org/eclipse/gmf/tests/runtime/common/ui/internal/resources    line 470    

The type FileObserverFilterTest.Folder must implement the inherited abstract method IResource.setHidden(boolean)    FileObserverFilterTest.java    org.eclipse.gmf.tests.runtime.common.ui/src/org/eclipse/gmf/tests/runtime/common/ui/internal/resources    line 470    

The type Map.Entry is not generic; it cannot be parameterized with arguments <K, V>    EPackage2ViewFactory.java    org.eclipse.gmf.ecore.editor/src/org/eclipse/gmf/ecore/view/factories    line 67   

Thanks,
Rich

--
Richard C. Gronback
Borland Software Corporation
richard.gronback@xxxxxxxxxxx
+1 860 227 9215

Back to the top