# 5/27/07 11:36:42 PM EDT # Eclipse Java Compiler 0.745, 3.3.0 milestone-6, Copyright IBM Corp 2000, 2007. All rights reserved. ---------- 1. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionDataModelProvider.java (at line 21) public class BindingDeletionDataModelProvider extends AbstractDataModelProvider implements IBindingDeletionDataModelProperties { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The hierarchy of the type BindingDeletionDataModelProvider is inconsistent ---------- ---------- 2. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionOperation.java (at line 23) import org.eclipse.stp.core.sca.Binding; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.Binding cannot be resolved ---------- 3. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionOperation.java (at line 24) import org.eclipse.stp.core.sca.EntryPoint; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.EntryPoint cannot be resolved ---------- 4. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionOperation.java (at line 25) import org.eclipse.stp.core.sca.ExternalService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.ExternalService cannot be resolved ---------- 5. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionOperation.java (at line 26) import org.eclipse.stp.core.sca.SCAObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.SCAObject cannot be resolved ---------- 6. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionOperation.java (at line 36) private SCAObject object = null; ^^^^^^^^^ SCAObject cannot be resolved to a type ---------- 7. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionOperation.java (at line 58) if(object instanceof ExternalService) ^^^^^^ object cannot be resolved ---------- 8. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionOperation.java (at line 58) if(object instanceof ExternalService) ^^^^^^^^^^^^^^^ ExternalService cannot be resolved to a type ---------- 9. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionOperation.java (at line 59) bindings = ((ExternalService)object).getBindings(); ^^^^^^^^^^^^^^^ ExternalService cannot be resolved to a type ---------- 10. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionOperation.java (at line 59) bindings = ((ExternalService)object).getBindings(); ^^^^^^ object cannot be resolved ---------- 11. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionOperation.java (at line 61) bindings = ((EntryPoint)object).getBindings(); ^^^^^^^^^^ EntryPoint cannot be resolved to a type ---------- 12. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionOperation.java (at line 61) bindings = ((EntryPoint)object).getBindings(); ^^^^^^ object cannot be resolved ---------- 13. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionOperation.java (at line 74) object = (SCAObject) model.getProperty(IBindingDeletionDataModelProperties.SCAOBJECT); ^^^^^^ object cannot be resolved ---------- 14. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionOperation.java (at line 74) object = (SCAObject) model.getProperty(IBindingDeletionDataModelProperties.SCAOBJECT); ^^^^^^^^^ SCAObject cannot be resolved to a type ---------- 15. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionOperation.java (at line 80) if(object instanceof ExternalService) ^^^^^^ object cannot be resolved ---------- 16. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionOperation.java (at line 80) if(object instanceof ExternalService) ^^^^^^^^^^^^^^^ ExternalService cannot be resolved to a type ---------- 17. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionOperation.java (at line 81) bindings = ((ExternalService)object).getBindings(); ^^^^^^^^^^^^^^^ ExternalService cannot be resolved to a type ---------- 18. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionOperation.java (at line 81) bindings = ((ExternalService)object).getBindings(); ^^^^^^ object cannot be resolved ---------- 19. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionOperation.java (at line 83) bindings = ((EntryPoint)object).getBindings(); ^^^^^^^^^^ EntryPoint cannot be resolved to a type ---------- 20. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionOperation.java (at line 83) bindings = ((EntryPoint)object).getBindings(); ^^^^^^ object cannot be resolved ---------- 21. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionOperation.java (at line 90) Binding b = (Binding) iter.next(); ^^^^^^^ Binding cannot be resolved to a type ---------- 22. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/BindingDeletionOperation.java (at line 90) Binding b = (Binding) iter.next(); ^^^^^^^ Binding cannot be resolved to a type ---------- ---------- 23. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingDataModelProvider.java (at line 21) import org.eclipse.stp.core.sca.AbstractImplementation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.AbstractImplementation cannot be resolved ---------- 24. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingDataModelProvider.java (at line 22) import org.eclipse.stp.core.sca.Component; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.Component cannot be resolved ---------- 25. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingDataModelProvider.java (at line 23) import org.eclipse.stp.core.sca.Implementation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.Implementation cannot be resolved ---------- 26. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingDataModelProvider.java (at line 31) public class ComponentTypingDataModelProvider extends AbstractDataModelProvider implements IComponentTypingDataModelProperties { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The hierarchy of the type ComponentTypingDataModelProvider is inconsistent ---------- 27. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingDataModelProvider.java (at line 83) Component component = (Component)model.getProperty(IComponentTypingDataModelProperties.COMPONENT); ^^^^^^^^^ Component cannot be resolved to a type ---------- 28. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingDataModelProvider.java (at line 83) Component component = (Component)model.getProperty(IComponentTypingDataModelProperties.COMPONENT); ^^^^^^^^^ Component cannot be resolved to a type ---------- 29. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingDataModelProvider.java (at line 87) Implementation oldImplementation = component.getImplementation(); ^^^^^^^^^^^^^^ Implementation cannot be resolved to a type ---------- 30. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingDataModelProvider.java (at line 89) if (setType && oldImplementation != null && !(oldImplementation instanceof AbstractImplementation)){ ^^^^^^^^^^^^^^^^^^^^^^ AbstractImplementation cannot be resolved to a type ---------- ---------- 31. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 19) import org.eclipse.stp.core.infrastructure.assertion.AssertionFailedException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.infrastructure.assertion.AssertionFailedException cannot be resolved ---------- 32. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 22) import org.eclipse.stp.core.sca.AbstractImplementation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.AbstractImplementation cannot be resolved ---------- 33. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 23) import org.eclipse.stp.core.sca.Component; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.Component cannot be resolved ---------- 34. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 24) import org.eclipse.stp.core.sca.ComponentType; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.ComponentType cannot be resolved ---------- 35. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 25) import org.eclipse.stp.core.sca.Implementation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.Implementation cannot be resolved ---------- 36. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 26) import org.eclipse.stp.core.sca.SCAFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.SCAFactory cannot be resolved ---------- 37. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 36) private Component component; ^^^^^^^^^ Component cannot be resolved to a type ---------- 38. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 37) private Implementation oldImplementation; ^^^^^^^^^^^^^^ Implementation cannot be resolved to a type ---------- 39. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 50) component = (Component)model.getProperty(IComponentTypingDataModelProperties.COMPONENT); ^^^^^^^^^ component cannot be resolved ---------- 40. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 50) component = (Component)model.getProperty(IComponentTypingDataModelProperties.COMPONENT); ^^^^^^^^^ Component cannot be resolved to a type ---------- 41. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 54) oldImplementation = component.getImplementation(); ^^^^^^^^^^^^^^^^^ oldImplementation cannot be resolved ---------- 42. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 54) oldImplementation = component.getImplementation(); ^^^^^^^^^ component cannot be resolved ---------- 43. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 57) if(oldImplementation == null){ ^^^^^^^^^^^^^^^^^ oldImplementation cannot be resolved ---------- 44. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 58) component.setAbstractImplementation(SCAFactory.eINSTANCE.createComponentType()); ^^^^^^^^^ component cannot be resolved ---------- 45. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 58) component.setAbstractImplementation(SCAFactory.eINSTANCE.createComponentType()); ^^^^^^^^^^ SCAFactory cannot be resolved ---------- 46. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 59) AbstractImplementation impl = (AbstractImplementation) component.getImplementation(); ^^^^^^^^^^^^^^^^^^^^^^ AbstractImplementation cannot be resolved to a type ---------- 47. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 59) AbstractImplementation impl = (AbstractImplementation) component.getImplementation(); ^^^^^^^^^^^^^^^^^^^^^^ AbstractImplementation cannot be resolved to a type ---------- 48. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 59) AbstractImplementation impl = (AbstractImplementation) component.getImplementation(); ^^^^^^^^^ component cannot be resolved ---------- 49. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 62) if(oldImplementation instanceof AbstractImplementation){ ^^^^^^^^^^^^^^^^^ oldImplementation cannot be resolved ---------- 50. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 62) if(oldImplementation instanceof AbstractImplementation){ ^^^^^^^^^^^^^^^^^^^^^^ AbstractImplementation cannot be resolved to a type ---------- 51. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 63) oldType = ((AbstractImplementation)oldImplementation).getType(); ^^^^^^^^^^^^^^^^^^^^^^ AbstractImplementation cannot be resolved to a type ---------- 52. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 63) oldType = ((AbstractImplementation)oldImplementation).getType(); ^^^^^^^^^^^^^^^^^ oldImplementation cannot be resolved ---------- 53. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 64) ((AbstractImplementation)oldImplementation).setType(type); ^^^^^^^^^^^^^^^^^^^^^^ AbstractImplementation cannot be resolved to a type ---------- 54. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 64) ((AbstractImplementation)oldImplementation).setType(type); ^^^^^^^^^^^^^^^^^ oldImplementation cannot be resolved ---------- 55. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 72) if(oldImplementation instanceof AbstractImplementation){ ^^^^^^^^^^^^^^^^^ oldImplementation cannot be resolved ---------- 56. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 72) if(oldImplementation instanceof AbstractImplementation){ ^^^^^^^^^^^^^^^^^^^^^^ AbstractImplementation cannot be resolved to a type ---------- 57. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 73) oldType = ((AbstractImplementation)oldImplementation).getType(); ^^^^^^^^^^^^^^^^^^^^^^ AbstractImplementation cannot be resolved to a type ---------- 58. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 73) oldType = ((AbstractImplementation)oldImplementation).getType(); ^^^^^^^^^^^^^^^^^ oldImplementation cannot be resolved ---------- 59. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 74) ((AbstractImplementation)oldImplementation).setType(null); ^^^^^^^^^^^^^^^^^^^^^^ AbstractImplementation cannot be resolved to a type ---------- 60. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 74) ((AbstractImplementation)oldImplementation).setType(null); ^^^^^^^^^^^^^^^^^ oldImplementation cannot be resolved ---------- 61. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 76) if(oldImplementation == null){ ^^^^^^^^^^^^^^^^^ oldImplementation cannot be resolved ---------- 62. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 77) component.setAbstractImplementation(SCAFactory.eINSTANCE.createComponentType()); ^^^^^^^^^ component cannot be resolved ---------- 63. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 77) component.setAbstractImplementation(SCAFactory.eINSTANCE.createComponentType()); ^^^^^^^^^^ SCAFactory cannot be resolved ---------- 64. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 79) ComponentType compType = null; ^^^^^^^^^^^^^ ComponentType cannot be resolved to a type ---------- 65. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 81) compType = component.resolveComponentType(); ^^^^^^^^^ component cannot be resolved ---------- 66. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 82) }catch (AssertionFailedException e){ ^^^^^^^^^^^^^^^^^^^^^^^^ AssertionFailedException cannot be resolved to a type ---------- 67. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 83) compType = SCAFactory.eINSTANCE.createComponentType(); ^^^^^^^^^^ SCAFactory cannot be resolved ---------- 68. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 85) component.setAbstractImplementation(compType); ^^^^^^^^^ component cannot be resolved ---------- 69. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 108) if(oldImplementation == null){ ^^^^^^^^^^^^^^^^^ oldImplementation cannot be resolved ---------- 70. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 109) component.setAbstractImplementation(null); ^^^^^^^^^ component cannot be resolved ---------- 71. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 110) }else if(oldImplementation instanceof AbstractImplementation){ ^^^^^^^^^^^^^^^^^ oldImplementation cannot be resolved ---------- 72. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 110) }else if(oldImplementation instanceof AbstractImplementation){ ^^^^^^^^^^^^^^^^^^^^^^ AbstractImplementation cannot be resolved to a type ---------- 73. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 111) ((AbstractImplementation)oldImplementation).setType(oldType); ^^^^^^^^^^^^^^^^^^^^^^ AbstractImplementation cannot be resolved to a type ---------- 74. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 111) ((AbstractImplementation)oldImplementation).setType(oldType); ^^^^^^^^^^^^^^^^^ oldImplementation cannot be resolved ---------- 75. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 114) if(oldImplementation instanceof AbstractImplementation){ ^^^^^^^^^^^^^^^^^ oldImplementation cannot be resolved ---------- 76. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 114) if(oldImplementation instanceof AbstractImplementation){ ^^^^^^^^^^^^^^^^^^^^^^ AbstractImplementation cannot be resolved to a type ---------- 77. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 115) ((AbstractImplementation)oldImplementation).setType(oldType); ^^^^^^^^^^^^^^^^^^^^^^ AbstractImplementation cannot be resolved to a type ---------- 78. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 115) ((AbstractImplementation)oldImplementation).setType(oldType); ^^^^^^^^^^^^^^^^^ oldImplementation cannot be resolved ---------- 79. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 117) if(oldImplementation == null){ ^^^^^^^^^^^^^^^^^ oldImplementation cannot be resolved ---------- 80. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 118) component.setAbstractImplementation(null); ^^^^^^^^^ component cannot be resolved ---------- 81. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 120) component.setSpecializedImplementation(oldImplementation); ^^^^^^^^^ component cannot be resolved ---------- 82. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/ComponentTypingOperation.java (at line 120) component.setSpecializedImplementation(oldImplementation); ^^^^^^^^^^^^^^^^^ oldImplementation cannot be resolved ---------- ---------- 83. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/IBindingDeletionDataModelProperties.java (at line 13) import org.eclipse.stp.core.infrastructure.operations.IAbstractScribblerDataModelProperties; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.infrastructure.operations.IAbstractScribblerDataModelProperties cannot be resolved ---------- 84. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/IBindingDeletionDataModelProperties.java (at line 18) public interface IBindingDeletionDataModelProperties extends IAbstractScribblerDataModelProperties { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ IAbstractScribblerDataModelProperties cannot be resolved to a type ---------- ---------- 85. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/IComponentTypingDataModelProperties.java (at line 13) import org.eclipse.stp.core.infrastructure.operations.IAbstractScribblerDataModelProperties; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.infrastructure.operations.IAbstractScribblerDataModelProperties cannot be resolved ---------- 86. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/operations/IComponentTypingDataModelProperties.java (at line 15) public interface IComponentTypingDataModelProperties extends IAbstractScribblerDataModelProperties { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ IAbstractScribblerDataModelProperties cannot be resolved to a type ---------- ---------- 87. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 42) import org.eclipse.stp.core.sca.Binding; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.Binding cannot be resolved ---------- 88. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 43) import org.eclipse.stp.core.sca.Component; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.Component cannot be resolved ---------- 89. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 44) import org.eclipse.stp.core.sca.EntryPoint; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.EntryPoint cannot be resolved ---------- 90. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 45) import org.eclipse.stp.core.sca.ExternalService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.ExternalService cannot be resolved ---------- 91. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 46) import org.eclipse.stp.core.sca.Interface; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.Interface cannot be resolved ---------- 92. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 47) import org.eclipse.stp.core.sca.SCAPackage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.SCAPackage cannot be resolved ---------- 93. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 894) defaultComponentImplementation = ExtendedMetaData.INSTANCE.getName(SCAPackage.eINSTANCE.getSCACoreRoot_ImplementationAbstract()); ^^^^^^^^^^ SCAPackage cannot be resolved ---------- 94. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 906) private String getComponentKindOf(Component theComponent) ^^^^^^^^^ Component cannot be resolved to a type ---------- 95. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 914) public IComponentHandler getHandlerFor(Component theComponent) ^^^^^^^^^ Component cannot be resolved to a type ---------- 96. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 958) private List getExternalServiceKindOf(ExternalService theExternalService) { ^^^^^^^^^^^^^^^ ExternalService cannot be resolved to a type ---------- 97. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 968) Binding binding = (Binding) iter.next(); ^^^^^^^ Binding cannot be resolved to a type ---------- 98. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 968) Binding binding = (Binding) iter.next(); ^^^^^^^ Binding cannot be resolved to a type ---------- 99. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 979) public IExternalServiceHandler[] getHandlersFor(ExternalService theExternalService) ^^^^^^^^^^^^^^^ ExternalService cannot be resolved to a type ---------- 100. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 1030) private List getEntryPointKindOf(EntryPoint theEntryPoint) { ^^^^^^^^^^ EntryPoint cannot be resolved to a type ---------- 101. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 1038) Binding binding = (Binding) iter.next(); ^^^^^^^ Binding cannot be resolved to a type ---------- 102. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 1038) Binding binding = (Binding) iter.next(); ^^^^^^^ Binding cannot be resolved to a type ---------- 103. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 1048) public IEntryPointHandler[] getHandlersFor(EntryPoint theEntryPoint) ^^^^^^^^^^ EntryPoint cannot be resolved to a type ---------- 104. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 1079) private String getInterfaceKindOf(Interface theInterface) ^^^^^^^^^ Interface cannot be resolved to a type ---------- 105. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManager.java (at line 1087) public IInterfaceHandler getHandlerFor(Interface theInterface) { ^^^^^^^^^ Interface cannot be resolved to a type ---------- ---------- 106. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManagerUtils.java (at line 16) import org.eclipse.stp.core.infrastructure.assertion.Assert; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.infrastructure.assertion.Assert cannot be resolved ---------- 107. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManagerUtils.java (at line 17) import org.eclipse.stp.core.introspection.FeatureAdapter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.introspection.FeatureAdapter cannot be resolved ---------- 108. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManagerUtils.java (at line 18) import org.eclipse.stp.core.sca.SCAObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.SCAObject cannot be resolved ---------- 109. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManagerUtils.java (at line 19) import org.eclipse.stp.core.sca.WireSource; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.WireSource cannot be resolved ---------- 110. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManagerUtils.java (at line 20) import org.eclipse.stp.core.sca.WireTarget; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.WireTarget cannot be resolved ---------- 111. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManagerUtils.java (at line 36) static public boolean interfacesMatchReference(WireSource source, WireTarget[] targets) ^^^^^^^^^^ WireSource cannot be resolved to a type ---------- 112. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManagerUtils.java (at line 36) static public boolean interfacesMatchReference(WireSource source, WireTarget[] targets) ^^^^^^^^^^ WireTarget cannot be resolved to a type ---------- 113. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManagerUtils.java (at line 65) public static String getSubstitutionGroupName(SCAObject anSCAObject) { ^^^^^^^^^ SCAObject cannot be resolved to a type ---------- 114. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/internal/saf/impl/SAFManagerUtils.java (at line 69) private static EStructuralFeature getStructuralFeature(SCAObject anSCAObject) { ^^^^^^^^^ SCAObject cannot be resolved to a type ---------- ---------- 115. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/Context.java (at line 15) import org.eclipse.stp.core.sca.SCAObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.SCAObject cannot be resolved ---------- 116. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/Context.java (at line 55) public Context(SCAObject rootObject, String subType) { ^^^^^^^^^ SCAObject cannot be resolved to a type ---------- ---------- 117. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/ISAFManager.java (at line 17) import org.eclipse.stp.core.sca.Component; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.Component cannot be resolved ---------- 118. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/ISAFManager.java (at line 18) import org.eclipse.stp.core.sca.EntryPoint; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.EntryPoint cannot be resolved ---------- 119. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/ISAFManager.java (at line 19) import org.eclipse.stp.core.sca.ExternalService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.ExternalService cannot be resolved ---------- 120. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/ISAFManager.java (at line 20) import org.eclipse.stp.core.sca.Interface; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.Interface cannot be resolved ---------- 121. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/ISAFManager.java (at line 125) public IComponentHandler getHandlerFor(Component theComponent); ^^^^^^^^^ Component cannot be resolved to a type ---------- 122. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/ISAFManager.java (at line 138) public IInterfaceHandler getHandlerFor(Interface theInterface); ^^^^^^^^^ Interface cannot be resolved to a type ---------- 123. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/ISAFManager.java (at line 176) public IExternalServiceHandler[] getHandlersFor(ExternalService theExternalService); ^^^^^^^^^^^^^^^ ExternalService cannot be resolved to a type ---------- 124. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/ISAFManager.java (at line 210) public IEntryPointHandler[] getHandlersFor(EntryPoint theEntryPoint); ^^^^^^^^^^ EntryPoint cannot be resolved to a type ---------- ---------- 125. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/IUIContext.java (at line 13) import org.eclipse.stp.core.sca.SCAObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.SCAObject cannot be resolved ---------- 126. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/IUIContext.java (at line 48) public String createName(String testName, SCAObject objectType); ^^^^^^^^^ SCAObject cannot be resolved to a type ---------- ---------- 127. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/AbstractComponentHandler.java (at line 25) import org.eclipse.stp.core.sca.Component; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.Component cannot be resolved ---------- 128. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/AbstractComponentHandler.java (at line 26) import org.eclipse.stp.core.sca.ComponentType; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.ComponentType cannot be resolved ---------- 129. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/AbstractComponentHandler.java (at line 27) import org.eclipse.stp.core.sca.Interface; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.Interface cannot be resolved ---------- 130. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/AbstractComponentHandler.java (at line 28) import org.eclipse.stp.core.sca.SCAObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.SCAObject cannot be resolved ---------- 131. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/AbstractComponentHandler.java (at line 29) import org.eclipse.stp.core.sca.Service; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.Service cannot be resolved ---------- 132. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/AbstractComponentHandler.java (at line 79) public SCAObject[] createComponentFor(Object implementationObj, ^^^^^^^^^ SCAObject cannot be resolved to a type ---------- 133. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/AbstractComponentHandler.java (at line 108) public IDataModelOperation setImplementation(Component component, ^^^^^^^^^ Component cannot be resolved to a type ---------- 134. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/AbstractComponentHandler.java (at line 127) final public IDataModelOperation setKind(Component theComponent) ^^^^^^^^^ Component cannot be resolved to a type ---------- 135. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/AbstractComponentHandler.java (at line 136) ComponentType compType = theComponent.resolveComponentType(); ^^^^^^^^^^^^^ ComponentType cannot be resolved to a type ---------- 136. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/AbstractComponentHandler.java (at line 141) Interface interfaceObj = ((Service)iter.next()).getInterface(); ^^^^^^^^^ Interface cannot be resolved to a type ---------- 137. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/AbstractComponentHandler.java (at line 141) Interface interfaceObj = ((Service)iter.next()).getInterface(); ^^^^^^^ Service cannot be resolved to a type ---------- 138. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/AbstractComponentHandler.java (at line 179) final public IDataModelOperation resetKind(Component theComponent) ^^^^^^^^^ Component cannot be resolved to a type ---------- ---------- 139. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/AbstractEntryPointHandler.java (at line 19) import org.eclipse.stp.core.sca.EntryPoint; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.EntryPoint cannot be resolved ---------- 140. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/AbstractEntryPointHandler.java (at line 63) final public IDataModelOperation removeKind(EntryPoint theEntryPoint) ^^^^^^^^^^ EntryPoint cannot be resolved to a type ---------- ---------- 141. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/AbstractExternalServiceHandler.java (at line 19) import org.eclipse.stp.core.sca.ExternalService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.ExternalService cannot be resolved ---------- 142. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/AbstractExternalServiceHandler.java (at line 64) final public IDataModelOperation removeKind(ExternalService theExternalService) ^^^^^^^^^^^^^^^ ExternalService cannot be resolved to a type ---------- ---------- 143. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/IComponentHandler.java (at line 19) import org.eclipse.stp.core.sca.Component; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.Component cannot be resolved ---------- 144. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/IComponentHandler.java (at line 20) import org.eclipse.stp.core.sca.SCAObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.SCAObject cannot be resolved ---------- 145. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/IComponentHandler.java (at line 42) public Component createComponent() throws SAFException; ^^^^^^^^^ Component cannot be resolved to a type ---------- 146. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/IComponentHandler.java (at line 111) public SCAObject[] createComponentFor(Object implementationObj, ^^^^^^^^^ SCAObject cannot be resolved to a type ---------- 147. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/IComponentHandler.java (at line 162) Component theComponent, IContainer container, ^^^^^^^^^ Component cannot be resolved to a type ---------- 148. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/IComponentHandler.java (at line 176) public IFile[] getImplementationFor(Component theComponent) ^^^^^^^^^ Component cannot be resolved to a type ---------- 149. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/IComponentHandler.java (at line 190) public void open(Component theComponent) ^^^^^^^^^ Component cannot be resolved to a type ---------- 150. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/IComponentHandler.java (at line 230) public IDataModelOperation setImplementation(Component component, ^^^^^^^^^ Component cannot be resolved to a type ---------- 151. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/IComponentHandler.java (at line 311) public IDataModelOperation setKind(Component theComponent) ^^^^^^^^^ Component cannot be resolved to a type ---------- 152. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/IComponentHandler.java (at line 333) public IDataModelOperation resetKind(Component theComponent) ^^^^^^^^^ Component cannot be resolved to a type ---------- ---------- 153. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/IEntryPointHandler.java (at line 17) import org.eclipse.stp.core.sca.EntryPoint; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.EntryPoint cannot be resolved ---------- 154. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/IEntryPointHandler.java (at line 18) import org.eclipse.stp.core.sca.SCAObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.SCAObject cannot be resolved ---------- 155. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/IEntryPointHandler.java (at line 84) public SCAObject[] createEntryPointFor(Object service, ^^^^^^^^^ SCAObject cannot be resolved to a type ---------- 156. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/IEntryPointHandler.java (at line 143) EntryPoint theEntryPoint, IUIContext callback) ^^^^^^^^^^ EntryPoint cannot be resolved to a type ---------- 157. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/IEntryPointHandler.java (at line 180) public IDataModelOperation removeKind(EntryPoint theEntryPoint) ^^^^^^^^^^ EntryPoint cannot be resolved to a type ---------- ---------- 158. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/IExternalServiceHandler.java (at line 17) import org.eclipse.stp.core.sca.ExternalService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.ExternalService cannot be resolved ---------- 159. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/IExternalServiceHandler.java (at line 18) import org.eclipse.stp.core.sca.SCAObject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.SCAObject cannot be resolved ---------- 160. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/IExternalServiceHandler.java (at line 80) public SCAObject[] createExternalServiceFor(Object service, ^^^^^^^^^ SCAObject cannot be resolved to a type ---------- 161. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/IExternalServiceHandler.java (at line 140) ExternalService theExternalService, IUIContext callback) ^^^^^^^^^^^^^^^ ExternalService cannot be resolved to a type ---------- 162. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/IExternalServiceHandler.java (at line 181) public IDataModelOperation removeKind(ExternalService theExternalService) ^^^^^^^^^^^^^^^ ExternalService cannot be resolved to a type ---------- ---------- 163. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/IInterfaceHandler.java (at line 21) import org.eclipse.stp.core.sca.Interface; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.stp.core.sca.Interface cannot be resolved ---------- 164. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/IInterfaceHandler.java (at line 132) public Interface createInterfaceFor(Object interfaceObj, IUIContext callback) ^^^^^^^^^ Interface cannot be resolved to a type ---------- 165. ERROR in /shared/stp/build-stp-S/workdir/plugins/org.eclipse.stp.core.saf/src/org/eclipse/stp/core/saf/handler/IInterfaceHandler.java (at line 192) public void open(Interface interfaceObj) ^^^^^^^^^ Interface cannot be resolved to a type ---------- 165 problems (165 errors)[29 .class files generated]