# 1/9/08 4:34:14 AM EST # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. ---------- 1. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/DeployPackage.java (at line 56) EList getTargetConfiguration(); ^^^^^ EList is a raw type. References to generic type EList should be parameterized ---------- ---------- 2. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/DeployServer.java (at line 59) EList getTargetingConfiguration(); ^^^^^ EList is a raw type. References to generic type EList should be parameterized ---------- ---------- 3. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/Root.java (at line 58) EList getPackage(); ^^^^^ EList is a raw type. References to generic type EList should be parameterized ---------- 4. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/Root.java (at line 76) EList getServer(); ^^^^^ EList is a raw type. References to generic type EList should be parameterized ---------- ---------- 5. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/DeployPackageImpl.java (at line 63) protected EList targetConfiguration; ^^^^^ EList is a raw type. References to generic type EList should be parameterized ---------- 6. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/DeployPackageImpl.java (at line 108) public EList getTargetConfiguration() { ^^^^^ EList is a raw type. References to generic type EList should be parameterized ---------- 7. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/DeployPackageImpl.java (at line 110) targetConfiguration = new EObjectContainmentWithInverseEList( DeployConfiguration.class, this, DeployFilePackage.DEPLOY_PACKAGE__TARGET_CONFIGURATION, DeployFilePackage.DEPLOY_CONFIGURATION__SOURCE_PACKAGE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor EObjectContainmentWithInverseEList(Class, InternalEObject, int, int) belongs to the raw type EObjectContainmentWithInverseEList. References to generic type EObjectContainmentWithInverseEList should be parameterized ---------- 8. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/DeployPackageImpl.java (at line 110) targetConfiguration = new EObjectContainmentWithInverseEList( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ EObjectContainmentWithInverseEList is a raw type. References to generic type EObjectContainmentWithInverseEList should be parameterized ---------- 9. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/DeployPackageImpl.java (at line 197) return ((InternalEList) getTargetConfiguration()).basicAdd( otherEnd, msgs); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method basicAdd(Object, NotificationChain) belongs to the raw type InternalEList. References to generic type InternalEList should be parameterized ---------- 10. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/DeployPackageImpl.java (at line 197) return ((InternalEList) getTargetConfiguration()).basicAdd( ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 11. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/DeployPackageImpl.java (at line 216) return ((InternalEList) getTargetConfiguration()).basicRemove( ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 12. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/DeployPackageImpl.java (at line 265) getTargetConfiguration().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 13. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/DeployPackageImpl.java (at line 265) getTargetConfiguration().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 14. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/DeployServerImpl.java (at line 64) protected EList targetingConfiguration; ^^^^^ EList is a raw type. References to generic type EList should be parameterized ---------- 15. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/DeployServerImpl.java (at line 129) public EList getTargetingConfiguration() { ^^^^^ EList is a raw type. References to generic type EList should be parameterized ---------- 16. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/DeployServerImpl.java (at line 131) targetingConfiguration = new EObjectWithInverseResolvingEList.Unsettable( DeployConfiguration.class, this, DeployFilePackage.DEPLOY_SERVER__TARGETING_CONFIGURATION, DeployFilePackage.DEPLOY_CONFIGURATION__TARGET_SERVER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor EObjectWithInverseResolvingEList.Unsettable(Class, InternalEObject, int, int) belongs to the raw type EObjectWithInverseResolvingEList.Unsettable. References to generic type EObjectWithInverseResolvingEList.Unsettable should be parameterized ---------- 17. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/DeployServerImpl.java (at line 131) targetingConfiguration = new EObjectWithInverseResolvingEList.Unsettable( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ EObjectWithInverseResolvingEList.Unsettable is a raw type. References to generic type EObjectWithInverseResolvingEList.Unsettable should be parameterized ---------- 18. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/DeployServerImpl.java (at line 146) ((InternalEList.Unsettable) targetingConfiguration).unset(); ^^^^^^^^^^^^^^^^^^^^^^^^ InternalEList.Unsettable is a raw type. References to generic type InternalEList.Unsettable should be parameterized ---------- 19. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/DeployServerImpl.java (at line 156) && ((InternalEList.Unsettable) targetingConfiguration).isSet(); ^^^^^^^^^^^^^^^^^^^^^^^^ InternalEList.Unsettable is a raw type. References to generic type InternalEList.Unsettable should be parameterized ---------- 20. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/DeployServerImpl.java (at line 261) return ((InternalEList) getTargetingConfiguration()).basicAdd( otherEnd, msgs); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method basicAdd(Object, NotificationChain) belongs to the raw type InternalEList. References to generic type InternalEList should be parameterized ---------- 21. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/DeployServerImpl.java (at line 261) return ((InternalEList) getTargetingConfiguration()).basicAdd( ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 22. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/DeployServerImpl.java (at line 280) return ((InternalEList) getTargetingConfiguration()).basicRemove( ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 23. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/DeployServerImpl.java (at line 331) getTargetingConfiguration().addAll((Collection) newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 24. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/DeployServerImpl.java (at line 331) getTargetingConfiguration().addAll((Collection) newValue); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 25. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/RootImpl.java (at line 62) protected EList package_; ^^^^^ EList is a raw type. References to generic type EList should be parameterized ---------- 26. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/RootImpl.java (at line 72) protected EList server; ^^^^^ EList is a raw type. References to generic type EList should be parameterized ---------- 27. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/RootImpl.java (at line 157) public EList getPackage() { ^^^^^ EList is a raw type. References to generic type EList should be parameterized ---------- 28. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/RootImpl.java (at line 159) package_ = new EObjectContainmentWithInverseEList( DeployPackage.class, this, DeployFilePackage.ROOT__PACKAGE, DeployFilePackage.DEPLOY_SERVER__ROOT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor EObjectContainmentWithInverseEList(Class, InternalEObject, int, int) belongs to the raw type EObjectContainmentWithInverseEList. References to generic type EObjectContainmentWithInverseEList should be parameterized ---------- 29. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/RootImpl.java (at line 159) package_ = new EObjectContainmentWithInverseEList( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ EObjectContainmentWithInverseEList is a raw type. References to generic type EObjectContainmentWithInverseEList should be parameterized ---------- 30. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/RootImpl.java (at line 171) public EList getServer() { ^^^^^ EList is a raw type. References to generic type EList should be parameterized ---------- 31. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/RootImpl.java (at line 173) server = new EObjectContainmentWithInverseEList(DeployServer.class, this, DeployFilePackage.ROOT__SERVER, DeployFilePackage.DEPLOY_SERVER__ROOT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor EObjectContainmentWithInverseEList(Class, InternalEObject, int, int) belongs to the raw type EObjectContainmentWithInverseEList. References to generic type EObjectContainmentWithInverseEList should be parameterized ---------- 32. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/RootImpl.java (at line 173) server = new EObjectContainmentWithInverseEList(DeployServer.class, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ EObjectContainmentWithInverseEList is a raw type. References to generic type EObjectContainmentWithInverseEList should be parameterized ---------- 33. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/RootImpl.java (at line 256) return ((InternalEList) getPackage()).basicAdd(otherEnd, msgs); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method basicAdd(Object, NotificationChain) belongs to the raw type InternalEList. References to generic type InternalEList should be parameterized ---------- 34. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/RootImpl.java (at line 256) return ((InternalEList) getPackage()).basicAdd(otherEnd, msgs); ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 35. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/RootImpl.java (at line 258) return ((InternalEList) getServer()).basicAdd(otherEnd, msgs); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method basicAdd(Object, NotificationChain) belongs to the raw type InternalEList. References to generic type InternalEList should be parameterized ---------- 36. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/RootImpl.java (at line 258) return ((InternalEList) getServer()).basicAdd(otherEnd, msgs); ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 37. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/RootImpl.java (at line 272) return ((InternalEList) getPackage()).basicRemove(otherEnd, msgs); ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- 38. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/impl/RootImpl.java (at line 274) return ((InternalEList) getServer()).basicRemove(otherEnd, msgs); ^^^^^^^^^^^^^ InternalEList is a raw type. References to generic type InternalEList should be parameterized ---------- ---------- 39. WARNING in /shared/stp/svn_build/build-stp-S/workdir/plugins/org.eclipse.stp.soas.deploy.models.deployfile/src/org/eclipse/stp/soas/deploy/models/deployfile/util/DeployFileSwitch.java (at line 80) List eSuperTypes = theEClass.getESuperTypes(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 39 problems (39 warnings)[20 .class files generated]