# 7/6/07 10:42:17 AM EDT # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/Activator.java (at line 55) public static Activator getDefault() { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 54) import org.eclipse.dstore.internal.extra.DomainNotifier; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 87) private DomainNotifier _domainNotifier; ^^^^^^^^^^^^^^ Discouraged access: The type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 133) _domainNotifier = new DomainNotifier(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor DomainNotifier() is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 5. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 133) _domainNotifier = new DomainNotifier(); ^^^^^^^^^^^^^^ Discouraged access: The type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 6. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 146) _domainNotifier = new DomainNotifier(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor DomainNotifier() is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 7. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 146) _domainNotifier = new DomainNotifier(); ^^^^^^^^^^^^^^ Discouraged access: The type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 8. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 157) public ClientConnection(String name, DomainNotifier notifier) ^^^^^^^^^^^^^^ Discouraged access: The type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 9. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 171) public ClientConnection(String name, DomainNotifier notifier, int initialSize) ^^^^^^^^^^^^^^ Discouraged access: The type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 10. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 372) _dataStore.getDomainNotifier().enable(true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method enable(boolean) from the type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 11. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 597) _dataStore.getDomainNotifier().enable(true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method enable(boolean) from the type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- ---------- 12. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 75) public Class getLoadedClass() ^^^^^ Javadoc: Missing tag for return type ---------- 13. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 83) public boolean isLoaded() ^^^^^^^ Javadoc: Missing tag for return type ---------- 14. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 91) public String getClassName() ^^^^^^ Javadoc: Missing tag for return type ---------- 15. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 99) public boolean isRequested() ^^^^^^^ Javadoc: Missing tag for return type ---------- 16. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 107) public boolean isSynchronous() ^^^^^^^ Javadoc: Missing tag for return type ---------- 17. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 115) public void setRequested(boolean requested) ^^^^^^^^^ Javadoc: Missing tag for parameter requested ---------- 18. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 123) public void setLoaded(boolean loaded) ^^^^^^ Javadoc: Missing tag for parameter loaded ---------- 19. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 133) public synchronized void setLoadedClass(Class loadedClass) ^^^^^^^^^^^ Javadoc: Missing tag for parameter loadedClass ---------- ---------- 20. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/miners/Miner.java (at line 139) public ResourceBundle getResourceBundle() ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 21. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/miners/Miner.java (at line 663) public abstract DataElement handleCommand(DataElement theCommand); ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 22. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/miners/Miner.java (at line 670) public abstract String getVersion(); ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 23. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/ByteStreamHandler.java (at line 47) public ByteStreamHandler(DataStore dataStore, DataElement log) ^^^ Javadoc: Missing tag for parameter log ---------- ---------- 24. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/CommandHandler.java (at line 275) public abstract void sendClassInstance(IRemoteClassInstance runnable, String classByteStreamHandlerId); ^^^^^^^^ Javadoc: Missing tag for parameter runnable ---------- 25. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/CommandHandler.java (at line 275) public abstract void sendClassInstance(IRemoteClassInstance runnable, String classByteStreamHandlerId); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter classByteStreamHandlerId ---------- ---------- 26. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 26) import org.eclipse.dstore.internal.extra.DataElementActionFilter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DataElementActionFilter is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 27. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 27) import org.eclipse.dstore.internal.extra.DesktopElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DesktopElement is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 28. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 28) import org.eclipse.dstore.internal.extra.PropertySource; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PropertySource is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 29. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 60) private PropertySource _propertySource = null; ^^^^^^^^^^^^^^ Discouraged access: The type PropertySource is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 30. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 748) public boolean isSpirit() ^^^^^^^ Javadoc: Missing tag for return type ---------- 31. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 873) public void setSpirit(boolean flag) ^^^^ Javadoc: Missing tag for parameter flag ---------- 32. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 929) public boolean isOfType(String typeStr, boolean isDescriptor) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter isDescriptor ---------- 33. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1392) Object adapter = DesktopElement.getPlatformAdapter(this, key); ^^^^^^^^^^^^^^ Discouraged access: The type DesktopElement is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 34. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1392) Object adapter = DesktopElement.getPlatformAdapter(this, key); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getPlatformAdapter(Object, Class) from the type DesktopElement is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 35. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1397) else if (PropertySource.matches(key)) ^^^^^^^^^^^^^^ Discouraged access: The type PropertySource is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 36. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1397) else if (PropertySource.matches(key)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method matches(Class) from the type PropertySource is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 37. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1401) _propertySource = new PropertySource(this); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PropertySource(IDataElement) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 38. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1401) _propertySource = new PropertySource(this); ^^^^^^^^^^^^^^ Discouraged access: The type PropertySource is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 39. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1406) else if (DataElementActionFilter.matches(key)) ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DataElementActionFilter is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 40. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1406) else if (DataElementActionFilter.matches(key)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method matches(Class) from the type DataElementActionFilter is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 41. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1408) return DataElementActionFilter.getInstance(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DataElementActionFilter is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 42. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1408) return DataElementActionFilter.getInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type DataElementActionFilter is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- ---------- 43. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 53) import org.eclipse.dstore.internal.extra.DomainNotifier; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 44. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 98) private DomainNotifier _domainNotifier; ^^^^^^^^^^^^^^ Discouraged access: The type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 45. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 195) public DataStore(DataStoreAttributes attributes, CommandHandler commandHandler, UpdateHandler updateHandler, DomainNotifier domainNotifier) ^^^^^^^^^^^^^^ Discouraged access: The type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 46. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 218) public DataStore(DataStoreAttributes attributes, CommandHandler commandHandler, UpdateHandler updateHandler, DomainNotifier domainNotifier, int initialSize) ^^^^^^^^^^^^^^ Discouraged access: The type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 47. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 350) public DataElement addMinersLocation(String minersLocation) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 48. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 407) public void setDomainNotifier(DomainNotifier domainNotifier) ^^^^^^^^^^^^^^ Discouraged access: The type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 49. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 699) public ArrayList getLocalClassLoaders() ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 50. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 711) public void registerLocalClassLoader(ClassLoader loader) ^^^^^^ Javadoc: Missing tag for parameter loader ---------- 51. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 755) public DomainNotifier getDomainNotifier() ^^^^^^^^^^^^^^ Discouraged access: The type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 52. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 1708) public DataElement replaceDeleted(DataElement deletedObject) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 53. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 1708) public DataElement replaceDeleted(DataElement deletedObject) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter deletedObject ---------- 54. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 2028) public DataElement setHost(DataElement localHostObject) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 55. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 2040) public DataElement getSchema() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 56. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 2638) * @param type the descriptor representing the type of the objects to search for ^^^^ Javadoc: Parameter type is not declared ---------- 57. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 2641) public synchronized List findDeleted(DataElement root, int depth) ^^^^^ Javadoc: Missing tag for parameter depth ---------- 58. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3144) public void saveFile(String remotePath, byte[] buffer, int size, boolean binary) ^^^^ Javadoc: Missing tag for parameter size ---------- 59. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3144) public void saveFile(String remotePath, byte[] buffer, int size, boolean binary) ^^^^^^ Javadoc: Missing tag for parameter binary ---------- 60. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3156) public void saveFile(String remotePath, byte[] buffer, int size, boolean binary, String byteStreamHandlerId) ^^^^ Javadoc: Missing tag for parameter size ---------- 61. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3156) public void saveFile(String remotePath, byte[] buffer, int size, boolean binary, String byteStreamHandlerId) ^^^^^^ Javadoc: Missing tag for parameter binary ---------- 62. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3180) * @param className the fully qualified name of the class ^^^^^^^^^ Javadoc: Parameter className is not declared ---------- 63. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3184) public void saveClassInstance(byte[] buffer, int size, String classbyteStreamHandlerId) ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter classbyteStreamHandlerId ---------- 64. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3211) public void appendToFile(String remotePath, byte[] buffer, int size, boolean binary) ^^^^ Javadoc: Missing tag for parameter size ---------- 65. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3211) public void appendToFile(String remotePath, byte[] buffer, int size, boolean binary) ^^^^^^ Javadoc: Missing tag for parameter binary ---------- 66. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3223) public void appendToFile(String remotePath, byte[] buffer, int size, boolean binary, String byteStreamHandlerId) ^^^^ Javadoc: Missing tag for parameter size ---------- 67. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3223) public void appendToFile(String remotePath, byte[] buffer, int size, boolean binary, String byteStreamHandlerId) ^^^^^^ Javadoc: Missing tag for parameter binary ---------- 68. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3404) public String getUserPreferencesDirectory() ^^^^^^ Javadoc: Missing tag for return type ---------- 69. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3657) * @param the number of elements to preallocate ^^^ Javadoc: Parameter the is not declared ---------- 70. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3659) private void initElements(int size) ^^^^ Javadoc: Missing tag for parameter size ---------- 71. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 4023) public synchronized void cacheClass(String className, byte[] bytes, int size) ^^^^^^^^^ Javadoc: Missing tag for parameter className ---------- 72. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 4023) public synchronized void cacheClass(String className, byte[] bytes, int size) ^^^^^ Javadoc: Missing tag for parameter bytes ---------- 73. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 4023) public synchronized void cacheClass(String className, byte[] bytes, int size) ^^^^ Javadoc: Missing tag for parameter size ---------- 74. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 4200) public void setReferenceTag(String tag) ^^^ Javadoc: Missing tag for parameter tag ---------- ---------- 75. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStoreAttributes.java (at line 83) public void setAttribute(int attributeIndex, String attribute) ^^^^^^^^^ Javadoc: Missing tag for parameter attribute ---------- ---------- 76. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/client/ClientReceiver.java (at line 37) public ClientReceiver(Socket socket, DataStore dataStore) ^^^^^^ Javadoc: Missing tag for parameter socket ---------- 77. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/client/ClientReceiver.java (at line 37) public ClientReceiver(Socket socket, DataStore dataStore) ^^^^^^^^^ Javadoc: Missing tag for parameter dataStore ---------- ---------- 78. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/server/ConnectionEstablisher.java (at line 145) public void finished(ServerReceiver receiver) ^^^^^^^^ Javadoc: Missing tag for parameter receiver ---------- ---------- 79. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/server/MinerLoader.java (at line 148) public ArrayList loadMiners(String minerFile, String encoding) throws Exception ^^^^^^^^ Javadoc: Missing tag for parameter encoding ---------- 80. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/server/MinerLoader.java (at line 148) public ArrayList loadMiners(String minerFile, String encoding) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- ---------- 81. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/util/Sender.java (at line 286) public void requestClass(DataElement classRequest) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter classRequest ---------- ---------- 82. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/util/XMLparser.java (at line 127) public void readFile(BufferedInputStream reader, int size, String path, String byteStreamHandlerId) ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter byteStreamHandlerId ---------- 83. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/util/XMLparser.java (at line 293) public String readLine(BufferedInputStream reader, Socket socket) ^^^^^^ Javadoc: Missing tag for parameter socket ---------- 84. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/util/XMLparser.java (at line 460) public DataElement parseDocument(BufferedInputStream reader, Socket socket) throws IOException ^^^^^^ Javadoc: Missing tag for parameter socket ---------- 84 problems (84 warnings)# 7/6/07 10:42:18 AM EDT # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/Activator.java (at line 55) public static Activator getDefault() { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 54) import org.eclipse.dstore.internal.extra.DomainNotifier; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 87) private DomainNotifier _domainNotifier; ^^^^^^^^^^^^^^ Discouraged access: The type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 133) _domainNotifier = new DomainNotifier(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor DomainNotifier() is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 5. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 133) _domainNotifier = new DomainNotifier(); ^^^^^^^^^^^^^^ Discouraged access: The type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 6. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 146) _domainNotifier = new DomainNotifier(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor DomainNotifier() is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 7. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 146) _domainNotifier = new DomainNotifier(); ^^^^^^^^^^^^^^ Discouraged access: The type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 8. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 157) public ClientConnection(String name, DomainNotifier notifier) ^^^^^^^^^^^^^^ Discouraged access: The type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 9. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 171) public ClientConnection(String name, DomainNotifier notifier, int initialSize) ^^^^^^^^^^^^^^ Discouraged access: The type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 10. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 372) _dataStore.getDomainNotifier().enable(true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method enable(boolean) from the type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 11. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/client/ClientConnection.java (at line 597) _dataStore.getDomainNotifier().enable(true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method enable(boolean) from the type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- ---------- 12. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 75) public Class getLoadedClass() ^^^^^ Javadoc: Missing tag for return type ---------- 13. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 83) public boolean isLoaded() ^^^^^^^ Javadoc: Missing tag for return type ---------- 14. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 91) public String getClassName() ^^^^^^ Javadoc: Missing tag for return type ---------- 15. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 99) public boolean isRequested() ^^^^^^^ Javadoc: Missing tag for return type ---------- 16. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 107) public boolean isSynchronous() ^^^^^^^ Javadoc: Missing tag for return type ---------- 17. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 115) public void setRequested(boolean requested) ^^^^^^^^^ Javadoc: Missing tag for parameter requested ---------- 18. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 123) public void setLoaded(boolean loaded) ^^^^^^ Javadoc: Missing tag for parameter loaded ---------- 19. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/java/ClassRequest.java (at line 133) public synchronized void setLoadedClass(Class loadedClass) ^^^^^^^^^^^ Javadoc: Missing tag for parameter loadedClass ---------- ---------- 20. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/miners/Miner.java (at line 139) public ResourceBundle getResourceBundle() ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 21. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/miners/Miner.java (at line 663) public abstract DataElement handleCommand(DataElement theCommand); ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 22. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/miners/Miner.java (at line 670) public abstract String getVersion(); ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 23. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/ByteStreamHandler.java (at line 47) public ByteStreamHandler(DataStore dataStore, DataElement log) ^^^ Javadoc: Missing tag for parameter log ---------- ---------- 24. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/CommandHandler.java (at line 275) public abstract void sendClassInstance(IRemoteClassInstance runnable, String classByteStreamHandlerId); ^^^^^^^^ Javadoc: Missing tag for parameter runnable ---------- 25. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/CommandHandler.java (at line 275) public abstract void sendClassInstance(IRemoteClassInstance runnable, String classByteStreamHandlerId); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter classByteStreamHandlerId ---------- ---------- 26. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 26) import org.eclipse.dstore.internal.extra.DataElementActionFilter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DataElementActionFilter is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 27. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 27) import org.eclipse.dstore.internal.extra.DesktopElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DesktopElement is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 28. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 28) import org.eclipse.dstore.internal.extra.PropertySource; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PropertySource is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 29. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 60) private PropertySource _propertySource = null; ^^^^^^^^^^^^^^ Discouraged access: The type PropertySource is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 30. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 748) public boolean isSpirit() ^^^^^^^ Javadoc: Missing tag for return type ---------- 31. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 873) public void setSpirit(boolean flag) ^^^^ Javadoc: Missing tag for parameter flag ---------- 32. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 929) public boolean isOfType(String typeStr, boolean isDescriptor) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter isDescriptor ---------- 33. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1392) Object adapter = DesktopElement.getPlatformAdapter(this, key); ^^^^^^^^^^^^^^ Discouraged access: The type DesktopElement is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 34. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1392) Object adapter = DesktopElement.getPlatformAdapter(this, key); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getPlatformAdapter(Object, Class) from the type DesktopElement is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 35. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1397) else if (PropertySource.matches(key)) ^^^^^^^^^^^^^^ Discouraged access: The type PropertySource is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 36. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1397) else if (PropertySource.matches(key)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method matches(Class) from the type PropertySource is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 37. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1401) _propertySource = new PropertySource(this); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PropertySource(IDataElement) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 38. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1401) _propertySource = new PropertySource(this); ^^^^^^^^^^^^^^ Discouraged access: The type PropertySource is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 39. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1406) else if (DataElementActionFilter.matches(key)) ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DataElementActionFilter is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 40. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1406) else if (DataElementActionFilter.matches(key)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method matches(Class) from the type DataElementActionFilter is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 41. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1408) return DataElementActionFilter.getInstance(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DataElementActionFilter is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 42. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataElement.java (at line 1408) return DataElementActionFilter.getInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type DataElementActionFilter is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- ---------- 43. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 53) import org.eclipse.dstore.internal.extra.DomainNotifier; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 44. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 98) private DomainNotifier _domainNotifier; ^^^^^^^^^^^^^^ Discouraged access: The type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 45. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 195) public DataStore(DataStoreAttributes attributes, CommandHandler commandHandler, UpdateHandler updateHandler, DomainNotifier domainNotifier) ^^^^^^^^^^^^^^ Discouraged access: The type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 46. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 218) public DataStore(DataStoreAttributes attributes, CommandHandler commandHandler, UpdateHandler updateHandler, DomainNotifier domainNotifier, int initialSize) ^^^^^^^^^^^^^^ Discouraged access: The type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 47. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 350) public DataElement addMinersLocation(String minersLocation) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 48. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 407) public void setDomainNotifier(DomainNotifier domainNotifier) ^^^^^^^^^^^^^^ Discouraged access: The type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 49. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 699) public ArrayList getLocalClassLoaders() ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 50. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 711) public void registerLocalClassLoader(ClassLoader loader) ^^^^^^ Javadoc: Missing tag for parameter loader ---------- 51. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 755) public DomainNotifier getDomainNotifier() ^^^^^^^^^^^^^^ Discouraged access: The type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 52. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 1708) public DataElement replaceDeleted(DataElement deletedObject) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 53. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 1708) public DataElement replaceDeleted(DataElement deletedObject) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter deletedObject ---------- 54. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 2028) public DataElement setHost(DataElement localHostObject) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 55. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 2040) public DataElement getSchema() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 56. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 2638) * @param type the descriptor representing the type of the objects to search for ^^^^ Javadoc: Parameter type is not declared ---------- 57. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 2641) public synchronized List findDeleted(DataElement root, int depth) ^^^^^ Javadoc: Missing tag for parameter depth ---------- 58. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3144) public void saveFile(String remotePath, byte[] buffer, int size, boolean binary) ^^^^ Javadoc: Missing tag for parameter size ---------- 59. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3144) public void saveFile(String remotePath, byte[] buffer, int size, boolean binary) ^^^^^^ Javadoc: Missing tag for parameter binary ---------- 60. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3156) public void saveFile(String remotePath, byte[] buffer, int size, boolean binary, String byteStreamHandlerId) ^^^^ Javadoc: Missing tag for parameter size ---------- 61. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3156) public void saveFile(String remotePath, byte[] buffer, int size, boolean binary, String byteStreamHandlerId) ^^^^^^ Javadoc: Missing tag for parameter binary ---------- 62. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3180) * @param className the fully qualified name of the class ^^^^^^^^^ Javadoc: Parameter className is not declared ---------- 63. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3184) public void saveClassInstance(byte[] buffer, int size, String classbyteStreamHandlerId) ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter classbyteStreamHandlerId ---------- 64. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3211) public void appendToFile(String remotePath, byte[] buffer, int size, boolean binary) ^^^^ Javadoc: Missing tag for parameter size ---------- 65. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3211) public void appendToFile(String remotePath, byte[] buffer, int size, boolean binary) ^^^^^^ Javadoc: Missing tag for parameter binary ---------- 66. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3223) public void appendToFile(String remotePath, byte[] buffer, int size, boolean binary, String byteStreamHandlerId) ^^^^ Javadoc: Missing tag for parameter size ---------- 67. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3223) public void appendToFile(String remotePath, byte[] buffer, int size, boolean binary, String byteStreamHandlerId) ^^^^^^ Javadoc: Missing tag for parameter binary ---------- 68. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3404) public String getUserPreferencesDirectory() ^^^^^^ Javadoc: Missing tag for return type ---------- 69. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3657) * @param the number of elements to preallocate ^^^ Javadoc: Parameter the is not declared ---------- 70. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 3659) private void initElements(int size) ^^^^ Javadoc: Missing tag for parameter size ---------- 71. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 4023) public synchronized void cacheClass(String className, byte[] bytes, int size) ^^^^^^^^^ Javadoc: Missing tag for parameter className ---------- 72. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 4023) public synchronized void cacheClass(String className, byte[] bytes, int size) ^^^^^ Javadoc: Missing tag for parameter bytes ---------- 73. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 4023) public synchronized void cacheClass(String className, byte[] bytes, int size) ^^^^ Javadoc: Missing tag for parameter size ---------- 74. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java (at line 4200) public void setReferenceTag(String tag) ^^^ Javadoc: Missing tag for parameter tag ---------- ---------- 75. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStoreAttributes.java (at line 83) public void setAttribute(int attributeIndex, String attribute) ^^^^^^^^^ Javadoc: Missing tag for parameter attribute ---------- ---------- 76. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/client/ClientReceiver.java (at line 37) public ClientReceiver(Socket socket, DataStore dataStore) ^^^^^^ Javadoc: Missing tag for parameter socket ---------- 77. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/client/ClientReceiver.java (at line 37) public ClientReceiver(Socket socket, DataStore dataStore) ^^^^^^^^^ Javadoc: Missing tag for parameter dataStore ---------- ---------- 78. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/server/ConnectionEstablisher.java (at line 145) public void finished(ServerReceiver receiver) ^^^^^^^^ Javadoc: Missing tag for parameter receiver ---------- ---------- 79. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/server/MinerLoader.java (at line 148) public ArrayList loadMiners(String minerFile, String encoding) throws Exception ^^^^^^^^ Javadoc: Missing tag for parameter encoding ---------- 80. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/server/MinerLoader.java (at line 148) public ArrayList loadMiners(String minerFile, String encoding) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- ---------- 81. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/util/Sender.java (at line 286) public void requestClass(DataElement classRequest) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter classRequest ---------- ---------- 82. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/util/XMLparser.java (at line 127) public void readFile(BufferedInputStream reader, int size, String path, String byteStreamHandlerId) ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter byteStreamHandlerId ---------- 83. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/util/XMLparser.java (at line 293) public String readLine(BufferedInputStream reader, Socket socket) ^^^^^^ Javadoc: Missing tag for parameter socket ---------- 84. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/internal/core/util/XMLparser.java (at line 460) public DataElement parseDocument(BufferedInputStream reader, Socket socket) throws IOException ^^^^^^ Javadoc: Missing tag for parameter socket ---------- 84 problems (84 warnings)Loading source files for package org.eclipse.dstore.core... Loading source files for package org.eclipse.dstore.core.client... Loading source files for package org.eclipse.dstore.core.java... Loading source files for package org.eclipse.dstore.core.miners... Loading source files for package org.eclipse.dstore.core.model... Loading source files for package org.eclipse.dstore.core.server... Loading source files for package org.eclipse.dstore.core.util... Loading source files for package org.eclipse.dstore.core.util.ssl... Loading source files for package org.eclipse.dstore.extra... Constructing Javadoc information... Standard Doclet version 1.5.0 Building tree for all the packages and classes... Generating reference/api/org/eclipse/dstore/core//Activator.html... Generating reference/api/org/eclipse/dstore/core/client//ClientConnection.html... Generating reference/api/org/eclipse/dstore/core/client//ConnectionStatus.html... Generating reference/api/org/eclipse/dstore/core/java//ClassByteStreamHandler.html... Generating reference/api/org/eclipse/dstore/core/java//ClassByteStreamHandler.ReceiveClassInstanceThread.html... Generating reference/api/org/eclipse/dstore/core/java//ClassByteStreamHandler.ReceiveClassThread.html... Generating reference/api/org/eclipse/dstore/core/java//ClassByteStreamHandlerRegistry.html... Generating reference/api/org/eclipse/dstore/core/java//ClassInstanceOutputStream.html... Generating reference/api/org/eclipse/dstore/core/java//ClassRequest.html... Generating reference/api/org/eclipse/dstore/core/java//IClassByteStreamHandler.html... Generating reference/api/org/eclipse/dstore/core/java//IRemoteClassInstance.html... Generating reference/api/org/eclipse/dstore/core/java//LocalObjectInputStream.html... Generating reference/api/org/eclipse/dstore/core/java//RemoteClassLoader.html... Generating reference/api/org/eclipse/dstore/core/java//RemoteClassLoader.LoadClassThread.html... Generating reference/api/org/eclipse/dstore/core/java//RemoteObjectInputStream.html... Generating reference/api/org/eclipse/dstore/core/miners//Miner.html... Generating reference/api/org/eclipse/dstore/core/miners//MinerThread.html... Generating reference/api/org/eclipse/dstore/core/model//ByteStreamHandler.html... Generating reference/api/org/eclipse/dstore/core/model//ByteStreamHandlerRegistry.html... Generating reference/api/org/eclipse/dstore/core/model//CommandHandler.html... Generating reference/api/org/eclipse/dstore/core/model//DataElement.html... Generating reference/api/org/eclipse/dstore/core/model//DataStore.html... /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java:2641: warning - @param argument "type" is not a parameter name. /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.dstore.doc.isv/../org.eclipse.dstore.core/src/org/eclipse/dstore/core/model/DataStore.java:3184: warning - @param argument "className" is not a parameter name. Generating reference/api/org/eclipse/dstore/core/model//DataStoreAttributes.html... Generating reference/api/org/eclipse/dstore/core/model//DataStoreResources.html... Generating reference/api/org/eclipse/dstore/core/model//DataStoreSchema.html... Generating reference/api/org/eclipse/dstore/core/model//DE.html... Generating reference/api/org/eclipse/dstore/core/model//Handler.html... Generating reference/api/org/eclipse/dstore/core/model//IByteConverter.html... Generating reference/api/org/eclipse/dstore/core/model//IByteStreamHandler.html... Generating reference/api/org/eclipse/dstore/core/model//IDataStoreConstants.html... Generating reference/api/org/eclipse/dstore/core/model//IDataStoreProvider.html... Generating reference/api/org/eclipse/dstore/core/model//IExternalLoader.html... Generating reference/api/org/eclipse/dstore/core/model//ISchemaExtender.html... Generating reference/api/org/eclipse/dstore/core/model//ISchemaRegistry.html... Generating reference/api/org/eclipse/dstore/core/model//ISSLProperties.html... Generating reference/api/org/eclipse/dstore/core/model//UpdateHandler.html... Generating reference/api/org/eclipse/dstore/core/server//Server.html... Generating reference/api/org/eclipse/dstore/core/server//ServerLauncher.html... Generating reference/api/org/eclipse/dstore/core/server//ServerLauncher.ConnectionListener.html... Generating reference/api/org/eclipse/dstore/core/util//StringCompare.html... Generating reference/api/org/eclipse/dstore/core/util/ssl//DStoreKeyStore.html... Generating reference/api/org/eclipse/dstore/extra//Activator.html... Generating reference/api/org/eclipse/dstore/extra//DomainEvent.html... Generating reference/api/org/eclipse/dstore/extra//IDataElement.html... Generating reference/api/org/eclipse/dstore/extra//IDomainListener.html... Generating reference/api/org/eclipse/dstore/extra//IDomainNotifier.html... Generating reference/api/org/eclipse/dstore/extra//IElement.html... Generating reference/api/overview-frame.html... Generating reference/api/org/eclipse/dstore/core//package-frame.html... Generating reference/api/org/eclipse/dstore/core//package-summary.html... Generating reference/api/org/eclipse/dstore/core//package-tree.html... Generating reference/api/org/eclipse/dstore/core/client//package-frame.html... Generating reference/api/org/eclipse/dstore/core/client//package-summary.html... Generating reference/api/org/eclipse/dstore/core/client//package-tree.html... Generating reference/api/org/eclipse/dstore/core/java//package-frame.html... Generating reference/api/org/eclipse/dstore/core/java//package-summary.html... Generating reference/api/org/eclipse/dstore/core/java//package-tree.html... Generating reference/api/org/eclipse/dstore/core/miners//package-frame.html... Generating reference/api/org/eclipse/dstore/core/miners//package-summary.html... Generating reference/api/org/eclipse/dstore/core/miners//package-tree.html... Generating reference/api/org/eclipse/dstore/core/model//package-frame.html... Generating reference/api/org/eclipse/dstore/core/model//package-summary.html... Generating reference/api/org/eclipse/dstore/core/model//package-tree.html... Generating reference/api/org/eclipse/dstore/core/server//package-frame.html... Generating reference/api/org/eclipse/dstore/core/server//package-summary.html... Generating reference/api/org/eclipse/dstore/core/server//package-tree.html... Generating reference/api/org/eclipse/dstore/core/util//package-frame.html... Generating reference/api/org/eclipse/dstore/core/util//package-summary.html... Generating reference/api/org/eclipse/dstore/core/util//package-tree.html... Generating reference/api/org/eclipse/dstore/core/util/ssl//package-frame.html... Generating reference/api/org/eclipse/dstore/core/util/ssl//package-summary.html... Generating reference/api/org/eclipse/dstore/core/util/ssl//package-tree.html... Generating reference/api/org/eclipse/dstore/extra//package-frame.html... Generating reference/api/org/eclipse/dstore/extra//package-summary.html... Generating reference/api/org/eclipse/dstore/extra//package-tree.html... Generating reference/api/constant-values.html... Generating reference/api/serialized-form.html... Generating reference/api/org/eclipse/dstore/core//class-use/Activator.html... Generating reference/api/org/eclipse/dstore/core/client//class-use/ConnectionStatus.html... Generating reference/api/org/eclipse/dstore/core/client//class-use/ClientConnection.html... Generating reference/api/org/eclipse/dstore/core/java//class-use/RemoteClassLoader.html... Generating reference/api/org/eclipse/dstore/core/java//class-use/RemoteClassLoader.LoadClassThread.html... Generating reference/api/org/eclipse/dstore/core/java//class-use/LocalObjectInputStream.html... Generating reference/api/org/eclipse/dstore/core/java//class-use/ClassRequest.html... Generating reference/api/org/eclipse/dstore/core/java//class-use/ClassInstanceOutputStream.html... Generating reference/api/org/eclipse/dstore/core/java//class-use/ClassByteStreamHandler.html... Generating reference/api/org/eclipse/dstore/core/java//class-use/ClassByteStreamHandler.ReceiveClassThread.html... Generating reference/api/org/eclipse/dstore/core/java//class-use/ClassByteStreamHandler.ReceiveClassInstanceThread.html... Generating reference/api/org/eclipse/dstore/core/java//class-use/RemoteObjectInputStream.html... Generating reference/api/org/eclipse/dstore/core/java//class-use/IClassByteStreamHandler.html... Generating reference/api/org/eclipse/dstore/core/java//class-use/IRemoteClassInstance.html... Generating reference/api/org/eclipse/dstore/core/java//class-use/ClassByteStreamHandlerRegistry.html... Generating reference/api/org/eclipse/dstore/core/miners//class-use/MinerThread.html... Generating reference/api/org/eclipse/dstore/core/miners//class-use/Miner.html... Generating reference/api/org/eclipse/dstore/core/model//class-use/ByteStreamHandlerRegistry.html... Generating reference/api/org/eclipse/dstore/core/model//class-use/DE.html... Generating reference/api/org/eclipse/dstore/core/model//class-use/UpdateHandler.html... Generating reference/api/org/eclipse/dstore/core/model//class-use/DataStoreSchema.html... Generating reference/api/org/eclipse/dstore/core/model//class-use/DataStore.html... Generating reference/api/org/eclipse/dstore/core/model//class-use/DataStoreResources.html... Generating reference/api/org/eclipse/dstore/core/model//class-use/ISchemaExtender.html... Generating reference/api/org/eclipse/dstore/core/model//class-use/CommandHandler.html... Generating reference/api/org/eclipse/dstore/core/model//class-use/IDataStoreProvider.html... Generating reference/api/org/eclipse/dstore/core/model//class-use/IByteConverter.html... Generating reference/api/org/eclipse/dstore/core/model//class-use/IDataStoreConstants.html... Generating reference/api/org/eclipse/dstore/core/model//class-use/Handler.html... Generating reference/api/org/eclipse/dstore/core/model//class-use/ISchemaRegistry.html... Generating reference/api/org/eclipse/dstore/core/model//class-use/IExternalLoader.html... Generating reference/api/org/eclipse/dstore/core/model//class-use/ByteStreamHandler.html... Generating reference/api/org/eclipse/dstore/core/model//class-use/ISSLProperties.html... Generating reference/api/org/eclipse/dstore/core/model//class-use/DataStoreAttributes.html... Generating reference/api/org/eclipse/dstore/core/model//class-use/IByteStreamHandler.html... Generating reference/api/org/eclipse/dstore/core/model//class-use/DataElement.html... Generating reference/api/org/eclipse/dstore/core/server//class-use/ServerLauncher.html... Generating reference/api/org/eclipse/dstore/core/server//class-use/ServerLauncher.ConnectionListener.html... Generating reference/api/org/eclipse/dstore/core/server//class-use/Server.html... Generating reference/api/org/eclipse/dstore/core/util//class-use/StringCompare.html... Generating reference/api/org/eclipse/dstore/core/util/ssl//class-use/DStoreKeyStore.html... Generating reference/api/org/eclipse/dstore/extra//class-use/DomainEvent.html... Generating reference/api/org/eclipse/dstore/extra//class-use/IElement.html... Generating reference/api/org/eclipse/dstore/extra//class-use/IDomainListener.html... Generating reference/api/org/eclipse/dstore/extra//class-use/Activator.html... Generating reference/api/org/eclipse/dstore/extra//class-use/IDataElement.html... Generating reference/api/org/eclipse/dstore/extra//class-use/IDomainNotifier.html... Generating reference/api/org/eclipse/dstore/core//package-use.html... Generating reference/api/org/eclipse/dstore/core/client//package-use.html... Generating reference/api/org/eclipse/dstore/core/java//package-use.html... Generating reference/api/org/eclipse/dstore/core/miners//package-use.html... Generating reference/api/org/eclipse/dstore/core/model//package-use.html... Generating reference/api/org/eclipse/dstore/core/server//package-use.html... Generating reference/api/org/eclipse/dstore/core/util//package-use.html... Generating reference/api/org/eclipse/dstore/core/util/ssl//package-use.html... Generating reference/api/org/eclipse/dstore/extra//package-use.html... Building index for all the packages and classes... Generating reference/api/overview-tree.html... Generating reference/api/index-files/index-1.html... Generating reference/api/index-files/index-2.html... Generating reference/api/index-files/index-3.html... Generating reference/api/index-files/index-4.html... Generating reference/api/index-files/index-5.html... Generating reference/api/index-files/index-6.html... Generating reference/api/index-files/index-7.html... Generating reference/api/index-files/index-8.html... Generating reference/api/index-files/index-9.html... Generating reference/api/index-files/index-10.html... Generating reference/api/index-files/index-11.html... Generating reference/api/index-files/index-12.html... Generating reference/api/index-files/index-13.html... Generating reference/api/index-files/index-14.html... Generating reference/api/index-files/index-15.html... Generating reference/api/index-files/index-16.html... Generating reference/api/index-files/index-17.html... Generating reference/api/index-files/index-18.html... Generating reference/api/index-files/index-19.html... Generating reference/api/index-files/index-20.html... Generating reference/api/index-files/index-21.html... Generating reference/api/index-files/index-22.html... Generating reference/api/index-files/index-23.html... Generating reference/api/index-files/index-24.html... Generating reference/api/deprecated-list.html... Building index for all classes... Generating reference/api/allclasses-frame.html... Generating reference/api/allclasses-noframe.html... Generating reference/api/index.html... Generating reference/api/overview-summary.html... Generating reference/api/help-doc.html... Generating reference/api/stylesheet.css... 2 warnings # 7/6/07 10:42:16 AM EDT # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. # 7/6/07 10:42:16 AM EDT # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/server/org/eclipse/dstore/internal/extra/DataElementActionFilter.java (at line 39) * @see IActionFilter#testAttribute(Object, String, String) ^^^^^^^^^^^^^ Javadoc: IActionFilter cannot be resolved to a type ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/server/org/eclipse/dstore/internal/extra/DataElementActionFilter.java (at line 41) public boolean testAttribute(Object target, String name, String value) ^^^^^^^ Javadoc: Missing tag for return type ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/server/org/eclipse/dstore/internal/extra/DataElementActionFilter.java (at line 41) public boolean testAttribute(Object target, String name, String value) ^^^^^^ Javadoc: Missing tag for parameter target ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/server/org/eclipse/dstore/internal/extra/DataElementActionFilter.java (at line 41) public boolean testAttribute(Object target, String name, String value) ^^^^ Javadoc: Missing tag for parameter name ---------- 5. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/server/org/eclipse/dstore/internal/extra/DataElementActionFilter.java (at line 41) public boolean testAttribute(Object target, String name, String value) ^^^^^ Javadoc: Missing tag for parameter value ---------- 5 problems (5 warnings)# 7/6/07 10:42:22 AM EDT # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 43) import org.eclipse.dstore.internal.core.client.ClientSSLProperties; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ClientSSLProperties is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/@dot ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 119) public DStoreConnectorService(String name, String description, IHost host) ^^^^ Javadoc: Missing tag for parameter name ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 119) public DStoreConnectorService(String name, String description, IHost host) ^^^^^^^^^^^ Javadoc: Missing tag for parameter description ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 119) public DStoreConnectorService(String name, String description, IHost host) ^^^^ Javadoc: Missing tag for parameter host ---------- 5. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 157) private String getSystemInfoProperty(String propertyName) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter propertyName ---------- 6. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 320) dataStore.getDomainNotifier().removeDomainListener(_connectionStatusListener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method removeDomainListener(IDomainListener) from the type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 7. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 424) public boolean getRexecLaunchEnabled(SubSystem subsystemImpl) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 8. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 424) public boolean getRexecLaunchEnabled(SubSystem subsystemImpl) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subsystemImpl ---------- 9. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 442) public boolean getNoLaunchEnabled(SubSystem subsystemImpl) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 10. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 442) public boolean getNoLaunchEnabled(SubSystem subsystemImpl) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subsystemImpl ---------- 11. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 808) dataStore.getDomainNotifier().addDomainListener(_connectionStatusListener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addDomainListener(IDomainListener) from the type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 12. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 1175) ISSLProperties properties = new ClientSSLProperties(enable, keyStore, password); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ClientSSLProperties(boolean, String, String) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/@dot ---------- 13. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 1175) ISSLProperties properties = new ClientSSLProperties(enable, keyStore, password); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ClientSSLProperties is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.core/@dot ---------- 14. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorService.java (at line 1254) public boolean isNetworkError() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 15. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorServiceManager.java (at line 50) public static DStoreConnectorServiceManager getInstance() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 16. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/DStoreConnectorServiceManager.java (at line 61) public static boolean isInstantiated() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 17. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/ConnectionStatusListener.java (at line 53) public ConnectionStatusListener(DataElement status, IConnectorService connection) ^^^^^^^^^^ Javadoc: Missing tag for parameter connection ---------- 18. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/ConnectionStatusListener.java (at line 170) * @see IDomainListener#getShell() ^^^^^^^^ Javadoc: The method getShell() is undefined for the type IDomainListener ---------- 19. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/ConnectionStatusListener.java (at line 172) public Shell getShell() ^^^^^ Javadoc: Missing tag for return type ---------- 20. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/ConnectionStatusListener.java (at line 181) public boolean isConnectionDown() ^^^^^^^ Javadoc: Missing tag for return type ---------- 21. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/ConnectionStatusListener.java (at line 213) protected IRunnableContext getRunnableContext(Shell rshell) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 22. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/ConnectionStatusListener.java (at line 213) protected IRunnableContext getRunnableContext(Shell rshell) ^^^^^^ Javadoc: Missing tag for parameter rshell ---------- 23. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/ConnectionStatusListener.java (at line 249) protected void showDisconnectErrorMessage(Shell shell, String hostName, int port, Exception exc) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 24. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/ConnectionStatusListener.java (at line 249) protected void showDisconnectErrorMessage(Shell shell, String hostName, int port, Exception exc) ^^^^^^^^ Javadoc: Missing tag for parameter hostName ---------- 25. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/ConnectionStatusListener.java (at line 249) protected void showDisconnectErrorMessage(Shell shell, String hostName, int port, Exception exc) ^^^^ Javadoc: Missing tag for parameter port ---------- 26. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/ConnectionStatusListener.java (at line 249) protected void showDisconnectErrorMessage(Shell shell, String hostName, int port, Exception exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 27. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/ConnectionStatusListener.java (at line 265) protected void showDisconnectCancelledMessage(Shell shell, String hostName, int port) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 28. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/ConnectionStatusListener.java (at line 265) protected void showDisconnectCancelledMessage(Shell shell, String hostName, int port) ^^^^^^^^ Javadoc: Missing tag for parameter hostName ---------- 29. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/ConnectionStatusListener.java (at line 265) protected void showDisconnectCancelledMessage(Shell shell, String hostName, int port) ^^^^ Javadoc: Missing tag for parameter port ---------- ---------- 30. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/ICommunicationsDiagnosticFactory.java (at line 28) public ICommunicationsDiagnostic createInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 31. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/StatusMonitor.java (at line 119) _dataStore.getDomainNotifier().addDomainListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addDomainListener(IDomainListener) from the type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 32. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/StatusMonitor.java (at line 133) _dataStore.getDomainNotifier().removeDomainListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method removeDomainListener(IDomainListener) from the type DomainNotifier is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.dstore.extra/@dot ---------- 33. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/StatusMonitor.java (at line 183) protected boolean determineStatusDone(DataElement status) ^^^^^^ Javadoc: Missing tag for parameter status ---------- 34. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/StatusMonitor.java (at line 199) public synchronized void setDone(DataElement status) ^^^^^^ Javadoc: Missing tag for parameter status ---------- 35. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/StatusMonitor.java (at line 228) * @see IDomainListener#getShell() ^^^^^^^^ Javadoc: The method getShell() is undefined for the type IDomainListener ---------- 36. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/StatusMonitor.java (at line 230) public Shell getShell() ^^^^^ Javadoc: Missing tag for return type ---------- 37. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/StatusMonitor.java (at line 262) public boolean isNetworkDown() ^^^^^^^ Javadoc: Missing tag for return type ---------- 38. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/StatusMonitor.java (at line 396) * @param diagnostic is the an implementation of ICommunicationsDiagnostic ^^^^^^^^^^ Javadoc: Parameter diagnostic is not declared ---------- 39. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/StatusMonitor.java (at line 401) public ICommunicationsDiagnostic whatIsGoingOn(ICommunicationsDiagnosticFactory factory, boolean quiet, DataElement target) throws InterruptedException //@01 ^^^^^^^ Javadoc: Missing tag for parameter factory ---------- 40. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/StatusMonitor.java (at line 401) public ICommunicationsDiagnostic whatIsGoingOn(ICommunicationsDiagnosticFactory factory, boolean quiet, DataElement target) throws InterruptedException //@01 ^^^^^^ Javadoc: Missing tag for parameter target ---------- 41. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/StatusMonitor.java (at line 401) public ICommunicationsDiagnostic whatIsGoingOn(ICommunicationsDiagnosticFactory factory, boolean quiet, DataElement target) throws InterruptedException //@01 ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InterruptedException ---------- ---------- 42. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/internal/connectorservice/dstore/Activator.java (at line 66) public static Activator getDefault() { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 43. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/internal/connectorservice/dstore/RexecDstoreServer.java (at line 334) public void setClientConnection(ClientConnection clientConnection) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter clientConnection ---------- 44. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/internal/connectorservice/dstore/RexecDstoreServer.java (at line 1053) * @param rxIn ^^^^ Javadoc: Parameter rxIn is not declared ---------- 45. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/internal/connectorservice/dstore/RexecDstoreServer.java (at line 1118) private String extractPortNumber (String hostResponse) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter hostResponse ---------- 45 problems (45 warnings)# 7/6/07 10:42:28 AM EDT # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.local/src/org/eclipse/rse/internal/connectorservice/local/Activator.java (at line 57) public static Activator getDefault() { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.local/src/org/eclipse/rse/internal/connectorservice/local/LocalConnectorService.java (at line 36) public LocalConnectorService(IHost host) ^^^^ Javadoc: Missing tag for parameter host ---------- ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.local/src/org/eclipse/rse/internal/connectorservice/local/LocalConnectorServiceManager.java (at line 49) public static LocalConnectorServiceManager getInstance() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.local/src/org/eclipse/rse/internal/connectorservice/local/LocalConnectorServiceManager.java (at line 60) public static boolean isInstantiated() ^^^^^^^ Javadoc: Missing tag for return type ---------- 4 problems (4 warnings)# 7/6/07 10:42:32 AM EDT # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.ssh/src/org/eclipse/rse/internal/connectorservice/ssh/SshConnectorService.java (at line 331) protected IRunnableContext getRunnableContext(Shell rshell) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.ssh/src/org/eclipse/rse/internal/connectorservice/ssh/SshConnectorService.java (at line 331) protected IRunnableContext getRunnableContext(Shell rshell) { ^^^^^^ Javadoc: Missing tag for parameter rshell ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.ssh/src/org/eclipse/rse/internal/connectorservice/ssh/SshConnectorService.java (at line 361) protected void showDisconnectErrorMessage(Shell shell, String hostName, int port, Exception exc) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.ssh/src/org/eclipse/rse/internal/connectorservice/ssh/SshConnectorService.java (at line 361) protected void showDisconnectErrorMessage(Shell shell, String hostName, int port, Exception exc) ^^^^^^^^ Javadoc: Missing tag for parameter hostName ---------- 5. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.ssh/src/org/eclipse/rse/internal/connectorservice/ssh/SshConnectorService.java (at line 361) protected void showDisconnectErrorMessage(Shell shell, String hostName, int port, Exception exc) ^^^^ Javadoc: Missing tag for parameter port ---------- 6. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.ssh/src/org/eclipse/rse/internal/connectorservice/ssh/SshConnectorService.java (at line 361) protected void showDisconnectErrorMessage(Shell shell, String hostName, int port, Exception exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 7. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.ssh/src/org/eclipse/rse/internal/connectorservice/ssh/SshConnectorService.java (at line 378) protected void showDisconnectCancelledMessage(Shell shell, String hostName, int port) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 8. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.ssh/src/org/eclipse/rse/internal/connectorservice/ssh/SshConnectorService.java (at line 378) protected void showDisconnectCancelledMessage(Shell shell, String hostName, int port) ^^^^^^^^ Javadoc: Missing tag for parameter hostName ---------- 9. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.ssh/src/org/eclipse/rse/internal/connectorservice/ssh/SshConnectorService.java (at line 378) protected void showDisconnectCancelledMessage(Shell shell, String hostName, int port) ^^^^ Javadoc: Missing tag for parameter port ---------- 9 problems (9 warnings)# 7/6/07 10:42:35 AM EDT # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.telnet/src/org/eclipse/rse/internal/connectorservice/telnet/TelnetConnectorService.java (at line 432) protected IRunnableContext getRunnableContext(Shell rshell) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.telnet/src/org/eclipse/rse/internal/connectorservice/telnet/TelnetConnectorService.java (at line 432) protected IRunnableContext getRunnableContext(Shell rshell) { ^^^^^^ Javadoc: Missing tag for parameter rshell ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.telnet/src/org/eclipse/rse/internal/connectorservice/telnet/TelnetConnectorService.java (at line 462) protected void showDisconnectErrorMessage(Shell shell, String hostName, ^^^^^ Javadoc: Missing tag for parameter shell ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.telnet/src/org/eclipse/rse/internal/connectorservice/telnet/TelnetConnectorService.java (at line 462) protected void showDisconnectErrorMessage(Shell shell, String hostName, ^^^^^^^^ Javadoc: Missing tag for parameter hostName ---------- 5. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.telnet/src/org/eclipse/rse/internal/connectorservice/telnet/TelnetConnectorService.java (at line 463) int port, Exception exc) { ^^^^ Javadoc: Missing tag for parameter port ---------- 6. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.telnet/src/org/eclipse/rse/internal/connectorservice/telnet/TelnetConnectorService.java (at line 463) int port, Exception exc) { ^^^ Javadoc: Missing tag for parameter exc ---------- 7. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.telnet/src/org/eclipse/rse/internal/connectorservice/telnet/TelnetConnectorService.java (at line 479) protected void showDisconnectCancelledMessage(Shell shell, ^^^^^ Javadoc: Missing tag for parameter shell ---------- 8. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.telnet/src/org/eclipse/rse/internal/connectorservice/telnet/TelnetConnectorService.java (at line 480) String hostName, int port) { ^^^^^^^^ Javadoc: Missing tag for parameter hostName ---------- 9. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.connectorservice.telnet/src/org/eclipse/rse/internal/connectorservice/telnet/TelnetConnectorService.java (at line 480) String hostName, int port) { ^^^^ Javadoc: Missing tag for parameter port ---------- 9 problems (9 warnings)# 7/6/07 10:41:44 AM EDT # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. ---------- 1. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/AbstractRSESystemType.java (at line 67) public AbstractRSESystemType(String id, String name, String label, String description, Bundle definingBundle) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter definingBundle ---------- ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 146) public static final synchronized PasswordPersistenceManager getInstance() ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 175) public void remove(SystemSignonInformation info) ^^^^ Javadoc: Missing tag for parameter info ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 219) public boolean passwordExists(IRSESystemType systemtype, String hostname, String userid) ^^^^^^^ Javadoc: Missing tag for return type ---------- 5. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 219) public boolean passwordExists(IRSESystemType systemtype, String hostname, String userid) ^^^^^^^^^^ Javadoc: Missing tag for parameter systemtype ---------- 6. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 219) public boolean passwordExists(IRSESystemType systemtype, String hostname, String userid) ^^^^^^^^ Javadoc: Missing tag for parameter hostname ---------- 7. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 219) public boolean passwordExists(IRSESystemType systemtype, String hostname, String userid) ^^^^^^ Javadoc: Missing tag for parameter userid ---------- 8. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 234) public boolean passwordExists(IRSESystemType systemtype, String hname, String userid, boolean checkDefault) ^^^^^^^ Javadoc: Missing tag for return type ---------- 9. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 401) public SystemSignonInformation find(IRSESystemType systemtype, String hostname, String userid) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 10. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 401) public SystemSignonInformation find(IRSESystemType systemtype, String hostname, String userid) ^^^^^^^^^^ Javadoc: Missing tag for parameter systemtype ---------- 11. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 401) public SystemSignonInformation find(IRSESystemType systemtype, String hostname, String userid) ^^^^^^^^ Javadoc: Missing tag for parameter hostname ---------- 12. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 401) public SystemSignonInformation find(IRSESystemType systemtype, String hostname, String userid) ^^^^^^ Javadoc: Missing tag for parameter userid ---------- 13. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 514) public SystemSignonInformation find(IRSESystemType systemtype, String hname, String userid, boolean checkDefault) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 14. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 548) private String getPasswordKey(String hname, String userid) ^^^^^^ Javadoc: Missing tag for return type ---------- 15. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 548) private String getPasswordKey(String hname, String userid) ^^^^^ Javadoc: Missing tag for parameter hname ---------- 16. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 548) private String getPasswordKey(String hname, String userid) ^^^^^^ Javadoc: Missing tag for parameter userid ---------- 17. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 572) public boolean isUserIDCaseSensitive(IRSESystemType systemType) ^^^^^^^ Javadoc: Missing tag for return type ---------- 18. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 572) public boolean isUserIDCaseSensitive(IRSESystemType systemType) ^^^^^^^^^^ Javadoc: Missing tag for parameter systemType ---------- 19. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/PasswordPersistenceManager.java (at line 591) public IRSESystemType[] getRegisteredSystemTypes() ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 20. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/RSECorePlugin.java (at line 133) public static String getQualifiedHostName(String hostName) { ^^^^^^ Javadoc: Missing tag for return type ---------- 21. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/RSECorePlugin.java (at line 133) public static String getQualifiedHostName(String hostName) { ^^^^^^^^ Javadoc: Missing tag for parameter hostName ---------- 22. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/RSECorePlugin.java (at line 262) private IConfigurationElement[] getSubSystemConfigurationPlugins() ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 23. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/RSECorePlugin.java (at line 277) public ISubSystemConfigurationProxy[] getSubSystemConfigurationProxies() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 24. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/RSEPreferencesManager.java (at line 243) * @see SystemPreferencesManager#savePreferences() ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: SystemPreferencesManager cannot be resolved to a type ---------- 25. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/RSEPreferencesManager.java (at line 425) * {@link SystemPreferencesManager#makeString(Hashtable)} operation. ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: SystemPreferencesManager cannot be resolved to a type ---------- ---------- 26. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 90) public SystemRemoteObjectMatcher(String subsystemConfigurationId, String categoryFilter, ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subsystemConfigurationId ---------- 27. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 90) public SystemRemoteObjectMatcher(String subsystemConfigurationId, String categoryFilter, ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter categoryFilter ---------- 28. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 91) String nameFilter, String typeFilter, ^^^^^^^^^^ Javadoc: Missing tag for parameter nameFilter ---------- 29. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 91) String nameFilter, String typeFilter, ^^^^^^^^^^ Javadoc: Missing tag for parameter typeFilter ---------- 30. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 92) String subtypeFilter, String subsubtypeFilter) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subtypeFilter ---------- 31. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 92) String subtypeFilter, String subsubtypeFilter) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subsubtypeFilter ---------- 32. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 99) public SystemRemoteObjectMatcher(String subsystemConfigurationId, String subsystemConfigurationCategoryFilter, String categoryFilter, ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subsystemConfigurationId ---------- 33. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 99) public SystemRemoteObjectMatcher(String subsystemConfigurationId, String subsystemConfigurationCategoryFilter, String categoryFilter, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subsystemConfigurationCategoryFilter ---------- 34. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 99) public SystemRemoteObjectMatcher(String subsystemConfigurationId, String subsystemConfigurationCategoryFilter, String categoryFilter, ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter categoryFilter ---------- 35. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 100) String systemTypes, String nameFilter, String typeFilter, ^^^^^^^^^^^ Javadoc: Missing tag for parameter systemTypes ---------- 36. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 100) String systemTypes, String nameFilter, String typeFilter, ^^^^^^^^^^ Javadoc: Missing tag for parameter nameFilter ---------- 37. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 100) String systemTypes, String nameFilter, String typeFilter, ^^^^^^^^^^ Javadoc: Missing tag for parameter typeFilter ---------- 38. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 101) String subtypeFilter, String subsubtypeFilter) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subtypeFilter ---------- 39. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 101) String subtypeFilter, String subsubtypeFilter) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subsubtypeFilter ---------- 40. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 203) protected boolean startsWithAsterisk(String name) ^^^^^^^ Javadoc: Missing tag for return type ---------- 41. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 203) protected boolean startsWithAsterisk(String name) ^^^^ Javadoc: Missing tag for parameter name ---------- 42. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 211) protected boolean endsWithAsterisk(String name) ^^^^^^^ Javadoc: Missing tag for return type ---------- 43. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 211) protected boolean endsWithAsterisk(String name) ^^^^ Javadoc: Missing tag for parameter name ---------- 44. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 219) protected String stripLeadingAsterisk(String name) ^^^^^^ Javadoc: Missing tag for return type ---------- 45. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 219) protected String stripLeadingAsterisk(String name) ^^^^ Javadoc: Missing tag for parameter name ---------- 46. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 227) protected String stripTrailingAsterisk(String name) ^^^^^^ Javadoc: Missing tag for return type ---------- 47. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 227) protected String stripTrailingAsterisk(String name) ^^^^ Javadoc: Missing tag for parameter name ---------- 48. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 243) protected String resolveSymbols(String name) ^^^^^^ Javadoc: Missing tag for return type ---------- 49. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 243) protected String resolveSymbols(String name) ^^^^ Javadoc: Missing tag for parameter name ---------- 50. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 301) public String getSubSystemConfigurationCategoryFilter() ^^^^^^ Javadoc: Missing tag for return type ---------- 51. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 309) public String getSystemTypesFilter() ^^^^^^ Javadoc: Missing tag for return type ---------- 52. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 318) public String getCategoryFilter() ^^^^^^ Javadoc: Missing tag for return type ---------- 53. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 326) public String getNameFilter() ^^^^^^ Javadoc: Missing tag for return type ---------- 54. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 334) public String getTypeFilter() ^^^^^^ Javadoc: Missing tag for return type ---------- 55. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 342) public String getSubTypeFilter() ^^^^^^ Javadoc: Missing tag for return type ---------- 56. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 350) public String getSubSubTypeFilter() ^^^^^^ Javadoc: Missing tag for return type ---------- 57. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 358) public String getSubSystemConfigurationId() ^^^^^^ Javadoc: Missing tag for return type ---------- 58. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 367) public boolean appliesTo(ISystemRemoteObjectMatchProvider adapter, Object element) ^^^^^^^ Javadoc: Missing tag for return type ---------- 59. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 367) public boolean appliesTo(ISystemRemoteObjectMatchProvider adapter, Object element) ^^^^^^^ Javadoc: Missing tag for parameter adapter ---------- 60. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 367) public boolean appliesTo(ISystemRemoteObjectMatchProvider adapter, Object element) ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 61. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 579) private String[] tokenize(String input) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 62. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemRemoteObjectMatcher.java (at line 579) private String[] tokenize(String input) ^^^^^ Javadoc: Missing tag for parameter input ---------- ---------- 63. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 63) public static SystemResourceHelpers getResourceHelpers() ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 64. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 77) public void deleteResource(IResource fileOrFolder) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter fileOrFolder ---------- 65. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 92) public void renameResource(IResource fileOrFolder, String newName) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter fileOrFolder ---------- 66. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 92) public void renameResource(IResource fileOrFolder, String newName) ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 67. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 118) public void refreshResource(IResource fileOrFolder) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter fileOrFolder ---------- 68. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 133) public void refreshResourceShallow(IResource fileOrFolder) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter fileOrFolder ---------- 69. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 148) public static boolean testIfResourceInUse(IResource resource) ^^^^^^^^ Javadoc: Missing tag for parameter resource ---------- 70. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 184) public IFolder getOrCreateFolder(IContainer parentFolder, String folderName) ^^^^^^^ Javadoc: Missing tag for return type ---------- 71. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 184) public IFolder getOrCreateFolder(IContainer parentFolder, String folderName) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentFolder ---------- 72. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 184) public IFolder getOrCreateFolder(IContainer parentFolder, String folderName) ^^^^^^^^^^ Javadoc: Missing tag for parameter folderName ---------- 73. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 203) public boolean ensureFolderExists(IFolder folder) ^^^^^^^ Javadoc: Missing tag for return type ---------- 74. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 203) public boolean ensureFolderExists(IFolder folder) ^^^^^^ Javadoc: Missing tag for parameter folder ---------- 75. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 216) public IFolder getFolder(IContainer parent, String folderName) ^^^^^^^ Javadoc: Missing tag for return type ---------- 76. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 216) public IFolder getFolder(IContainer parent, String folderName) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 77. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 216) public IFolder getFolder(IContainer parent, String folderName) ^^^^^^^^^^ Javadoc: Missing tag for parameter folderName ---------- 78. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 232) public IFolder getRenamedFolder(IFolder oldFolder, String newFolderName) ^^^^^^^ Javadoc: Missing tag for return type ---------- 79. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 232) public IFolder getRenamedFolder(IFolder oldFolder, String newFolderName) ^^^^^^^^^ Javadoc: Missing tag for parameter oldFolder ---------- 80. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 232) public IFolder getRenamedFolder(IFolder oldFolder, String newFolderName) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newFolderName ---------- 81. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 249) public boolean createFolder(IFolder folder) ^^^^^^^ Javadoc: Missing tag for return type ---------- 82. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 249) public boolean createFolder(IFolder folder) ^^^^^^ Javadoc: Missing tag for parameter folder ---------- 83. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 286) public boolean deleteFolder(IFolder folder) ^^^^^^^ Javadoc: Missing tag for return type ---------- 84. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 286) public boolean deleteFolder(IFolder folder) ^^^^^^ Javadoc: Missing tag for parameter folder ---------- 85. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 287) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 86. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 310) public boolean renameFolder(IFolder folder, String newName) ^^^^^^^ Javadoc: Missing tag for return type ---------- 87. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 310) public boolean renameFolder(IFolder folder, String newName) ^^^^^^ Javadoc: Missing tag for parameter folder ---------- 88. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 310) public boolean renameFolder(IFolder folder, String newName) ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 89. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 311) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 90. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 336) public boolean moveFolder(IFolder newParent, IFolder folder) ^^^^^^^ Javadoc: Missing tag for return type ---------- 91. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 336) public boolean moveFolder(IFolder newParent, IFolder folder) ^^^^^^^^^ Javadoc: Missing tag for parameter newParent ---------- 92. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 336) public boolean moveFolder(IFolder newParent, IFolder folder) ^^^^^^ Javadoc: Missing tag for parameter folder ---------- 93. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 337) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 94. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 351) public String getFolderPath(IFolder folder) ^^^^^^ Javadoc: Missing tag for return type ---------- 95. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 351) public String getFolderPath(IFolder folder) ^^^^^^ Javadoc: Missing tag for parameter folder ---------- 96. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 437) public String[] listFolders(IFolder folder, String namePrefix, String nameSuffix) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 97. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 467) public IFile getFile(IContainer parent, String fileName) ^^^^^ Javadoc: Missing tag for return type ---------- 98. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 467) public IFile getFile(IContainer parent, String fileName) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 99. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 467) public IFile getFile(IContainer parent, String fileName) ^^^^^^^^ Javadoc: Missing tag for parameter fileName ---------- 100. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 487) public boolean fileExists(IFile file) ^^^^^^^ Javadoc: Missing tag for return type ---------- 101. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 487) public boolean fileExists(IFile file) ^^^^ Javadoc: Missing tag for parameter file ---------- 102. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 497) public boolean deleteFile(IFile file) ^^^^^^^ Javadoc: Missing tag for return type ---------- 103. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 497) public boolean deleteFile(IFile file) ^^^^ Javadoc: Missing tag for parameter file ---------- 104. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 498) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 105. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 515) public boolean renameFile(IFile file, String newName) ^^^^^^^ Javadoc: Missing tag for return type ---------- 106. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 515) public boolean renameFile(IFile file, String newName) ^^^^ Javadoc: Missing tag for parameter file ---------- 107. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 516) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 108. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 538) public boolean moveFile(IFolder newParent, IFile file) ^^^^^^^ Javadoc: Missing tag for return type ---------- 109. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 538) public boolean moveFile(IFolder newParent, IFile file) ^^^^^^^^^ Javadoc: Missing tag for parameter newParent ---------- 110. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 538) public boolean moveFile(IFolder newParent, IFile file) ^^^^ Javadoc: Missing tag for parameter file ---------- 111. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 539) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 112. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 562) public static String getFilePath(IFile file) ^^^^^^ Javadoc: Missing tag for return type ---------- 113. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 562) public static String getFilePath(IFile file) ^^^^ Javadoc: Missing tag for parameter file ---------- 114. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 608) public String[] listFiles(IFolder folder, String namePrefix, String nameSuffix) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 115. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 634) public IFolder[] convertToFolderArray(Vector vector) ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 116. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 634) public IFolder[] convertToFolderArray(Vector vector) ^^^^^^ Javadoc: Missing tag for parameter vector ---------- 117. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 647) public IFile[] convertToFileArray(Vector vector) ^^^^^^^ Javadoc: Missing tag for return type ---------- 118. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 647) public IFile[] convertToFileArray(Vector vector) ^^^^^^ Javadoc: Missing tag for parameter vector ---------- 119. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 660) public Vector convertToVector(String[] array) ^^^^^^ Javadoc: Missing tag for return type ---------- 120. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 660) public Vector convertToVector(String[] array) ^^^^^ Javadoc: Missing tag for parameter array ---------- 121. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 673) public Vector convertToVectorAndStrip(String[] array, String namePrefix, String nameSuffix) ^^^^^^ Javadoc: Missing tag for return type ---------- 122. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 673) public Vector convertToVectorAndStrip(String[] array, String namePrefix, String nameSuffix) ^^^^^ Javadoc: Missing tag for parameter array ---------- 123. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 673) public Vector convertToVectorAndStrip(String[] array, String namePrefix, String nameSuffix) ^^^^^^^^^^ Javadoc: Missing tag for parameter namePrefix ---------- 124. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 673) public Vector convertToVectorAndStrip(String[] array, String namePrefix, String nameSuffix) ^^^^^^^^^^ Javadoc: Missing tag for parameter nameSuffix ---------- 125. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 696) public void setListValues(boolean filesOnly, boolean foldersOnly, String namePrefix, String nameSuffix) ^^^^^^^^^ Javadoc: Missing tag for parameter filesOnly ---------- 126. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 696) public void setListValues(boolean filesOnly, boolean foldersOnly, String namePrefix, String nameSuffix) ^^^^^^^^^^^ Javadoc: Missing tag for parameter foldersOnly ---------- 127. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 696) public void setListValues(boolean filesOnly, boolean foldersOnly, String namePrefix, String nameSuffix) ^^^^^^^^^^ Javadoc: Missing tag for parameter namePrefix ---------- 128. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 696) public void setListValues(boolean filesOnly, boolean foldersOnly, String namePrefix, String nameSuffix) ^^^^^^^^^^ Javadoc: Missing tag for parameter nameSuffix ---------- 129. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 749) public boolean exists(IResource resource) ^^^^^^^ Javadoc: Missing tag for return type ---------- 130. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceHelpers.java (at line 749) public boolean exists(IResource resource) ^^^^^^^^ Javadoc: Missing tag for parameter resource ---------- ---------- 131. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 104) public static void startResourceEventListening(ISystemResourceListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 132. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 139) public static void addResourceChangeListener(IResourceChangeListener l) ^ Javadoc: Missing tag for parameter l ---------- 133. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 147) public static void removeResourceChangeListener(IResourceChangeListener l) ^ Javadoc: Missing tag for parameter l ---------- 134. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 229) public static void renameFolder(IFolder folder, String newName) ^^^^^^ Javadoc: Missing tag for parameter folder ---------- 135. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 229) public static void renameFolder(IFolder folder, String newName) ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 136. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 236) public static void deleteFolder(IFolder folder) ^^^^^^ Javadoc: Missing tag for parameter folder ---------- 137. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 248) public static void renameFile(IFolder folder, String oldName, String newName) ^^^^^^ Javadoc: Missing tag for parameter folder ---------- 138. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 248) public static void renameFile(IFolder folder, String oldName, String newName) ^^^^^^^ Javadoc: Missing tag for parameter oldName ---------- 139. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 248) public static void renameFile(IFolder folder, String oldName, String newName) ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 140. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 256) public static void deleteFile(IFolder folder, String fileName) ^^^^^^ Javadoc: Missing tag for parameter folder ---------- 141. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 256) public static void deleteFile(IFolder folder, String fileName) ^^^^^^^^ Javadoc: Missing tag for parameter fileName ---------- 142. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 272) public static String getProfileName(ISystemHostPool pool) ^^^^^^ Javadoc: Missing tag for return type ---------- 143. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 272) public static String getProfileName(ISystemHostPool pool) ^^^^ Javadoc: Missing tag for parameter pool ---------- 144. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 282) public static String getProfileName(ISystemFilterPoolManager mgr) ^^^^^^ Javadoc: Missing tag for return type ---------- 145. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 282) public static String getProfileName(ISystemFilterPoolManager mgr) ^^^ Javadoc: Missing tag for parameter mgr ---------- 146. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 292) public static String getFolderName(ISystemFilterPool pool) ^^^^^^ Javadoc: Missing tag for return type ---------- 147. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 292) public static String getFolderName(ISystemFilterPool pool) ^^^^ Javadoc: Missing tag for parameter pool ---------- 148. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 300) public static String getFolderName(IHost conn) ^^^^^^ Javadoc: Missing tag for return type ---------- 149. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 300) public static String getFolderName(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 150. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 308) public static String getFolderName(ISubSystemConfiguration ssFactory) ^^^^^^ Javadoc: Missing tag for return type ---------- 151. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 308) public static String getFolderName(ISubSystemConfiguration ssFactory) ^^^^^^^^^ Javadoc: Missing tag for parameter ssFactory ---------- 152. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 316) public static String getFolderPath(IFolder folder) ^^^^^^ Javadoc: Missing tag for return type ---------- 153. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 316) public static String getFolderPath(IFolder folder) ^^^^^^ Javadoc: Missing tag for parameter folder ---------- 154. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 324) public static String getFolderPathWithTerminator(IFolder folder) ^^^^^^ Javadoc: Missing tag for return type ---------- 155. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 324) public static String getFolderPathWithTerminator(IFolder folder) ^^^^^^ Javadoc: Missing tag for parameter folder ---------- 156. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 333) protected static SystemResourceHelpers getResourceHelpers() ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 157. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 346) public static String addPathTerminator(String path) ^^^^^^ Javadoc: Missing tag for return type ---------- 158. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 346) public static String addPathTerminator(String path) ^^^^ Javadoc: Missing tag for parameter path ---------- 159. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemResourceManager.java (at line 359) public static boolean testIfResourceInUse(IResource resource) ^^^^^^^^ Javadoc: Missing tag for parameter resource ---------- ---------- 160. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemTypeMatcher.java (at line 30) public SystemTypeIdPattern(Pattern pattern) { ^^^^^^^ Javadoc: Missing tag for parameter pattern ---------- 161. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemTypeMatcher.java (at line 92) public boolean matches(IRSESystemType systemType) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 162. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/SystemTypeMatcher.java (at line 92) public boolean matches(IRSESystemType systemType) { ^^^^^^^^^^ Javadoc: Missing tag for parameter systemType ---------- ---------- 163. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/comm/SystemKeystoreProviderManager.java (at line 96) public ISystemKeystoreProvider getProviderAt(int idx) ^^^ Javadoc: Missing tag for parameter idx ---------- ---------- 164. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/events/ISystemModelChangeEvent.java (at line 28) public int getEventType(); ^^^ Javadoc: Missing tag for return type ---------- 165. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/events/ISystemModelChangeEvent.java (at line 34) public int getResourceType(); ^^^ Javadoc: Missing tag for return type ---------- 166. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/events/ISystemModelChangeEvent.java (at line 39) public Object getResource(); ^^^^^^ Javadoc: Missing tag for return type ---------- 167. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/events/ISystemModelChangeEvent.java (at line 44) public String getOldName(); ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 168. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/events/ISystemModelChangeListener.java (at line 39) public void systemModelResourceChanged(ISystemModelChangeEvent event); ^^^^^ Javadoc: Missing tag for parameter event ---------- ---------- 169. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/events/ISystemResourceChangeEvents.java (at line 200) * {@link ISystemViewElementAdapter} where the adapter returns true for ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: ISystemViewElementAdapter cannot be resolved to a type ---------- ---------- 170. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/events/ISystemResourceChangeListener.java (at line 32) public void systemResourceChanged(ISystemResourceChangeEvent event); ^^^^^ Javadoc: Missing tag for parameter event ---------- ---------- 171. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/events/SystemRemoteChangeEvent.java (at line 78) public void setEventType(int eventType) ^^^^^^^^^ Javadoc: Missing tag for parameter eventType ---------- 172. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/events/SystemRemoteChangeEvent.java (at line 86) public void setResource(Object resource) ^^^^^^^^ Javadoc: Missing tag for parameter resource ---------- 173. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/events/SystemRemoteChangeEvent.java (at line 94) public void setResourceParent(Object resourceParent) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter resourceParent ---------- 174. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/events/SystemRemoteChangeEvent.java (at line 102) public void setSubSystem(ISubSystem subsystem) ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 175. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/events/SystemRemoteChangeEvent.java (at line 110) public void setOldName(String oldName) ^^^^^^^ Javadoc: Missing tag for parameter oldName ---------- 176. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/events/SystemRemoteChangeEvent.java (at line 168) public void setOriginatingViewer(Object originatingViewer) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter originatingViewer ---------- 177. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/events/SystemRemoteChangeEvent.java (at line 178) public Object getOriginatingViewer() { ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 178. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/events/SystemResourceChangeEvent.java (at line 98) public void setGrandParent(Object grandparent) ^^^^^^^^^^^ Javadoc: Missing tag for parameter grandparent ---------- ---------- 179. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/IRSEFilterNamingPolicy.java (at line 34) public String getManagerSaveFileName(String managerName); ^^^^^^ Javadoc: Missing tag for return type ---------- 180. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/IRSEFilterNamingPolicy.java (at line 34) public String getManagerSaveFileName(String managerName); ^^^^^^^^^^^ Javadoc: Missing tag for parameter managerName ---------- 181. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/IRSEFilterNamingPolicy.java (at line 40) public String getReferenceManagerSaveFileName(String managerName); ^^^^^^ Javadoc: Missing tag for return type ---------- 182. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/IRSEFilterNamingPolicy.java (at line 40) public String getReferenceManagerSaveFileName(String managerName); ^^^^^^^^^^^ Javadoc: Missing tag for parameter managerName ---------- 183. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/IRSEFilterNamingPolicy.java (at line 46) public String getFilterPoolSaveFileName(String poolName); ^^^^^^ Javadoc: Missing tag for return type ---------- 184. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/IRSEFilterNamingPolicy.java (at line 46) public String getFilterPoolSaveFileName(String poolName); ^^^^^^^^ Javadoc: Missing tag for parameter poolName ---------- 185. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/IRSEFilterNamingPolicy.java (at line 52) public String getFilterPoolSaveFileNamePrefix(); ^^^^^^ Javadoc: Missing tag for return type ---------- 186. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/IRSEFilterNamingPolicy.java (at line 57) public String getFilterPoolFolderName(String poolName); ^^^^^^ Javadoc: Missing tag for return type ---------- 187. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/IRSEFilterNamingPolicy.java (at line 57) public String getFilterPoolFolderName(String poolName); ^^^^^^^^ Javadoc: Missing tag for parameter poolName ---------- 188. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/IRSEFilterNamingPolicy.java (at line 63) public String getFilterPoolFolderNamePrefix(); ^^^^^^ Javadoc: Missing tag for return type ---------- 189. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/IRSEFilterNamingPolicy.java (at line 69) public String getFilterSaveFileName(String filterName); ^^^^^^ Javadoc: Missing tag for return type ---------- 190. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/IRSEFilterNamingPolicy.java (at line 69) public String getFilterSaveFileName(String filterName); ^^^^^^^^^^ Javadoc: Missing tag for parameter filterName ---------- 191. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/IRSEFilterNamingPolicy.java (at line 75) public String getFilterSaveFileNamePrefix(); ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 192. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilter.java (at line 298) public boolean supportsDuplicateFilterStrings(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 193. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilter.java (at line 611) public ISystemFilterString getSystemFilterString(String string); ^^^^^^ Javadoc: Missing tag for parameter string ---------- 194. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilter.java (at line 618) public ISystemFilterString addFilterString(String newString); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 195. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilter.java (at line 626) public ISystemFilterString addFilterString(String newString, int position); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 196. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilter.java (at line 673) public ISystemFilterString copySystemFilterString(ISystemFilter targetFilter, ISystemFilterString oldFilterString); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 197. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterContainer.java (at line 47) public ISystemFilter createSystemFilter(String aliasName, Vector filterStrings); ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 198. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterContainer.java (at line 75) public ISystemFilter getSystemFilter(String filterName); ^^^^^^^^^^ Javadoc: Missing tag for parameter filterName ---------- 199. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterContainer.java (at line 109) public int getSystemFilterPosition(ISystemFilter filter); ^^^^^^ Javadoc: Missing tag for parameter filter ---------- ---------- 200. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterContainerReference.java (at line 50) public ISystemFilterReference[] getSystemFilterReferences(ISubSystem subSystem); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 201. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterContainerReference.java (at line 70) public ISystemFilterReference getSystemFilterReference(ISubSystem subSystem, ISystemFilter filter); ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 202. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPool.java (at line 37) public ISystemFilterPoolManagerProvider getProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 203. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPool.java (at line 43) public void setNamingPolicy(IRSEFilterNamingPolicy namingPolicy); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter namingPolicy ---------- 204. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPool.java (at line 49) public IRSEFilterNamingPolicy getNamingPolicy(); ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 205. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPool.java (at line 54) public boolean supportsNestedFilters(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 206. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPool.java (at line 59) public boolean supportsDuplicateFilterStrings(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 207. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPool.java (at line 71) public void setSystemFilterPoolManager(ISystemFilterPoolManager mgr); ^^^ Javadoc: Missing tag for parameter mgr ---------- 208. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPool.java (at line 81) public void setSystemFilterPoolData(Object data); ^^^^ Javadoc: Missing tag for parameter data ---------- 209. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPool.java (at line 86) public Object getSystemFilterPoolData(); ^^^^^^ Javadoc: Missing tag for return type ---------- 210. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPool.java (at line 104) public void cloneSystemFilterPool(ISystemFilterPool targetPool) throws Exception; ^^^^^^^^^^ Javadoc: Missing tag for parameter targetPool ---------- 211. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPool.java (at line 104) public void cloneSystemFilterPool(ISystemFilterPool targetPool) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 212. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPool.java (at line 109) public ISystemFilter copySystemFilter(ISystemFilterPool targetPool, ISystemFilter oldFilter, String newName) throws Exception; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 213. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPool.java (at line 109) public ISystemFilter copySystemFilter(ISystemFilterPool targetPool, ISystemFilter oldFilter, String newName) throws Exception; ^^^^^^^^^^ Javadoc: Missing tag for parameter targetPool ---------- 214. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPool.java (at line 109) public ISystemFilter copySystemFilter(ISystemFilterPool targetPool, ISystemFilter oldFilter, String newName) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for parameter oldFilter ---------- 215. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPool.java (at line 109) public ISystemFilter copySystemFilter(ISystemFilterPool targetPool, ISystemFilter oldFilter, String newName) throws Exception; ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 216. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPool.java (at line 109) public ISystemFilter copySystemFilter(ISystemFilterPool targetPool, ISystemFilter oldFilter, String newName) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 217. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPool.java (at line 120) public void orderSystemFilters(String[] names); ^^^^^ Javadoc: Missing tag for parameter names ---------- 218. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPool.java (at line 130) public void setSavePolicy(int policy); ^^^^^^ Javadoc: Missing tag for parameter policy ---------- ---------- 219. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 88) public ISystemFilterPoolManagerProvider getProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 220. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 93) public ISystemProfile getSystemProfile(); ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 221. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 99) public void setProvider(ISystemFilterPoolManagerProvider caller); ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 222. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 104) public void setSystemFilterPoolManagerData(Object data); ^^^^ Javadoc: Missing tag for parameter data ---------- 223. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 109) public Object getSystemFilterPoolManagerData(); ^^^^^^ Javadoc: Missing tag for return type ---------- 224. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 115) public String getName(); ^^^^^^ Javadoc: Missing tag for return type ---------- 225. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 120) public void setName(String name); ^^^^ Javadoc: Missing tag for parameter name ---------- 226. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 125) public boolean supportsNestedFilters(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 227. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 130) public boolean supportsDuplicateFilterStrings(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 228. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 135) public void setSupportsNestedFilters(boolean supports); ^^^^^^^^ Javadoc: Missing tag for parameter supports ---------- 229. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 140) public void setSupportsDuplicateFilterStrings(boolean supports); ^^^^^^^^ Javadoc: Missing tag for parameter supports ---------- 230. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 166) public String[] getSystemFilterPoolNames(); ^^^^^^^^ Javadoc: Missing tag for return type ---------- 231. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 171) public Vector getSystemFilterPoolNamesVector(); ^^^^^^ Javadoc: Missing tag for return type ---------- 232. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 176) public ISystemFilterPool[] getSystemFilterPools(); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 233. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 182) public ISystemFilterPool getSystemFilterPool(String name); ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 234. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 182) public ISystemFilterPool getSystemFilterPool(String name); ^^^^ Javadoc: Missing tag for parameter name ---------- 235. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 188) public ISystemFilterPool getFirstDefaultSystemFilterPool(); ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 236. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 207) public ISystemFilterPool createSystemFilterPool(String name, boolean isDeletable) throws Exception; ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 237. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 207) public ISystemFilterPool createSystemFilterPool(String name, boolean isDeletable) throws Exception; ^^^^ Javadoc: Missing tag for parameter name ---------- 238. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 207) public ISystemFilterPool createSystemFilterPool(String name, boolean isDeletable) throws Exception; ^^^^^^^^^^^ Javadoc: Missing tag for parameter isDeletable ---------- 239. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 207) public ISystemFilterPool createSystemFilterPool(String name, boolean isDeletable) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 240. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 225) public void deleteSystemFilterPool(ISystemFilterPool pool) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 241. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 237) public boolean preTestRenameFilterPool(ISystemFilterPool pool) throws Exception; ^^^^ Javadoc: Missing tag for parameter pool ---------- 242. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 237) public boolean preTestRenameFilterPool(ISystemFilterPool pool) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 243. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 255) public void renameSystemFilterPool(ISystemFilterPool pool, String newName) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 244. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 272) public ISystemFilterPool copySystemFilterPool(ISystemFilterPoolManager targetMgr, ISystemFilterPool pool, String newName) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 245. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 287) public void copySystemFilterPools(ISystemFilterPoolManager targetMgr) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 246. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 307) public ISystemFilterPool moveSystemFilterPool(ISystemFilterPoolManager targetMgr, ISystemFilterPool oldPool, String newName) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 247. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 320) public ISystemFilter createSystemFilter(ISystemFilterContainer parent, String aliasName, Vector filterStrings) throws Exception; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 248. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 320) public ISystemFilter createSystemFilter(ISystemFilterContainer parent, String aliasName, Vector filterStrings) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 249. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 336) public ISystemFilter createSystemFilter(ISystemFilterContainer parent, String aliasName, Vector filterStrings, String type) throws Exception; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 250. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 336) public ISystemFilter createSystemFilter(ISystemFilterContainer parent, String aliasName, Vector filterStrings, String type) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 251. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 353) public ISystemFilter createSystemFilter(ISystemFilterContainer parent, String aliasName, Vector filterStrings, String type, boolean promptable) throws Exception; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 252. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 353) public ISystemFilter createSystemFilter(ISystemFilterContainer parent, String aliasName, Vector filterStrings, String type, boolean promptable) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 253. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 365) public boolean deleteSystemFilter(ISystemFilter filter) throws Exception; ^^^^^^^ Javadoc: Missing tag for return type ---------- 254. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 365) public boolean deleteSystemFilter(ISystemFilter filter) throws Exception; ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 255. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 365) public boolean deleteSystemFilter(ISystemFilter filter) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 256. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 379) public void renameSystemFilter(ISystemFilter filter, String newName) throws Exception; ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 257. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 379) public void renameSystemFilter(ISystemFilter filter, String newName) throws Exception; ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 258. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 379) public void renameSystemFilter(ISystemFilter filter, String newName) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 259. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 391) public void updateSystemFilter(ISystemFilter filter, String newName, String[] strings) throws Exception; ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 260. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 391) public void updateSystemFilter(ISystemFilter filter, String newName, String[] strings) throws Exception; ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 261. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 391) public void updateSystemFilter(ISystemFilter filter, String newName, String[] strings) throws Exception; ^^^^^^^ Javadoc: Missing tag for parameter strings ---------- 262. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 391) public void updateSystemFilter(ISystemFilter filter, String newName, String[] strings) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 263. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 402) public void setSystemFilterType(ISystemFilter filter, String newType) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 264. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 407) public ISystemFilter copySystemFilter(ISystemFilterPool targetPool, ISystemFilter oldFilter, String newName) throws Exception; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 265. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 407) public ISystemFilter copySystemFilter(ISystemFilterPool targetPool, ISystemFilter oldFilter, String newName) throws Exception; ^^^^^^^^^^ Javadoc: Missing tag for parameter targetPool ---------- 266. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 407) public ISystemFilter copySystemFilter(ISystemFilterPool targetPool, ISystemFilter oldFilter, String newName) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for parameter oldFilter ---------- 267. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 407) public ISystemFilter copySystemFilter(ISystemFilterPool targetPool, ISystemFilter oldFilter, String newName) throws Exception; ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 268. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 407) public ISystemFilter copySystemFilter(ISystemFilterPool targetPool, ISystemFilter oldFilter, String newName) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 269. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 412) public int getSystemFilterPosition(ISystemFilter filter); ^^^ Javadoc: Missing tag for return type ---------- 270. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 412) public int getSystemFilterPosition(ISystemFilter filter); ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 271. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 418) public ISystemFilter moveSystemFilter(ISystemFilterPool targetPool, ISystemFilter oldFilter, String newName) throws Exception; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 272. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 418) public ISystemFilter moveSystemFilter(ISystemFilterPool targetPool, ISystemFilter oldFilter, String newName) throws Exception; ^^^^^^^^^^ Javadoc: Missing tag for parameter targetPool ---------- 273. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 418) public ISystemFilter moveSystemFilter(ISystemFilterPool targetPool, ISystemFilter oldFilter, String newName) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for parameter oldFilter ---------- 274. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 418) public ISystemFilter moveSystemFilter(ISystemFilterPool targetPool, ISystemFilter oldFilter, String newName) throws Exception; ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 275. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 418) public ISystemFilter moveSystemFilter(ISystemFilterPool targetPool, ISystemFilter oldFilter, String newName) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 276. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 433) public void moveSystemFilters(ISystemFilter filters[], int delta) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 277. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 444) public void orderSystemFilters(ISystemFilterPool pool, String[] names) throws Exception; ^^^^ Javadoc: Missing tag for parameter pool ---------- 278. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 444) public void orderSystemFilters(ISystemFilterPool pool, String[] names) throws Exception; ^^^^^ Javadoc: Missing tag for parameter names ---------- 279. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 444) public void orderSystemFilters(ISystemFilterPool pool, String[] names) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 280. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 459) public ISystemFilterString addSystemFilterString(ISystemFilter filter, String newString) throws Exception; ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 281. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 459) public ISystemFilterString addSystemFilterString(ISystemFilter filter, String newString) throws Exception; ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 282. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 459) public ISystemFilterString addSystemFilterString(ISystemFilter filter, String newString) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for parameter newString ---------- 283. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 459) public ISystemFilterString addSystemFilterString(ISystemFilter filter, String newString) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 284. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 471) public ISystemFilterString addSystemFilterString(ISystemFilter filter, String newString, int position) throws Exception; ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 285. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 471) public ISystemFilterString addSystemFilterString(ISystemFilter filter, String newString, int position) throws Exception; ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 286. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 471) public ISystemFilterString addSystemFilterString(ISystemFilter filter, String newString, int position) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for parameter newString ---------- 287. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 471) public ISystemFilterString addSystemFilterString(ISystemFilter filter, String newString, int position) throws Exception; ^^^^^^^^ Javadoc: Missing tag for parameter position ---------- 288. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 471) public ISystemFilterString addSystemFilterString(ISystemFilter filter, String newString, int position) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 289. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 484) public boolean removeSystemFilterString(ISystemFilter filter, ISystemFilterString filterString) throws Exception; ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 290. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 484) public boolean removeSystemFilterString(ISystemFilter filter, ISystemFilterString filterString) throws Exception; ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 291. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 484) public boolean removeSystemFilterString(ISystemFilter filter, ISystemFilterString filterString) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 292. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 497) public boolean removeSystemFilterString(ISystemFilter filter, String oldString) throws Exception; ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 293. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 497) public boolean removeSystemFilterString(ISystemFilter filter, String oldString) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for parameter oldString ---------- 294. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 497) public boolean removeSystemFilterString(ISystemFilter filter, String oldString) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 295. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 510) public boolean removeSystemFilterString(ISystemFilter filter, int position) throws Exception; ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 296. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 510) public boolean removeSystemFilterString(ISystemFilter filter, int position) throws Exception; ^^^^^^^^ Javadoc: Missing tag for parameter position ---------- 297. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 510) public boolean removeSystemFilterString(ISystemFilter filter, int position) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 298. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 522) public void updateSystemFilterString(ISystemFilterString filterString, String newValue) throws Exception; ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 299. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 522) public void updateSystemFilterString(ISystemFilterString filterString, String newValue) throws Exception; ^^^^^^^^ Javadoc: Missing tag for parameter newValue ---------- 300. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 522) public void updateSystemFilterString(ISystemFilterString filterString, String newValue) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 301. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 527) public int getSystemFilterStringPosition(ISystemFilterString filterString); ^^^ Javadoc: Missing tag for return type ---------- 302. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 527) public int getSystemFilterStringPosition(ISystemFilterString filterString); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 303. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 532) public ISystemFilterString copySystemFilterString(ISystemFilter targetFilter, ISystemFilterString oldFilterString) throws Exception; ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 304. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 532) public ISystemFilterString copySystemFilterString(ISystemFilter targetFilter, ISystemFilterString oldFilterString) throws Exception; ^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetFilter ---------- 305. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 532) public ISystemFilterString copySystemFilterString(ISystemFilter targetFilter, ISystemFilterString oldFilterString) throws Exception; ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter oldFilterString ---------- 306. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 532) public ISystemFilterString copySystemFilterString(ISystemFilter targetFilter, ISystemFilterString oldFilterString) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 307. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 538) public ISystemFilterString moveSystemFilterString(ISystemFilter targetFilter, ISystemFilterString oldFilterString) throws Exception; ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 308. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 538) public ISystemFilterString moveSystemFilterString(ISystemFilter targetFilter, ISystemFilterString oldFilterString) throws Exception; ^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetFilter ---------- 309. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 538) public ISystemFilterString moveSystemFilterString(ISystemFilter targetFilter, ISystemFilterString oldFilterString) throws Exception; ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter oldFilterString ---------- 310. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 538) public ISystemFilterString moveSystemFilterString(ISystemFilter targetFilter, ISystemFilterString oldFilterString) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 311. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 553) public void moveSystemFilterStrings(ISystemFilterString filterStrings[], int delta) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 312. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManager.java (at line 561) public void suspendCallbacks(boolean suspend); ^^^^^^^ Javadoc: Missing tag for parameter suspend ---------- ---------- 313. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 47) public ISystemFilterPoolManager getSystemFilterPoolManager(String managerName); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 314. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 47) public ISystemFilterPoolManager getSystemFilterPoolManager(String managerName); ^^^^^^^^^^^ Javadoc: Missing tag for parameter managerName ---------- 315. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 52) public ISystemFilterPoolManager[] getSystemFilterPoolManagers(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 316. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 60) public ISystemFilterPoolManager[] getReferencableSystemFilterPoolManagers(ISystemFilterPoolReferenceManager refMgr); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 317. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 60) public ISystemFilterPoolManager[] getReferencableSystemFilterPoolManagers(ISystemFilterPoolReferenceManager refMgr); ^^^^^^ Javadoc: Missing tag for parameter refMgr ---------- 318. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 69) public ISystemFilterPool getSystemFilterPoolForBrokenReference(ISystemFilterPoolReferenceManager callingRefenceMgr, String missingPoolMgrName, String missingPoolName); ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 319. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 69) public ISystemFilterPool getSystemFilterPoolForBrokenReference(ISystemFilterPoolReferenceManager callingRefenceMgr, String missingPoolMgrName, String missingPoolName); ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter callingRefenceMgr ---------- 320. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 69) public ISystemFilterPool getSystemFilterPoolForBrokenReference(ISystemFilterPoolReferenceManager callingRefenceMgr, String missingPoolMgrName, String missingPoolName); ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter missingPoolMgrName ---------- 321. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 69) public ISystemFilterPool getSystemFilterPoolForBrokenReference(ISystemFilterPoolReferenceManager callingRefenceMgr, String missingPoolMgrName, String missingPoolName); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter missingPoolName ---------- 322. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 77) public void filterEventFilterPoolCreated(ISystemFilterPool newPool); ^^^^^^^ Javadoc: Missing tag for parameter newPool ---------- 323. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 82) public void filterEventFilterPoolDeleted(ISystemFilterPool oldPool); ^^^^^^^ Javadoc: Missing tag for parameter oldPool ---------- 324. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 87) public void filterEventFilterPoolRenamed(ISystemFilterPool pool, String oldName); ^^^^ Javadoc: Missing tag for parameter pool ---------- 325. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 87) public void filterEventFilterPoolRenamed(ISystemFilterPool pool, String oldName); ^^^^^^^ Javadoc: Missing tag for parameter oldName ---------- 326. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 92) public void filterEventFilterPoolsRePositioned(ISystemFilterPool[] pools, int delta); ^^^^^ Javadoc: Missing tag for parameter pools ---------- 327. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 92) public void filterEventFilterPoolsRePositioned(ISystemFilterPool[] pools, int delta); ^^^^^ Javadoc: Missing tag for parameter delta ---------- 328. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 100) public void filterEventFilterCreated(ISystemFilter newFilter); ^^^^^^^^^ Javadoc: Missing tag for parameter newFilter ---------- 329. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 105) public void filterEventFilterDeleted(ISystemFilter oldFilter); ^^^^^^^^^ Javadoc: Missing tag for parameter oldFilter ---------- 330. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 110) public void filterEventFilterRenamed(ISystemFilter filter, String oldName); ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 331. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 110) public void filterEventFilterRenamed(ISystemFilter filter, String oldName); ^^^^^^^ Javadoc: Missing tag for parameter oldName ---------- 332. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 115) public void filterEventFilterUpdated(ISystemFilter filter); ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 333. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 120) public void filterEventFiltersRePositioned(ISystemFilter[] filters, int delta); ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 334. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 120) public void filterEventFiltersRePositioned(ISystemFilter[] filters, int delta); ^^^^^ Javadoc: Missing tag for parameter delta ---------- 335. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 128) public void filterEventFilterStringCreated(ISystemFilterString newFilterString); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newFilterString ---------- 336. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 133) public void filterEventFilterStringDeleted(ISystemFilterString oldFilterString); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter oldFilterString ---------- 337. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 138) public void filterEventFilterStringUpdated(ISystemFilterString filterString); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 338. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 143) public void filterEventFilterStringsRePositioned(ISystemFilterString[] filterStrings, int delta); ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterStrings ---------- 339. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolManagerProvider.java (at line 143) public void filterEventFilterStringsRePositioned(ISystemFilterString[] filterStrings, int delta); ^^^^^ Javadoc: Missing tag for parameter delta ---------- ---------- 340. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 40) public ISystemFilterPoolReferenceManagerProvider getProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 341. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 47) public void setProvider(ISystemFilterPoolReferenceManagerProvider caller); ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 342. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 52) public void setProviderEventNotification(boolean fireEvents); ^^^^^^^^^^ Javadoc: Missing tag for parameter fireEvents ---------- 343. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 70) public void setSystemFilterPoolManagerProvider(ISystemFilterPoolManagerProvider poolMgrProvider); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolMgrProvider ---------- 344. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 77) public ISystemFilterPoolManagerProvider getSystemFilterPoolManagerProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 345. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 83) public ISystemFilterPoolManager[] getSystemFilterPoolManagers(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 346. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 98) public void setDefaultSystemFilterPoolManager(ISystemFilterPoolManager mgr); ^^^ Javadoc: Missing tag for parameter mgr ---------- 347. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 104) public ISystemFilterPoolManager getDefaultSystemFilterPoolManager(); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 348. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 119) public ISystemFilterPoolReference[] getSystemFilterPoolReferences(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 349. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 133) public int addSystemFilterPoolReference(ISystemFilterPoolReference filterPoolReference); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterPoolReference ---------- 350. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 138) public void resetSystemFilterPoolReference(ISystemFilterPoolReference filterPoolReference, ISystemFilterPool newPool); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterPoolReference ---------- 351. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 138) public void resetSystemFilterPoolReference(ISystemFilterPoolReference filterPoolReference, ISystemFilterPool newPool); ^^^^^^^ Javadoc: Missing tag for parameter newPool ---------- 352. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 151) public int getSystemFilterPoolReferenceCount(); ^^^ Javadoc: Missing tag for return type ---------- 353. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 156) public int getSystemFilterPoolReferencePosition(ISystemFilterPoolReference filterPoolRef); ^^^ Javadoc: Missing tag for return type ---------- 354. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 156) public int getSystemFilterPoolReferencePosition(ISystemFilterPoolReference filterPoolRef); ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterPoolRef ---------- 355. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 162) public void moveSystemFilterPoolReference(ISystemFilterPoolReference filterPoolRef, int pos); ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterPoolRef ---------- 356. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 162) public void moveSystemFilterPoolReference(ISystemFilterPoolReference filterPoolRef, int pos); ^^^ Javadoc: Missing tag for parameter pos ---------- 357. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 181) public ISystemFilterPool[] getReferencedSystemFilterPools(); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 358. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 186) public boolean isSystemFilterPoolReferenced(ISystemFilterPool filterPool); ^^^^^^^ Javadoc: Missing tag for return type ---------- 359. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 186) public boolean isSystemFilterPoolReferenced(ISystemFilterPool filterPool); ^^^^^^^^^^ Javadoc: Missing tag for parameter filterPool ---------- 360. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 192) public ISystemFilterPoolReference getReferenceToSystemFilterPool(ISystemFilterPool filterPool); ^^^^^^^^^^ Javadoc: Missing tag for parameter filterPool ---------- 361. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 199) public ISystemFilterPoolReference addReferenceToSystemFilterPool(ISystemFilterPool filterPool); ^^^^^^^^^^ Javadoc: Missing tag for parameter filterPool ---------- 362. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 215) public int removeReferenceToSystemFilterPool(ISystemFilterPool filterPool); ^^^^^^^^^^ Javadoc: Missing tag for parameter filterPool ---------- 363. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 221) public void renameReferenceToSystemFilterPool(ISystemFilterPool pool); ^^^^ Javadoc: Missing tag for parameter pool ---------- 364. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 239) public ISystemFilterReference getSystemFilterReference(ISubSystem subSystem, ISystemFilter filter); ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 365. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 239) public ISystemFilterReference getSystemFilterReference(ISubSystem subSystem, ISystemFilter filter); ^^^^^^^^^ Javadoc: Missing tag for parameter subSystem ---------- 366. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 239) public ISystemFilterReference getSystemFilterReference(ISubSystem subSystem, ISystemFilter filter); ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 367. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 245) public ISystemFilterReference[] getSystemFilterReferences(ISubSystem subSystem); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 368. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 245) public ISystemFilterReference[] getSystemFilterReferences(ISubSystem subSystem); ^^^^^^^^^ Javadoc: Missing tag for parameter subSystem ---------- 369. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 252) public int getSystemFilterReferencePosition(ISystemFilterReference filterRef); ^^^ Javadoc: Missing tag for return type ---------- 370. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 252) public int getSystemFilterReferencePosition(ISystemFilterReference filterRef); ^^^^^^^^^ Javadoc: Missing tag for parameter filterRef ---------- 371. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 259) public int getSystemFilterReferencePosition(ISubSystem subSystem, ISystemFilter filter); ^^^ Javadoc: Missing tag for return type ---------- 372. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 259) public int getSystemFilterReferencePosition(ISubSystem subSystem, ISystemFilter filter); ^^^^^^^^^ Javadoc: Missing tag for parameter subSystem ---------- 373. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 259) public int getSystemFilterReferencePosition(ISubSystem subSystem, ISystemFilter filter); ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 374. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 286) public void save() throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 375. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 291) public IFolder getFolder(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 376. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManager.java (at line 296) public void resetManagerFolder(IFolder newFolder); ^^^^^^^^^ Javadoc: Missing tag for parameter newFolder ---------- ---------- 377. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManagerProvider.java (at line 38) public ISystemFilterPoolReferenceManager getSystemFilterPoolReferenceManager(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 378. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManagerProvider.java (at line 43) public ISystemFilterPool getUniqueOwningSystemFilterPool(boolean createIfNotFound); ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 379. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManagerProvider.java (at line 43) public ISystemFilterPool getUniqueOwningSystemFilterPool(boolean createIfNotFound); ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter createIfNotFound ---------- 380. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManagerProvider.java (at line 51) public void filterEventFilterPoolReferenceCreated(ISystemFilterPoolReference newPoolRef); ^^^^^^^^^^ Javadoc: Missing tag for parameter newPoolRef ---------- 381. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManagerProvider.java (at line 56) public void filterEventFilterPoolReferenceDeleted(ISystemFilterPoolReference filterPoolRef); ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterPoolRef ---------- 382. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManagerProvider.java (at line 61) public void filterEventFilterPoolReferenceReset(ISystemFilterPoolReference filterPoolRef); ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterPoolRef ---------- 383. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManagerProvider.java (at line 71) public void filterEventFilterPoolReferenceRenamed(ISystemFilterPoolReference poolRef, String oldName); ^^^^^^^ Javadoc: Missing tag for parameter poolRef ---------- 384. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManagerProvider.java (at line 71) public void filterEventFilterPoolReferenceRenamed(ISystemFilterPoolReference poolRef, String oldName); ^^^^^^^ Javadoc: Missing tag for parameter oldName ---------- 385. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManagerProvider.java (at line 76) public void filterEventFilterPoolReferencesRePositioned(ISystemFilterPoolReference[] poolRefs, int delta); ^^^^^^^^ Javadoc: Missing tag for parameter poolRefs ---------- 386. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManagerProvider.java (at line 76) public void filterEventFilterPoolReferencesRePositioned(ISystemFilterPoolReference[] poolRefs, int delta); ^^^^^ Javadoc: Missing tag for parameter delta ---------- 387. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManagerProvider.java (at line 89) public void filterEventFilterCreated(Object selectedObject, ISystemFilter newFilter); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedObject ---------- 388. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManagerProvider.java (at line 89) public void filterEventFilterCreated(Object selectedObject, ISystemFilter newFilter); ^^^^^^^^^ Javadoc: Missing tag for parameter newFilter ---------- 389. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManagerProvider.java (at line 102) public void filterEventFilterStringCreated(Object selectedObject, ISystemFilterString newFilterString); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedObject ---------- 390. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolReferenceManagerProvider.java (at line 102) public void filterEventFilterStringCreated(Object selectedObject, ISystemFilterString newFilterString); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newFilterString ---------- ---------- 391. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolWrapper.java (at line 29) public String getDisplayName(); ^^^^^^ Javadoc: Missing tag for return type ---------- 392. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolWrapper.java (at line 34) public ISystemFilterPool getSystemFilterPool(); ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 393. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolWrapperInformation.java (at line 35) public String getPromptLabel(); ^^^^^^ Javadoc: Missing tag for return type ---------- 394. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolWrapperInformation.java (at line 40) public String getPromptTooltip(); ^^^^^^ Javadoc: Missing tag for return type ---------- 395. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolWrapperInformation.java (at line 48) public ISystemFilterPoolWrapper[] getWrappers(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 396. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterPoolWrapperInformation.java (at line 53) public ISystemFilterPoolWrapper getPreSelectWrapper(); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 397. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterReference.java (at line 37) public ISystemFilterPoolReferenceManager getFilterPoolReferenceManager(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 398. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterReference.java (at line 44) public ISystemFilterPoolReferenceManagerProvider getProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 399. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterReference.java (at line 61) public ISystemFilter getReferencedFilter(); ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 400. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterReference.java (at line 66) public void setReferencedFilter(ISystemFilter filter); ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 401. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterReference.java (at line 73) public ISystemFilterContainerReference getParent(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 402. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterReference.java (at line 78) public ISystemFilterPoolReference getParentSystemFilterReferencePool(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 403. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterReference.java (at line 86) public int getSystemFilterStringCount(); ^^^ Javadoc: Missing tag for return type ---------- 404. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterReference.java (at line 92) public ISystemFilterStringReference[] getSystemFilterStringReferences(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 405. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterReference.java (at line 97) public ISystemFilterStringReference getSystemFilterStringReference(ISystemFilterString filterString); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 406. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterReference.java (at line 97) public ISystemFilterStringReference getSystemFilterStringReference(ISystemFilterString filterString); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- ---------- 407. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterStartHere.java (at line 22) public IRSEFilterNamingPolicy createSystemFilterNamingPolicy(); ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 408. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterStartHere.java (at line 39) public ISystemFilterPoolManager createSystemFilterPoolManager(ISystemProfile profile, Logger logger, ISystemFilterPoolManagerProvider caller, String name, boolean allowNestedFilters); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 409. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterStartHere.java (at line 39) public ISystemFilterPoolManager createSystemFilterPoolManager(ISystemProfile profile, Logger logger, ISystemFilterPoolManagerProvider caller, String name, boolean allowNestedFilters); ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 410. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterStartHere.java (at line 55) public ISystemFilterPoolReferenceManager createSystemFilterPoolReferenceManager(ISystemFilterPoolReferenceManagerProvider caller, ISystemFilterPoolManagerProvider relatedPoolMgrProvider, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 411. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterString.java (at line 35) public ISystemFilterPoolManagerProvider getProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 412. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterString.java (at line 40) public ISystemFilterPoolManager getSystemFilterPoolManager(); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 413. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterString.java (at line 45) public void setParentSystemFilter(ISystemFilter filter); ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 414. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterString.java (at line 50) public ISystemFilter getParentSystemFilter(); ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 415. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterString.java (at line 55) public void clone(ISystemFilterString targetString); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetString ---------- 416. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterString.java (at line 60) public boolean isChangable(); ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 417. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterStringReference.java (at line 32) public ISystemFilterPoolReferenceManager getFilterPoolReferenceManager(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 418. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterStringReference.java (at line 39) public ISystemFilterPoolReferenceManagerProvider getProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 419. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterStringReference.java (at line 44) public ISystemFilterString getReferencedFilterString(); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 420. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterStringReference.java (at line 49) public ISystemFilterReference getParent(); ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 421. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterStringReference.java (at line 54) public ISystemFilter getParentSystemFilter(); ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 422. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/ISystemFilterStringReference.java (at line 59) public String getString(); ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 423. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/SystemFilterNamingPolicy.java (at line 60) public static IRSEFilterNamingPolicy getNamingPolicy() { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 424. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/SystemFilterReference.java (at line 81) public static ISystemFilterReference createSystemFilterReference(ISubSystem subSystem, ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 425. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/SystemFilterReference.java (at line 81) public static ISystemFilterReference createSystemFilterReference(ISubSystem subSystem, ^^^^^^^^^ Javadoc: Missing tag for parameter subSystem ---------- 426. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/SystemFilterReference.java (at line 154) public void setParent(ISystemFilterContainerReference parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 427. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/SystemFilterReference.java (at line 340) private boolean compareFilterStrings(java.util.List newFilterStrings) ^^^^^^^ Javadoc: Missing tag for return type ---------- 428. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/SystemFilterReference.java (at line 340) private boolean compareFilterStrings(java.util.List newFilterStrings) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newFilterStrings ---------- 429. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/SystemFilterReference.java (at line 371) private ISystemFilterStringReference[] generateFilterStringReferences(java.util.List newFilterStrings) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 430. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/SystemFilterReference.java (at line 371) private ISystemFilterStringReference[] generateFilterStringReferences(java.util.List newFilterStrings) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newFilterStrings ---------- ---------- 431. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/SystemFilterSimple.java (at line 67) public SystemFilterSimple(String name) ^^^^ Javadoc: Missing tag for parameter name ---------- 432. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/SystemFilterSimple.java (at line 115) public void setFilterString(String filterString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 433. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/SystemFilterSimple.java (at line 125) public String getFilterString() ^^^^^^ Javadoc: Missing tag for return type ---------- 434. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/SystemFilterSimple.java (at line 137) public void setParent(Object parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 435. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/SystemFilterSimple.java (at line 145) public Object getParent() ^^^^^^ Javadoc: Missing tag for return type ---------- 436. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/SystemFilterSimple.java (at line 439) public IFile getSaveFile() {return null;} ^^^^^ Javadoc: Missing tag for return type ---------- 437. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/SystemFilterSimple.java (at line 443) public String getSaveFileName() {return null;} ^^^^^^ Javadoc: Missing tag for return type ---------- 438. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/filters/SystemFilterSimple.java (at line 447) public void save() throws Exception {} ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- ---------- 439. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/Host.java (at line 99) public Host(ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 440. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/Host.java (at line 284) protected static String getLocalDefaultUserId(String key) { ^^^^^^ Javadoc: Missing tag for return type ---------- 441. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/Host.java (at line 284) protected static String getLocalDefaultUserId(String key) { ^^^ Javadoc: Missing tag for parameter key ---------- 442. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/Host.java (at line 311) protected String getPreferencesKey() { ^^^^^^ Javadoc: Missing tag for return type ---------- 443. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/Host.java (at line 319) protected String getPreferencesKey(String profileName) { ^^^^^^ Javadoc: Missing tag for return type ---------- 444. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/Host.java (at line 319) protected String getPreferencesKey(String profileName) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter profileName ---------- 445. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/Host.java (at line 328) protected String getPreferencesKey(String profileName, String connectionName) { ^^^^^^ Javadoc: Missing tag for return type ---------- 446. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/Host.java (at line 328) protected String getPreferencesKey(String profileName, String connectionName) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter profileName ---------- 447. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/Host.java (at line 328) protected String getPreferencesKey(String profileName, String connectionName) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter connectionName ---------- 448. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/Host.java (at line 335) public void setForceUserIdToUpperCase(boolean force) { ^^^^^ Javadoc: Missing tag for parameter force ---------- 449. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/Host.java (at line 342) public void setUserIdCaseSensitive(boolean caseSensitive) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- 450. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/Host.java (at line 356) public boolean getUserIdCaseSensitive() { ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 451. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/IHost.java (at line 43) public String getSystemProfileName(); ^^^^^^ Javadoc: Missing tag for return type ---------- 452. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/IHost.java (at line 49) public void setHostPool(ISystemHostPool pool); ^^^^ Javadoc: Missing tag for parameter pool ---------- 453. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/IHost.java (at line 55) public ISystemHostPool getHostPool(); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 454. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/IHost.java (at line 61) public ISubSystem[] getSubSystems(); ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 455. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/IHost.java (at line 67) public String getLocalDefaultUserId(); ^^^^^^ Javadoc: Missing tag for return type ---------- 456. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/IHost.java (at line 92) public void renamingSystemProfile(String oldName, String newName); ^^^^^^^ Javadoc: Missing tag for parameter oldName ---------- 457. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/IHost.java (at line 92) public void renamingSystemProfile(String oldName, String newName); ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 458. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/IHost.java (at line 105) public boolean compareUserIds(String userId1, String userId2); ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 459. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemHostPool.java (at line 38) public ISystemProfile getSystemProfile(); ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 460. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemHostPool.java (at line 43) public void renameHostPool(String newName); ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 461. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemHostPool.java (at line 48) public IHost[] getHosts(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 462. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemHostPool.java (at line 61) public IHost createHost(IRSESystemType systemType, String aliasName, String hostName) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 463. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemHostPool.java (at line 75) public IHost createHost(IRSESystemType systemType, String aliasName, String hostName, String description) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 464. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemHostPool.java (at line 92) public IHost createHost(IRSESystemType systemType, String aliasName, String hostName, String description, String defaultUserId, int defaultUserIdLocation) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 465. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemHostPool.java (at line 112) public void updateHost(IHost conn, IRSESystemType systemType, String aliasName, String hostName, String description, String defaultUserId, int defaultUserIdLocation) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 466. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemHostPool.java (at line 117) public IHost getHost(String aliasName); ^^^^^ Javadoc: Missing tag for return type ---------- 467. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemHostPool.java (at line 117) public IHost getHost(String aliasName); ^^^^^^^^^ Javadoc: Missing tag for parameter aliasName ---------- 468. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemHostPool.java (at line 122) public IHost getHost(int pos); ^^^^^ Javadoc: Missing tag for return type ---------- 469. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemHostPool.java (at line 122) public IHost getHost(int pos); ^^^ Javadoc: Missing tag for parameter pos ---------- 470. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemHostPool.java (at line 127) public boolean addHost(IHost conn); ^^^^^^^ Javadoc: Missing tag for return type ---------- 471. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemHostPool.java (at line 127) public boolean addHost(IHost conn); ^^^^ Javadoc: Missing tag for parameter conn ---------- 472. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemHostPool.java (at line 153) public void renameHost(IHost conn, String newName) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 473. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemHostPool.java (at line 158) public int getHostPosition(IHost conn); ^^^ Javadoc: Missing tag for return type ---------- 474. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemHostPool.java (at line 158) public int getHostPosition(IHost conn); ^^^^ Javadoc: Missing tag for parameter conn ---------- 475. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemHostPool.java (at line 163) public int getHostCount(); ^^^ Javadoc: Missing tag for return type ---------- 476. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemHostPool.java (at line 171) public IHost cloneHost(ISystemHostPool targetPool, IHost conn, String aliasName) throws Exception; ^^^^^ Javadoc: Missing tag for return type ---------- 477. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemHostPool.java (at line 171) public IHost cloneHost(ISystemHostPool targetPool, IHost conn, String aliasName) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 478. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemHostPool.java (at line 191) public void orderHosts(String[] names); ^^^^^ Javadoc: Missing tag for parameter names ---------- ---------- 479. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemMessageObject.java (at line 49) public String getMessage(); ^^^^^^ Javadoc: Missing tag for return type ---------- 480. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemMessageObject.java (at line 61) public int getType(); ^^^ Javadoc: Missing tag for return type ---------- 481. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemMessageObject.java (at line 66) public Object getParent(); ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 482. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemNewConnectionWizardPage.java (at line 25) * @see org.eclipse.rse.ui.wizards.AbstractSystemNewConnectionWizardPage ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.rse.ui cannot be resolved to a type ---------- 483. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemNewConnectionWizardPage.java (at line 26) * @see org.eclipse.rse.ui.view.SubSystemConfigurationAdapter#getNewConnectionWizardPages(org.eclipse.rse.core.subsystems.ISubSystemConfiguration, org.eclipse.jface.wizard.IWizard) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.rse.ui cannot be resolved to a type ---------- 484. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemNewConnectionWizardPage.java (at line 26) * @see org.eclipse.rse.ui.view.SubSystemConfigurationAdapter#getNewConnectionWizardPages(org.eclipse.rse.core.subsystems.ISubSystemConfiguration, org.eclipse.jface.wizard.IWizard) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.jface cannot be resolved to a type ---------- 485. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemNewConnectionWizardPage.java (at line 34) public boolean performFinish(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 486. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemNewConnectionWizardPage.java (at line 42) public boolean isPageComplete(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 487. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemNewConnectionWizardPage.java (at line 47) public ISubSystemConfiguration getSubSystemConfiguration(); ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 488. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemProfile.java (at line 42) public void setProfileManager(ISystemProfileManager mgr); ^^^ Javadoc: Missing tag for parameter mgr ---------- 489. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemProfile.java (at line 47) public ISystemProfileManager getProfileManager(); ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 490. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemProfile.java (at line 53) public IHost createHost(IRSESystemType systemType, String connectionName, String hostName, String description) throws Exception; ^^^^^ Javadoc: Missing tag for return type ---------- 491. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemProfile.java (at line 53) public IHost createHost(IRSESystemType systemType, String connectionName, String hostName, String description) throws Exception; ^^^^^^^^^^ Javadoc: Missing tag for parameter systemType ---------- 492. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemProfile.java (at line 53) public IHost createHost(IRSESystemType systemType, String connectionName, String hostName, String description) throws Exception; ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter connectionName ---------- 493. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemProfile.java (at line 53) public IHost createHost(IRSESystemType systemType, String connectionName, String hostName, String description) throws Exception; ^^^^^^^^ Javadoc: Missing tag for parameter hostName ---------- 494. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemProfile.java (at line 53) public IHost createHost(IRSESystemType systemType, String connectionName, String hostName, String description) throws Exception; ^^^^^^^^^^^ Javadoc: Missing tag for parameter description ---------- 495. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemProfile.java (at line 53) public IHost createHost(IRSESystemType systemType, String connectionName, String hostName, String description) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 496. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemProfile.java (at line 81) public IHost[] getHosts(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 497. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemProfile.java (at line 86) public ISystemFilterPool[] getFilterPools(); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 498. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemProfile.java (at line 91) public ISystemFilterPool[] getFilterPools(ISubSystemConfiguration ssf); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 499. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemProfile.java (at line 91) public ISystemFilterPool[] getFilterPools(ISubSystemConfiguration ssf); ^^^ Javadoc: Missing tag for parameter ssf ---------- 500. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemProfile.java (at line 99) public boolean isActive(); ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 501. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 76) public ISubSystemConfigurationProxy[] getSubSystemConfigurationProxies(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 502. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 82) public ISubSystemConfigurationProxy[] getSubSystemConfigurationProxiesByCategory(String factoryCategory); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 503. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 82) public ISubSystemConfigurationProxy[] getSubSystemConfigurationProxiesByCategory(String factoryCategory); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter factoryCategory ---------- 504. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 92) public ISubSystemConfiguration[] getSubSystemConfigurations(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 505. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 97) public ISubSystemConfiguration getSubSystemConfiguration(String id); ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 506. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 97) public ISubSystemConfiguration getSubSystemConfiguration(String id); ^^ Javadoc: Missing tag for parameter id ---------- 507. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 105) public ISubSystemConfiguration[] getSubSystemConfigurationsBySystemType(IRSESystemType systemType, boolean filterDuplicateServiceSubSystemFactories); ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 508. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 134) public boolean getQualifiedHostNames(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 509. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 139) public void setQualifiedHostNames(boolean set); ^^^ Javadoc: Missing tag for parameter set ---------- 510. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 144) public void setShowFilterPools(boolean show); ^^^^ Javadoc: Missing tag for parameter show ---------- 511. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 154) public void setShowNewHostPrompt(boolean show); ^^^^ Javadoc: Missing tag for parameter show ---------- 512. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 162) public ISystemProfileManager getSystemProfileManager(); ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 513. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 168) public ISystemProfile[] getActiveSystemProfiles(); ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 514. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 173) public ISystemProfile getSystemProfile(String profileName); ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 515. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 173) public ISystemProfile getSystemProfile(String profileName); ^^^^^^^^^^^ Javadoc: Missing tag for parameter profileName ---------- 516. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 178) public ISystemProfile createSystemProfile(String profileName, boolean makeActive) throws Exception; ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 517. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 178) public ISystemProfile createSystemProfile(String profileName, boolean makeActive) throws Exception; ^^^^^^^^^^^ Javadoc: Missing tag for parameter profileName ---------- 518. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 178) public ISystemProfile createSystemProfile(String profileName, boolean makeActive) throws Exception; ^^^^^^^^^^ Javadoc: Missing tag for parameter makeActive ---------- 519. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 178) public ISystemProfile createSystemProfile(String profileName, boolean makeActive) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 520. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 188) public ISystemProfile copySystemProfile(ISystemProfile profile, String newName, boolean makeActive, IProgressMonitor monitor) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 521. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 194) public void renameSystemProfile(ISystemProfile profile, String newName) throws Exception; ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 522. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 194) public void renameSystemProfile(ISystemProfile profile, String newName) throws Exception; ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 523. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 194) public void renameSystemProfile(ISystemProfile profile, String newName) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 524. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 205) public void deleteSystemProfile(ISystemProfile profile) throws Exception; ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 525. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 205) public void deleteSystemProfile(ISystemProfile profile) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 526. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 210) public void setSystemProfileActive(ISystemProfile profile, boolean makeActive); ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 527. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 210) public void setSystemProfileActive(ISystemProfile profile, boolean makeActive); ^^^^^^^^^^ Javadoc: Missing tag for parameter makeActive ---------- 528. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 227) public ISubSystem[] getSubSystems(IHost conn); ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 529. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 227) public ISubSystem[] getSubSystems(IHost conn); ^^^^ Javadoc: Missing tag for parameter conn ---------- 530. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 233) public ISubSystem[] getSubSystems(IHost conn, boolean force); ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 531. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 233) public ISubSystem[] getSubSystems(IHost conn, boolean force); ^^^^ Javadoc: Missing tag for parameter conn ---------- 532. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 233) public ISubSystem[] getSubSystems(IHost conn, boolean force); ^^^^^ Javadoc: Missing tag for parameter force ---------- 533. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 303) public ISubSystem[] getSubSystemsBySubSystemConfigurationCategory(String factoryCategory, IHost connection); ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 534. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 303) public ISubSystem[] getSubSystemsBySubSystemConfigurationCategory(String factoryCategory, IHost connection); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter factoryCategory ---------- 535. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 303) public ISubSystem[] getSubSystemsBySubSystemConfigurationCategory(String factoryCategory, IHost connection); ^^^^^^^^^^ Javadoc: Missing tag for parameter connection ---------- 536. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 309) public boolean deleteSubSystem(ISubSystem subsystem); ^^^^^^^ Javadoc: Missing tag for return type ---------- 537. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 309) public boolean deleteSubSystem(ISubSystem subsystem); ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 538. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 322) public IHost getLocalHost(); ^^^^^ Javadoc: Missing tag for return type ---------- 539. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 327) public IHost[] getHosts(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 540. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 332) public IHost[] getHostsByProfile(ISystemProfile profile); ^^^^^^^ Javadoc: Missing tag for return type ---------- 541. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 332) public IHost[] getHostsByProfile(ISystemProfile profile); ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 542. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 339) public IHost[] getHostsBySubSystemConfiguration(ISubSystemConfiguration config); ^^^^^^^ Javadoc: Missing tag for return type ---------- 543. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 339) public IHost[] getHostsBySubSystemConfiguration(ISubSystemConfiguration config); ^^^^^^ Javadoc: Missing tag for parameter config ---------- 544. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 353) public IHost[] getHostsBySubSystemConfigurationCategory(String factoryCategory); ^^^^^^^ Javadoc: Missing tag for return type ---------- 545. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 353) public IHost[] getHostsBySubSystemConfigurationCategory(String factoryCategory); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter factoryCategory ---------- 546. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 372) public IHost[] getHostsBySystemTypes(IRSESystemType[] systemTypes); ^^^^^^^ Javadoc: Missing tag for return type ---------- 547. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 372) public IHost[] getHostsBySystemTypes(IRSESystemType[] systemTypes); ^^^^^^^^^^^ Javadoc: Missing tag for parameter systemTypes ---------- 548. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 378) public IHost getHost(ISystemProfile profile, String connectionName); ^^^^^ Javadoc: Missing tag for return type ---------- 549. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 378) public IHost getHost(ISystemProfile profile, String connectionName); ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 550. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 378) public IHost getHost(ISystemProfile profile, String connectionName); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter connectionName ---------- 551. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 384) public int getHostPosition(IHost conn); ^^^ Javadoc: Missing tag for return type ---------- 552. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 384) public int getHostPosition(IHost conn); ^^^^ Javadoc: Missing tag for parameter conn ---------- 553. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 389) public int getHostCount(ISystemProfile profile); ^^^ Javadoc: Missing tag for return type ---------- 554. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 389) public int getHostCount(ISystemProfile profile); ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 555. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 395) public int getHostCountWithinProfile(IHost conn); ^^^ Javadoc: Missing tag for return type ---------- 556. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 395) public int getHostCountWithinProfile(IHost conn); ^^^^ Javadoc: Missing tag for parameter conn ---------- 557. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 401) public int getHostCount(); ^^^ Javadoc: Missing tag for return type ---------- 558. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 407) public Vector getHostAliasNames(ISystemProfile profile); ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 559. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 412) public Vector getHostAliasNamesForAllActiveProfiles(); ^^^^^^ Javadoc: Missing tag for return type ---------- 560. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 419) public String[] getHostNames(IRSESystemType systemType); ^^^^^^^^ Javadoc: Missing tag for return type ---------- 561. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 419) public String[] getHostNames(IRSESystemType systemType); ^^^^^^^^^^ Javadoc: Missing tag for parameter systemType ---------- 562. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 429) public IHost createLocalHost(ISystemProfile profile, String name, String userId); ^^^^^ Javadoc: Missing tag for return type ---------- 563. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 458) ISystemNewConnectionWizardPage[] newConnectionWizardPages) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 564. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 482) public IHost createHost(String profileName, IRSESystemType systemType, String connectionName, String hostName, String description) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 565. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 506) public IHost createHost(IRSESystemType systemType, String connectionName, String hostAddress, String description) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 566. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 563) public void deleteHost(IHost conn); ^^^^ Javadoc: Missing tag for parameter conn ---------- 567. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 576) public void renameHost(IHost conn, String newName) throws Exception; ^^^^ Javadoc: Missing tag for parameter conn ---------- 568. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 576) public void renameHost(IHost conn, String newName) throws Exception; ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 569. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 576) public void renameHost(IHost conn, String newName) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 570. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 590) public void moveHosts(String profileName, IHost conns[], int delta); ^^^^^^^^^^^ Javadoc: Missing tag for parameter profileName ---------- 571. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 600) public IHost copyHost(IHost conn, ISystemProfile targetProfile, String newName, IProgressMonitor monitor) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 572. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 614) public IHost moveHost(IHost conn, ISystemProfile targetProfile, String newName, IProgressMonitor monitor) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 573. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 627) public boolean isAnySubSystemConnected(IHost conn); ^^^^^^^ Javadoc: Missing tag for return type ---------- 574. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 627) public boolean isAnySubSystemConnected(IHost conn); ^^^^ Javadoc: Missing tag for parameter conn ---------- 575. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 633) public boolean areAllSubSystemsConnected(IHost conn); ^^^^^^^ Javadoc: Missing tag for return type ---------- 576. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 633) public boolean areAllSubSystemsConnected(IHost conn); ^^^^ Javadoc: Missing tag for parameter conn ---------- 577. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 639) public void disconnectAllSubSystems(IHost conn); ^^^^ Javadoc: Missing tag for parameter conn ---------- 578. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 646) public void connectedStatusChange(ISubSystem subsystem, boolean connected, boolean wasConnected); ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 579. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 646) public void connectedStatusChange(ISubSystem subsystem, boolean connected, boolean wasConnected); ^^^^^^^^^ Javadoc: Missing tag for parameter connected ---------- 580. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 646) public void connectedStatusChange(ISubSystem subsystem, boolean connected, boolean wasConnected); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter wasConnected ---------- 581. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 653) public void connectedStatusChange(ISubSystem subsystem, boolean connected, boolean wasConnected, boolean collapseTree); ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 582. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 653) public void connectedStatusChange(ISubSystem subsystem, boolean connected, boolean wasConnected, boolean collapseTree); ^^^^^^^^^ Javadoc: Missing tag for parameter connected ---------- 583. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 653) public void connectedStatusChange(ISubSystem subsystem, boolean connected, boolean wasConnected, boolean collapseTree); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter wasConnected ---------- 584. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 653) public void connectedStatusChange(ISubSystem subsystem, boolean connected, boolean wasConnected, boolean collapseTree); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter collapseTree ---------- 585. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 662) public void addSystemResourceChangeListener(ISystemResourceChangeListener l); ^ Javadoc: Missing tag for parameter l ---------- 586. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 667) public void removeSystemResourceChangeListener(ISystemResourceChangeListener l); ^ Javadoc: Missing tag for parameter l ---------- 587. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 672) public boolean isRegisteredSystemResourceChangeListener(ISystemResourceChangeListener l); ^^^^^^^ Javadoc: Missing tag for return type ---------- 588. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 672) public boolean isRegisteredSystemResourceChangeListener(ISystemResourceChangeListener l); ^ Javadoc: Missing tag for parameter l ---------- 589. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 678) public void fireEvent(ISystemResourceChangeEvent event); ^^^^^ Javadoc: Missing tag for parameter event ---------- 590. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 683) public void fireEvent(ISystemResourceChangeListener l, ISystemResourceChangeEvent event); ^ Javadoc: Missing tag for parameter l ---------- 591. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 683) public void fireEvent(ISystemResourceChangeListener l, ISystemResourceChangeEvent event); ^^^^^ Javadoc: Missing tag for parameter event ---------- 592. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 693) public void addSystemModelChangeListener(ISystemModelChangeListener l); ^ Javadoc: Missing tag for parameter l ---------- 593. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 698) public void removeSystemModelChangeListener(ISystemModelChangeListener l); ^ Javadoc: Missing tag for parameter l ---------- 594. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 704) public void fireEvent(ISystemModelChangeEvent event); ^^^^^ Javadoc: Missing tag for parameter event ---------- 595. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 710) public void fireModelChangeEvent(int eventType, int resourceType, Object resource, String oldName); ^^^^^^^^^ Javadoc: Missing tag for parameter eventType ---------- 596. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 710) public void fireModelChangeEvent(int eventType, int resourceType, Object resource, String oldName); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter resourceType ---------- 597. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 710) public void fireModelChangeEvent(int eventType, int resourceType, Object resource, String oldName); ^^^^^^^^ Javadoc: Missing tag for parameter resource ---------- 598. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 710) public void fireModelChangeEvent(int eventType, int resourceType, Object resource, String oldName); ^^^^^^^ Javadoc: Missing tag for parameter oldName ---------- 599. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 715) public void fireEvent(ISystemModelChangeListener l, ISystemModelChangeEvent event); ^ Javadoc: Missing tag for parameter l ---------- 600. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java (at line 715) public void fireEvent(ISystemModelChangeListener l, ISystemModelChangeEvent event); ^^^^^ Javadoc: Missing tag for parameter event ---------- ---------- 601. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemViewInputProvider.java (at line 68) * @param shell an {@link org.eclipse.swt.widgets.Shell shell} object, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.swt cannot be resolved to a type ---------- 602. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemViewInputProvider.java (at line 74) * @return the {@link org.eclipse.swt.widgets.Shell shell} of the viewer ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.swt cannot be resolved to a type ---------- 603. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemViewInputProvider.java (at line 77) * e.g. {@link org.eclipse.rse.ui.RSEUIPlugin#getActiveWorkbenchShell()} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.rse.ui cannot be resolved to a type ---------- 604. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemViewInputProvider.java (at line 84) * @param viewer the {@link org.eclipse.jface.viewers.Viewer viewer} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.jface cannot be resolved to a type ---------- 605. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemViewInputProvider.java (at line 91) * @return the {@link org.eclipse.jface.viewers.Viewer viewer} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.jface cannot be resolved to a type ---------- ---------- 606. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/PropertyType.java (at line 80) public static IPropertyType fromString(String typeStr) { ^^^^^^^ Javadoc: Missing tag for parameter typeStr ---------- ---------- 607. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemMessageObject.java (at line 89) public SystemMessage getSystemMessage() { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 608. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemSignonInformation.java (at line 46) public SystemSignonInformation(String hostname, String userid, IRSESystemType systemType) { ^^^^^^^^ Javadoc: Missing tag for parameter hostname ---------- 609. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemSignonInformation.java (at line 46) public SystemSignonInformation(String hostname, String userid, IRSESystemType systemType) { ^^^^^^ Javadoc: Missing tag for parameter userid ---------- 610. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemSignonInformation.java (at line 46) public SystemSignonInformation(String hostname, String userid, IRSESystemType systemType) { ^^^^^^^^^^ Javadoc: Missing tag for parameter systemType ---------- 611. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemSignonInformation.java (at line 55) public SystemSignonInformation(String hostname, String userid, String password, IRSESystemType systemType) { ^^^^^^^^ Javadoc: Missing tag for parameter hostname ---------- 612. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemSignonInformation.java (at line 55) public SystemSignonInformation(String hostname, String userid, String password, IRSESystemType systemType) { ^^^^^^ Javadoc: Missing tag for parameter userid ---------- 613. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemSignonInformation.java (at line 55) public SystemSignonInformation(String hostname, String userid, String password, IRSESystemType systemType) { ^^^^^^^^ Javadoc: Missing tag for parameter password ---------- 614. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemSignonInformation.java (at line 55) public SystemSignonInformation(String hostname, String userid, String password, IRSESystemType systemType) { ^^^^^^^^^^ Javadoc: Missing tag for parameter systemType ---------- 615. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemSignonInformation.java (at line 96) public void setPassword(String string) { ^^^^^^ Javadoc: Missing tag for parameter string ---------- ---------- 616. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java (at line 39) public static ISystemRegistry getSystemRegistry() ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 617. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java (at line 50) public static IHost[] getConnections() ^^^^^^^ Javadoc: Missing tag for return type ---------- 618. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java (at line 59) * @param systemType One of the system types defined via system type extension point: ^^^^^^^^^^ Javadoc: Parameter systemType is not declared ---------- 619. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java (at line 68) *
  • "org.eclipse.rse.systemtype.ftp" ({@link IRSESystemType#SYSTEMTYPE_FTP_ID}) ^^^^^^^^^^^^^^^^^ Javadoc: SYSTEMTYPE_FTP_ID cannot be resolved or is not a field ---------- 620. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java (at line 69) *
  • "org.eclipse.rse.systemtype.ssh" ({@link IRSESystemType#SYSTEMTYPE_SSH_ID}) ^^^^^^^^^^^^^^^^^ Javadoc: SYSTEMTYPE_SSH_ID cannot be resolved or is not a field ---------- 621. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java (at line 70) *
  • "org.eclipse.rse.systemtype.telnet" ({@link IRSESystemType#SYSTEMTYPE_TELNET_ID}) ^^^^^^^^^^^^^^^^^^^^ Javadoc: SYSTEMTYPE_TELNET_ID cannot be resolved or is not a field ---------- 622. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java (at line 73) * @see org.eclipse.rse.core.model.ISystemRegistry#getHostsBySystemType(String) ^^^^^^^^^^^^^^^^^^^^ Javadoc: The method getHostsBySystemType(IRSESystemType) in the type ISystemRegistry is not applicable for the arguments (String) ---------- 623. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java (at line 76) public static IHost[] getConnectionsBySystemType(String systemTypeId) ^^^^^^^ Javadoc: Missing tag for return type ---------- 624. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java (at line 76) public static IHost[] getConnectionsBySystemType(String systemTypeId) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter systemTypeId ---------- 625. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java (at line 90) public static IHost[] getConnectionsBySubSystemConfiguration(ISubSystemConfiguration subsystemConfiguration) ^^^^^^^ Javadoc: Missing tag for return type ---------- 626. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java (at line 102) public static IHost[] getConnectionsBySubSystemConfiguration(String subsystemConfigurationId) ^^^^^^^ Javadoc: Missing tag for return type ---------- 627. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java (at line 116) public static ISubSystem[] getSubSystems(String subsystemConfigurationId) ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 628. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java (at line 133) public static ISubSystem[] getSubSystems(String subsystemConfigurationId, IHost connection) ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 629. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java (at line 149) public static ISubSystem getSubSystem(String subsystemConfigurationId, IHost connection) ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 630. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java (at line 169) public static ISubSystemConfiguration getSubSystemConfiguration(String subsystemConfigurationId) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 631. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java (at line 178) public static ISystemProfileManager getSystemProfileManager() ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 632. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java (at line 192) public static ISystemProfile[] getActiveSystemProfiles() ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 633. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/references/IRSEBasePersistableReferenceManager.java (at line 76) public int addReferencingObject(IRSEBasePersistableReferencingObject object); ^^^^^^ Javadoc: Missing tag for parameter object ---------- 634. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/references/IRSEBasePersistableReferenceManager.java (at line 83) public int removeReferencingObject(IRSEBasePersistableReferencingObject object); ^^^^^^ Javadoc: Missing tag for parameter object ---------- 635. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/references/IRSEBasePersistableReferenceManager.java (at line 90) public int removeAndDeReferenceReferencingObject(IRSEBasePersistableReferencingObject object); ^^^^^^ Javadoc: Missing tag for parameter object ---------- 636. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/references/IRSEBasePersistableReferenceManager.java (at line 149) public void save(IFolder folder, String fileName) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- ---------- 637. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/references/IRSEBasePersistableReferencingObject.java (at line 46) public void setReferencedObject(IRSEBasePersistableReferencedObject obj); ^^^ Javadoc: Missing tag for parameter obj ---------- 638. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/references/IRSEBasePersistableReferencingObject.java (at line 51) public String getReferencedObjectName(); ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 639. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/references/IRSEPersistableReferencingObject.java (at line 64) * @param l The new value of the ParentReferenceManager reference ^ Javadoc: Parameter l is not declared ---------- 640. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/references/IRSEPersistableReferencingObject.java (at line 66) void setParentReferenceManager(IRSEBasePersistableReferenceManager value); ^^^^^ Javadoc: Missing tag for parameter value ---------- ---------- 641. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/AbstractConnectorServiceManager.java (at line 143) public abstract IConnectorService createConnectorService(IHost host); ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 642. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/AbstractConnectorServiceManager.java (at line 143) public abstract IConnectorService createConnectorService(IHost host); ^^^^ Javadoc: Missing tag for parameter host ---------- 643. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/AbstractConnectorServiceManager.java (at line 158) public abstract boolean sharesSystem(ISubSystem otherSubSystem); ^^^^^^^ Javadoc: Missing tag for return type ---------- 644. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/AbstractConnectorServiceManager.java (at line 158) public abstract boolean sharesSystem(ISubSystem otherSubSystem); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter otherSubSystem ---------- ---------- 645. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/AbstractResource.java (at line 40) public AbstractResource(ISubSystem parentSubSystem) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentSubSystem ---------- ---------- 646. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/AuthenticatingConnectorService.java (at line 251) private void updateDefaultUserId(ISubSystem subsystem, String userId) { ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 647. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/AuthenticatingConnectorService.java (at line 251) private void updateDefaultUserId(ISubSystem subsystem, String userId) { ^^^^^^ Javadoc: Missing tag for parameter userId ---------- ---------- 648. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ICommunicationsListener.java (at line 32) public void communicationsStateChange(CommunicationsEvent e); ^ Javadoc: Missing tag for parameter e ---------- ---------- 649. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/IConnectorService.java (at line 276) public void acquireCredentials(boolean refresh) throws InterruptedException; ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InterruptedException ---------- ---------- 650. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/IRemoteServerLauncher.java (at line 89) public void setRexecPort(int newRexecPort); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter newRexecPort ---------- 651. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/IRemoteServerLauncher.java (at line 94) public void setAutoDetectSSL(boolean auto); ^^^^ Javadoc: Missing tag for parameter auto ---------- 652. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/IRemoteServerLauncher.java (at line 103) public void setDaemonPort(int newDaemonPort); ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newDaemonPort ---------- 653. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/IRemoteServerLauncher.java (at line 177) public boolean isEnabledServerLaunchType(ServerLaunchType serverLaunchType); ^^^^^^^ Javadoc: Missing tag for return type ---------- 654. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/IRemoteServerLauncher.java (at line 177) public boolean isEnabledServerLaunchType(ServerLaunchType serverLaunchType); ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter serverLaunchType ---------- ---------- 655. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/IServerLauncher.java (at line 33) public void setSignonInformation(SystemSignonInformation info); ^^^^ Javadoc: Missing tag for parameter info ---------- 656. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/IServerLauncher.java (at line 39) public SystemSignonInformation getSignonInformation(); ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 657. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/IServerLauncher.java (at line 45) public void setServerLauncherProperties(IServerLauncherProperties propertyInfo); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter propertyInfo ---------- 658. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/IServerLauncher.java (at line 51) public IServerLauncherProperties getServerLauncherProperties(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 659. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/IServerLauncher.java (at line 67) public Object launch(IProgressMonitor monitor) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 660. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/IServerLauncher.java (at line 82) public Object connect(int connectPort, IProgressMonitor monitor) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 661. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/IServerLauncher.java (at line 88) public void disconnect() throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- ---------- 662. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 52) public ISubSystemConfiguration getSubSystemConfiguration(); ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 663. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 57) public void setSubSystemConfiguration(ISubSystemConfiguration ssf); ^^^ Javadoc: Missing tag for parameter ssf ---------- 664. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 62) public void setHost(IHost conn); ^^^^ Javadoc: Missing tag for parameter conn ---------- 665. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 74) public ISystemProfile getSystemProfile(); ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 666. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 79) public IHost getHost(); ^^^^^ Javadoc: Missing tag for return type ---------- 667. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 101) public ISubSystem getPrimarySubSystem(); ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 668. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 117) public void renamingProfile(String oldName, String newName); ^^^^^^^ Javadoc: Missing tag for parameter oldName ---------- 669. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 117) public void renamingProfile(String oldName, String newName); ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 670. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 123) public void renamingConnection(String newName); ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 671. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 137) public void checkIsConnected() throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 672. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 168) public void setVendorAttribute(String vendorName, String attributeName, String attributeValue); ^^^^^^^^^^ Javadoc: Missing tag for parameter vendorName ---------- 673. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 168) public void setVendorAttribute(String vendorName, String attributeName, String attributeValue); ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter attributeName ---------- 674. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 168) public void setVendorAttribute(String vendorName, String attributeName, String attributeValue); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter attributeValue ---------- 675. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 183) public String getVendorAttribute(String vendorName, String attributeName); ^^^^^^^^^^ Javadoc: Missing tag for parameter vendorName ---------- 676. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 183) public String getVendorAttribute(String vendorName, String attributeName); ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter attributeName ---------- 677. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 193) public boolean forceUserIdToUpperCase(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 678. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 209) public String getLocalUserId(); ^^^^^^ Javadoc: Missing tag for return type ---------- 679. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 231) public Object[] getChildren(); ^^^^^^^^ Javadoc: Missing tag for return type ---------- 680. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 237) public boolean hasChildren(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 681. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 248) public boolean doesFilterListContentsOf(ISystemFilter filter, String remoteObjectAbsoluteName); ^^^^^^^ Javadoc: Missing tag for return type ---------- 682. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 248) public boolean doesFilterListContentsOf(ISystemFilter filter, String remoteObjectAbsoluteName); ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 683. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 248) public boolean doesFilterListContentsOf(ISystemFilter filter, String remoteObjectAbsoluteName); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteObjectAbsoluteName ---------- 684. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 257) public boolean doesFilterStringListContentsOf(ISystemFilterString filterString, String remoteObjectAbsoluteName); ^^^^^^^ Javadoc: Missing tag for return type ---------- 685. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 257) public boolean doesFilterStringListContentsOf(ISystemFilterString filterString, String remoteObjectAbsoluteName); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 686. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 257) public boolean doesFilterStringListContentsOf(ISystemFilterString filterString, String remoteObjectAbsoluteName); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteObjectAbsoluteName ---------- 687. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 263) public boolean doesFilterMatch(ISystemFilter filter, String remoteObjectAbsoluteName); ^^^^^^^ Javadoc: Missing tag for return type ---------- 688. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 263) public boolean doesFilterMatch(ISystemFilter filter, String remoteObjectAbsoluteName); ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 689. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 263) public boolean doesFilterMatch(ISystemFilter filter, String remoteObjectAbsoluteName); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteObjectAbsoluteName ---------- 690. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 269) public boolean doesFilterStringMatch(String filterString, String remoteObjectAbsoluteName, boolean caseSensitive); ^^^^^^^ Javadoc: Missing tag for return type ---------- 691. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 269) public boolean doesFilterStringMatch(String filterString, String remoteObjectAbsoluteName, boolean caseSensitive); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 692. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 269) public boolean doesFilterStringMatch(String filterString, String remoteObjectAbsoluteName, boolean caseSensitive); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteObjectAbsoluteName ---------- 693. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 269) public boolean doesFilterStringMatch(String filterString, String remoteObjectAbsoluteName, boolean caseSensitive); ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- 694. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 323) public IConnectorService getConnectorService(); ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 695. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 328) public boolean supportsCaching(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 696. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 337) public ICacheManager getCacheManager(); ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 697. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 342) public boolean isConnected(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 698. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 347) public boolean isConnectionError(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 699. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 352) public void setConnectionError(boolean error); ^^^^^ Javadoc: Missing tag for parameter error ---------- 700. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 358) public boolean isOffline(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 701. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 365) * thread, or {@link #connect(boolean, IRSECallback) from UI thread. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing closing brace for inline tag ---------- 702. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 416) public void disconnect() throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 703. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 424) public void disconnect(boolean collapseTree) throws Exception; ^^^^^^^^^^^^ Javadoc: Missing tag for parameter collapseTree ---------- 704. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 424) public void disconnect(boolean collapseTree) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 705. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 448) public Object[] resolveFilterString(String filterString, IProgressMonitor monitor) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 706. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 454) * This is the same as {@link #resolveFilterString(String)} but takes an array of ^^^^^^^^^^^^^^^^^^^ Javadoc: The method resolveFilterString(String, IProgressMonitor) in the type ISubSystem is not applicable for the arguments (String) ---------- 707. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 462) public Object[] resolveFilterStrings(String[] filterStrings, IProgressMonitor monitor) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 708. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 491) public Object[] resolveFilterString(Object parent, String filterString, IProgressMonitor monitor) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 709. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 523) public Object setProperty(Object subject, String key, String value) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 710. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 535) public String getProperty(Object subject, String key) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 711. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 548) public Object setProperties(Object subject, String[] keys, String[] values) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 712. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 560) public String[] getProperties(Object subject, String[] keys) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 713. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 597) * @param l The new value of the FilterPoolReferenceManager reference ^ Javadoc: Parameter l is not declared ---------- 714. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java (at line 599) void setFilterPoolReferenceManager(ISystemFilterPoolReferenceManager value); ^^^^^ Javadoc: Missing tag for parameter value ---------- ---------- 715. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 49) public ISystemFilterPoolManager[] getAllSystemFilterPoolManagers(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 716. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 58) public boolean supportsMultiStringFilters(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 717. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 64) public boolean supportsFilterStringExport(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 718. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 70) public boolean supportsSubSystemConnect(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 719. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 77) public boolean isPortEditable(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 720. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 83) public boolean supportsCommands(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 721. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 89) public boolean supportsProperties(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 722. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 97) public boolean supportsFilters(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 723. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 104) public boolean supportsFilterChildren(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 724. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 112) public boolean supportsFilterCaching(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 725. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 119) public boolean supportsMultipleFilterStrings(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 726. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 126) public boolean supportsNestedFilters(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 727. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 134) public boolean supportsQuickFilters(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 728. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 139) public boolean supportsDropInFilters(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 729. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 171) public boolean providesCustomDropInFilters(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 730. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 178) public boolean supportsUserDefinedActions(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 731. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 185) public boolean supportsCompileActions(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 732. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 191) public boolean supportsFileTypes(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 733. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 197) public boolean supportsTargets(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 734. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 206) public boolean supportsServerLaunchProperties(IHost host); ^^^^^^^ Javadoc: Missing tag for return type ---------- 735. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 206) public boolean supportsServerLaunchProperties(IHost host); ^^^^ Javadoc: Missing tag for parameter host ---------- 736. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 214) public boolean supportsServerLaunchType(ServerLaunchType serverLaunchType); ^^^^^^^ Javadoc: Missing tag for return type ---------- 737. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 214) public boolean supportsServerLaunchType(ServerLaunchType serverLaunchType); ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter serverLaunchType ---------- 738. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 220) public boolean isCaseSensitive(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 739. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 229) public boolean showFilterPools(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 740. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 242) public void setShowFilterPools(boolean show); ^^^^ Javadoc: Missing tag for parameter show ---------- 741. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 258) public void setSubSystemConfigurationProxy(ISubSystemConfigurationProxy proxy); ^^^^^ Javadoc: Missing tag for parameter proxy ---------- 742. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 263) public ISubSystemConfigurationProxy getSubSystemConfigurationProxy(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 743. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 272) public String getVendor(); ^^^^^^ Javadoc: Missing tag for return type ---------- 744. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 277) public String getName(); ^^^^^^ Javadoc: Missing tag for return type ---------- 745. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 282) public String getDescription(); ^^^^^^ Javadoc: Missing tag for return type ---------- 746. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 293) public String getCategory(); ^^^^^^ Javadoc: Missing tag for return type ---------- 747. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 298) public IRSESystemType[] getSystemTypes(); ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 748. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 310) public void deletingSystemProfile(ISystemProfile profile); ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 749. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 315) public void changingSystemProfileActiveStatus(ISystemProfile profile, boolean newStatus); ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 750. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 315) public void changingSystemProfileActiveStatus(ISystemProfile profile, boolean newStatus); ^^^^^^^^^ Javadoc: Missing tag for parameter newStatus ---------- 751. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 320) public ISystemProfile getSystemProfile(ISystemFilterPool pool); ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 752. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 320) public ISystemProfile getSystemProfile(ISystemFilterPool pool); ^^^^ Javadoc: Missing tag for parameter pool ---------- 753. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 349) public void renameSubSystemProfile(ISubSystem ss, String oldProfileName, String newProfileName); ^^ Javadoc: Missing tag for parameter ss ---------- 754. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 349) public void renameSubSystemProfile(ISubSystem ss, String oldProfileName, String newProfileName); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter oldProfileName ---------- 755. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 349) public void renameSubSystemProfile(ISubSystem ss, String oldProfileName, String newProfileName); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newProfileName ---------- 756. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 355) public void preTestRenameSubSystemProfile(String oldProfileName) throws Exception; ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter oldProfileName ---------- 757. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 355) public void preTestRenameSubSystemProfile(String oldProfileName) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 758. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 363) public void renameSubSystemsByConnection(IHost conn, String newConnectionName); ^^^^ Javadoc: Missing tag for parameter conn ---------- 759. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 363) public void renameSubSystemsByConnection(IHost conn, String newConnectionName); ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newConnectionName ---------- 760. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 369) public void deleteSubSystemsByConnection(IHost conn); ^^^^ Javadoc: Missing tag for parameter conn ---------- 761. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 378) * {@link org.eclipse.rse.core.subsystems.util.ISubSystemConfigurationAdapter#getNewConnectionWizardPages(ISubSystemConfiguration, org.eclipse.jface.wizard.IWizard)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.rse.core.subsystems.util cannot be resolved to a type ---------- 762. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 378) * {@link org.eclipse.rse.core.subsystems.util.ISubSystemConfigurationAdapter#getNewConnectionWizardPages(ISubSystemConfiguration, org.eclipse.jface.wizard.IWizard)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.jface cannot be resolved to a type ---------- 763. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 381) public ISubSystem createSubSystem(IHost conn, boolean creatingConnection, ISystemNewConnectionWizardPage[] yourNewConnectionWizardPages); ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 764. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 391) public IConnectorService getConnectorService(IHost host); ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 765. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 391) public IConnectorService getConnectorService(IHost host); ^^^^ Javadoc: Missing tag for parameter host ---------- 766. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 404) public IServerLauncherProperties createServerLauncher(IConnectorService connectorService); ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 767. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 404) public IServerLauncherProperties createServerLauncher(IConnectorService connectorService); ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter connectorService ---------- 768. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 423) public void setSubSystemPort(ISubSystem subsystem, int port); ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 769. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 423) public void setSubSystemPort(ISubSystem subsystem, int port); ^^^^ Javadoc: Missing tag for parameter port ---------- 770. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 428) public void setSubSystemUserId(ISubSystem subsystem, String userId); ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 771. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 428) public void setSubSystemUserId(ISubSystem subsystem, String userId); ^^^^^^ Javadoc: Missing tag for parameter userId ---------- 772. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 435) public boolean isSubSystemsDeletable(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 773. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 443) public boolean deleteSubSystem(ISubSystem subsystem); ^^^^^^^ Javadoc: Missing tag for return type ---------- 774. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 443) public boolean deleteSubSystem(ISubSystem subsystem); ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 775. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 453) public ISubSystem cloneSubSystem(ISubSystem oldSubsystem, IHost newConnection, boolean copyProfileOperation) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 776. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 460) public ISubSystem[] getSubSystems(IHost conn, boolean force); ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 777. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 465) public ISubSystem[] getSubSystems(boolean force); ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 778. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 465) public ISubSystem[] getSubSystems(boolean force); ^^^^^ Javadoc: Missing tag for parameter force ---------- 779. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 470) public void renameSubSystem(ISubSystem subsystem, String newName); ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 780. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 470) public void renameSubSystem(ISubSystem subsystem, String newName); ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 781. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 476) public void disconnectAllSubSystems() throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 782. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 484) public ISystemFilterPoolManager getFilterPoolManager(ISystemProfile profile); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 783. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 484) public ISystemFilterPoolManager getFilterPoolManager(ISystemProfile profile); ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 784. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 490) public ISystemFilterPoolManager copyFilterPoolManager(ISystemProfile oldProfile, ISystemProfile newProfile) throws Exception; ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 785. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 490) public ISystemFilterPoolManager copyFilterPoolManager(ISystemProfile oldProfile, ISystemProfile newProfile) throws Exception; ^^^^^^^^^^ Javadoc: Missing tag for parameter oldProfile ---------- 786. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 490) public ISystemFilterPoolManager copyFilterPoolManager(ISystemProfile oldProfile, ISystemProfile newProfile) throws Exception; ^^^^^^^^^^ Javadoc: Missing tag for parameter newProfile ---------- 787. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 490) public ISystemFilterPoolManager copyFilterPoolManager(ISystemProfile oldProfile, ISystemProfile newProfile) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 788. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 496) public ISystemFilterPool getDefaultSystemFilterPool(ISubSystem subsys); ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 789. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 496) public ISystemFilterPool getDefaultSystemFilterPool(ISubSystem subsys); ^^^^^^ Javadoc: Missing tag for parameter subsys ---------- 790. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 516) public String getTranslatedFilterTypeProperty(ISystemFilter selectedFilter); ^^^^^^ Javadoc: Missing tag for return type ---------- 791. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 516) public String getTranslatedFilterTypeProperty(ISystemFilter selectedFilter); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedFilter ---------- 792. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 521) public boolean showRefreshOnFilter(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 793. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 526) public boolean showGenericShowInTableOnFilter(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 794. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 532) public boolean showChangeFilterStringsPropertyPage(ISystemFilter filter); ^^^^^^^ Javadoc: Missing tag for return type ---------- 795. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 532) public boolean showChangeFilterStringsPropertyPage(ISystemFilter filter); ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 796. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 554) public void setConnection(IHost connection); ^^^^^^^^^^ Javadoc: Missing tag for parameter connection ---------- 797. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 559) public void setCurrentSelection(Object[] selection); ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 798. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 580) public void saveSubSystem(ISubSystem subsys) throws Exception; ^^^^^^ Javadoc: Missing tag for parameter subsys ---------- 799. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java (at line 580) public void saveSubSystem(ISubSystem subsys) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- ---------- 800. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfigurationProxy.java (at line 36) public String getId(); ^^^^^^ Javadoc: Missing tag for return type ---------- 801. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfigurationProxy.java (at line 42) public String getName(); ^^^^^^ Javadoc: Missing tag for return type ---------- 802. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfigurationProxy.java (at line 48) public String getDescription(); ^^^^^^ Javadoc: Missing tag for return type ---------- 803. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfigurationProxy.java (at line 62) public String getDeclaredSystemTypeIds(); ^^^^^^ Javadoc: Missing tag for return type ---------- 804. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfigurationProxy.java (at line 76) public boolean supportsAllSystemTypes(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 805. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfigurationProxy.java (at line 82) public String getVendor(); ^^^^^^ Javadoc: Missing tag for return type ---------- 806. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfigurationProxy.java (at line 89) public String getCategory(); ^^^^^^ Javadoc: Missing tag for return type ---------- 807. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfigurationProxy.java (at line 94) public boolean isSubSystemConfigurationActive(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 808. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfigurationProxy.java (at line 99) public int getPriority(); ^^^ Javadoc: Missing tag for return type ---------- 809. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfigurationProxy.java (at line 104) public ISubSystemConfiguration getSubSystemConfiguration(); ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 810. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfigurationProxy.java (at line 117) public boolean appliesToSystemType(IRSESystemType type); ^^^^^^^ Javadoc: Missing tag for return type ---------- 811. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfigurationProxy.java (at line 117) public boolean appliesToSystemType(IRSESystemType type); ^^^^ Javadoc: Missing tag for parameter type ---------- ---------- 812. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISystemDragDropAdapter.java (at line 32) public boolean canDrag(Object element); ^^^^^^^ Javadoc: Missing tag for return type ---------- 813. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISystemDragDropAdapter.java (at line 32) public boolean canDrag(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 814. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISystemDragDropAdapter.java (at line 37) public boolean canDrag(SystemRemoteResourceSet elements); ^^^^^^^ Javadoc: Missing tag for return type ---------- 815. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISystemDragDropAdapter.java (at line 37) public boolean canDrag(SystemRemoteResourceSet elements); ^^^^^^^^ Javadoc: Missing tag for parameter elements ---------- 816. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISystemDragDropAdapter.java (at line 111) public ISubSystem getSubSystem(Object element); ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 817. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISystemDragDropAdapter.java (at line 111) public ISubSystem getSubSystem(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- ---------- 818. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISystemRemoteObjectMatchProvider.java (at line 46) public String getRemoteSourceType(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 819. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISystemRemoteObjectMatchProvider.java (at line 58) public String getRemoteSubSubType(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 820. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISystemRemoteObjectMatchProvider.java (at line 70) public String getRemoteSubType(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 821. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISystemRemoteObjectMatchProvider.java (at line 80) public String getRemoteType(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 822. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISystemRemoteObjectMatchProvider.java (at line 90) public String getRemoteTypeCategory(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 823. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISystemRemoteObjectMatchProvider.java (at line 101) public ISubSystem getSubSystem(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 824. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISystemRemoteObjectMatchProvider.java (at line 112) public String getSubSystemConfigurationId(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- ---------- 825. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/RemoteServerLauncher.java (at line 289) public ServerLaunchType getServerLaunchTypeGen() ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 826. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/RemoteServerLauncher.java (at line 317) public boolean isSetServerLaunchType() ^^^^^^^ Javadoc: Missing tag for return type ---------- 827. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/RemoteServerLauncher.java (at line 473) public void setRestrictedType(String attributeName, String attributeValue) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter attributeName ---------- 828. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/RemoteServerLauncher.java (at line 473) public void setRestrictedType(String attributeName, String attributeValue) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter attributeValue ---------- ---------- 829. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ServerLaunchType.java (at line 225) public static ServerLaunchType get(String name) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 830. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ServerLaunchType.java (at line 225) public static ServerLaunchType get(String name) { ^^^^ Javadoc: Missing tag for parameter name ---------- 831. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ServerLaunchType.java (at line 241) public static ServerLaunchType get(int value) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 832. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ServerLaunchType.java (at line 241) public static ServerLaunchType get(int value) { ^^^^^ Javadoc: Missing tag for parameter value ---------- ---------- 833. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 38) public static ISubSystem getParentSubSystem(ISystemFilterPoolReference poolReference) ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 834. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 38) public static ISubSystem getParentSubSystem(ISystemFilterPoolReference poolReference) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolReference ---------- 835. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 50) public static ISubSystemConfiguration getParentSubSystemConfiguration(ISystemFilterPool pool) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 836. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 50) public static ISubSystemConfiguration getParentSubSystemConfiguration(ISystemFilterPool pool) ^^^^ Javadoc: Missing tag for parameter pool ---------- 837. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 58) public static ISubSystemConfiguration getParentSubSystemConfiguration(ISystemFilter filter) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 838. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 58) public static ISubSystemConfiguration getParentSubSystemConfiguration(ISystemFilter filter) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 839. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 66) public static ISubSystemConfiguration getParentSubSystemConfiguration(ISystemFilterContainer container) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 840. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 66) public static ISubSystemConfiguration getParentSubSystemConfiguration(ISystemFilterContainer container) ^^^^^^^^^ Javadoc: Missing tag for parameter container ---------- 841. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 78) public static ISubSystemConfiguration getParentSubSystemConfiguration(ISystemFilterPoolReference poolRef) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 842. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 78) public static ISubSystemConfiguration getParentSubSystemConfiguration(ISystemFilterPoolReference poolRef) ^^^^^^^ Javadoc: Missing tag for parameter poolRef ---------- 843. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 90) public static ISubSystemConfiguration getParentSubSystemConfiguration(ISystemFilterReference filterRef) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 844. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 90) public static ISubSystemConfiguration getParentSubSystemConfiguration(ISystemFilterReference filterRef) ^^^^^^^^^ Javadoc: Missing tag for parameter filterRef ---------- 845. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 102) public static ISystemFilterPoolManager getParentSystemFilterPoolManager(ISystemFilterPool pool) ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 846. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 102) public static ISystemFilterPoolManager getParentSystemFilterPoolManager(ISystemFilterPool pool) ^^^^ Javadoc: Missing tag for parameter pool ---------- 847. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 109) public static ISystemProfile getParentSystemProfile(ISystemFilterPool pool) ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 848. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/SubSystemHelpers.java (at line 109) public static ISystemProfile getParentSystemProfile(ISystemFilterPool pool) ^^^^ Javadoc: Missing tag for parameter pool ---------- ---------- 849. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/IRemoteSystemsProject.java (at line 32) IProject getProject(); ^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 850. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilter.java (at line 312) public String getTypeGen() ^^^^^^ Javadoc: Missing tag for return type ---------- 851. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilter.java (at line 436) public boolean supportsNestedFilters() ^^^^^^^ Javadoc: Missing tag for return type ---------- 852. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilter.java (at line 563) public ISystemFilter cloneSystemFilter(ISystemFilter filter, String aliasName) ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 853. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilter.java (at line 616) private java.util.List internalGetFilterStrings() ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 854. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilter.java (at line 874) public Object[] getChildren() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 855. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilter.java (at line 901) public boolean hasChildren() ^^^^^^^ Javadoc: Missing tag for return type ---------- 856. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilter.java (at line 952) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 857. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilter.java (at line 974) protected static String getRootSaveFileName(ISystemFilter filter) ^^^^^^ Javadoc: Missing tag for return type ---------- 858. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilter.java (at line 974) protected static String getRootSaveFileName(ISystemFilter filter) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 859. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilter.java (at line 981) protected static String getRootSaveFileName(IRSEFilterNamingPolicy namingPolicy, String name) ^^^^^^ Javadoc: Missing tag for return type ---------- 860. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilter.java (at line 981) protected static String getRootSaveFileName(IRSEFilterNamingPolicy namingPolicy, String name) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter namingPolicy ---------- 861. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilter.java (at line 981) protected static String getRootSaveFileName(IRSEFilterNamingPolicy namingPolicy, String name) ^^^^ Javadoc: Missing tag for parameter name ---------- 862. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilter.java (at line 990) protected static IRSEFilterNamingPolicy getNamingPolicy(ISystemFilter filter) ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 863. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilter.java (at line 990) protected static IRSEFilterNamingPolicy getNamingPolicy(ISystemFilter filter) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 864. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilter.java (at line 1000) public static String addPathTerminator(String path) ^^^^^^ Javadoc: Missing tag for return type ---------- 865. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilter.java (at line 1000) public static String addPathTerminator(String path) ^^^^ Javadoc: Missing tag for parameter path ---------- ---------- 866. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 71) public ISystemFilter createSystemFilter(java.util.List filters, ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 867. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 105) public ISystemFilter createSystemFilter(Vector filters, ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 868. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 128) private ISystemFilter internalCreateSystemFilter( ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 869. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 129) ISystemFilterPool parentPool, ^^^^^^^^^^ Javadoc: Missing tag for parameter parentPool ---------- 870. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 130) String aliasName, Vector filterStrings) ^^^^^^^^^ Javadoc: Missing tag for parameter aliasName ---------- 871. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 130) String aliasName, Vector filterStrings) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterStrings ---------- 872. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 163) public Vector getSystemFilterNames(java.util.List filters) ^^^^^^ Javadoc: Missing tag for return type ---------- 873. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 163) public Vector getSystemFilterNames(java.util.List filters) ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 874. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 184) public Vector getSystemFilterNames(Vector filters) ^^^^^^ Javadoc: Missing tag for return type ---------- 875. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 184) public Vector getSystemFilterNames(Vector filters) ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 876. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 204) public Vector getSystemFiltersVector(java.util.List filters) ^^^^^^ Javadoc: Missing tag for return type ---------- 877. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 204) public Vector getSystemFiltersVector(java.util.List filters) ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 878. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 218) public Vector getSystemFiltersVector(Vector filters) ^^^^^^ Javadoc: Missing tag for return type ---------- 879. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 218) public Vector getSystemFiltersVector(Vector filters) ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 880. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 226) public ISystemFilter[] getSystemFilters(java.util.List filters) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 881. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 226) public ISystemFilter[] getSystemFilters(java.util.List filters) ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 882. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 242) public ISystemFilter[] getSystemFilters(Vector filters) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 883. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 242) public ISystemFilter[] getSystemFilters(Vector filters) ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 884. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 258) public int getSystemFilterCount(java.util.List filters) ^^^ Javadoc: Missing tag for return type ---------- 885. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 258) public int getSystemFilterCount(java.util.List filters) ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 886. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 267) public int getSystemFilterCount(Vector filters) ^^^ Javadoc: Missing tag for return type ---------- 887. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 267) public int getSystemFilterCount(Vector filters) ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 888. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 276) public boolean hasSystemFilters(java.util.List filters) ^^^^^^^ Javadoc: Missing tag for return type ---------- 889. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 276) public boolean hasSystemFilters(java.util.List filters) ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 890. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 283) public boolean hasSystemFilters(Vector filters) ^^^^^^^ Javadoc: Missing tag for return type ---------- 891. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 283) public boolean hasSystemFilters(Vector filters) ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 892. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 296) public ISystemFilter getSystemFilter(java.util.List filters, String aliasName) ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 893. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 316) public ISystemFilter getSystemFilter(Vector filters, String aliasName) ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 894. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 342) public boolean addSystemFilter(java.util.List filters, ISystemFilter filter) ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 895. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 353) protected boolean internalAddSystemFilter(java.util.List filters, ISystemFilter filter) ^^^^^^^ Javadoc: Missing tag for return type ---------- 896. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 353) protected boolean internalAddSystemFilter(java.util.List filters, ISystemFilter filter) ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 897. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 353) protected boolean internalAddSystemFilter(java.util.List filters, ISystemFilter filter) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 898. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 369) public boolean addSystemFilter(Vector filters, ISystemFilter filter) ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 899. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 380) private boolean internalAddSystemFilter(Vector filters, ISystemFilter filter) ^^^^^^^ Javadoc: Missing tag for return type ---------- 900. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 380) private boolean internalAddSystemFilter(Vector filters, ISystemFilter filter) ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 901. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 380) private boolean internalAddSystemFilter(Vector filters, ISystemFilter filter) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 902. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 466) public ISystemFilter cloneSystemFilter(java.util.List filters, ISystemFilter filter, String aliasName) ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 903. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 488) public ISystemFilter cloneSystemFilter(Vector filters, ISystemFilter filter, String aliasName) ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 904. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 522) public int getSystemFilterPosition(java.util.List filters, ISystemFilter filter) ^^^ Javadoc: Missing tag for return type ---------- 905. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 522) public int getSystemFilterPosition(java.util.List filters, ISystemFilter filter) ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 906. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 522) public int getSystemFilterPosition(java.util.List filters, ISystemFilter filter) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 907. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 537) public int getSystemFilterPosition(Vector filters, ISystemFilter filter) ^^^ Javadoc: Missing tag for return type ---------- 908. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 537) public int getSystemFilterPosition(Vector filters, ISystemFilter filter) ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 909. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 537) public int getSystemFilterPosition(Vector filters, ISystemFilter filter) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 910. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 553) public void moveSystemFilter(java.util.List filters, int pos, ISystemFilter filter) ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 911. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 553) public void moveSystemFilter(java.util.List filters, int pos, ISystemFilter filter) ^^^ Javadoc: Missing tag for parameter pos ---------- 912. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 553) public void moveSystemFilter(java.util.List filters, int pos, ISystemFilter filter) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 913. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 562) public void moveSystemFilter(Vector filters, int pos, ISystemFilter filter) ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 914. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 562) public void moveSystemFilter(Vector filters, int pos, ISystemFilter filter) ^^^ Javadoc: Missing tag for parameter pos ---------- 915. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerCommonMethods.java (at line 562) public void moveSystemFilter(Vector filters, int pos, ISystemFilter filter) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- ---------- 916. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 63) public String getName() ^^^^^^ Javadoc: Missing tag for return type ---------- 917. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 77) public boolean hasFilters() ^^^^^^^ Javadoc: Missing tag for return type ---------- 918. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 85) public int getFilterCount() ^^^ Javadoc: Missing tag for return type ---------- 919. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 102) public ISystemFilterReference[] getSystemFilterReferences(ISubSystem subSystem) ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 920. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 102) public ISystemFilterReference[] getSystemFilterReferences(ISubSystem subSystem) ^^^^^^^^^ Javadoc: Missing tag for parameter subSystem ---------- 921. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 138) private boolean compareFilters(java.util.List newFilters) ^^^^^^^ Javadoc: Missing tag for return type ---------- 922. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 138) private boolean compareFilters(java.util.List newFilters) ^^^^^^^^^^ Javadoc: Missing tag for parameter newFilters ---------- 923. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 170) private ISystemFilterReference[] generateFilterReferences(ISubSystem subSystem, java.util.List newFilters) ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 924. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 170) private ISystemFilterReference[] generateFilterReferences(ISubSystem subSystem, java.util.List newFilters) ^^^^^^^^^ Javadoc: Missing tag for parameter subSystem ---------- 925. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 170) private ISystemFilterReference[] generateFilterReferences(ISubSystem subSystem, java.util.List newFilters) ^^^^^^^^^^ Javadoc: Missing tag for parameter newFilters ---------- 926. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 209) public ISystemFilterReference generateFilterReference( ISubSystem subSystem, ISystemFilter filter) ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 927. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 209) public ISystemFilterReference generateFilterReference( ISubSystem subSystem, ISystemFilter filter) ^^^^^^^^^ Javadoc: Missing tag for parameter subSystem ---------- 928. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 209) public ISystemFilterReference generateFilterReference( ISubSystem subSystem, ISystemFilter filter) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 929. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 218) public ISystemFilterReference generateAndRecordFilterReference(ISubSystem subSystem, ISystemFilter filter) ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 930. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 218) public ISystemFilterReference generateAndRecordFilterReference(ISubSystem subSystem, ISystemFilter filter) ^^^^^^^^^ Javadoc: Missing tag for parameter subSystem ---------- 931. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 218) public ISystemFilterReference generateAndRecordFilterReference(ISubSystem subSystem, ISystemFilter filter) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 932. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 245) public ISystemFilterReference getExistingSystemFilterReference(ISubSystem subSystem, ISystemFilter filter) ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 933. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 245) public ISystemFilterReference getExistingSystemFilterReference(ISubSystem subSystem, ISystemFilter filter) ^^^^^^^^^ Javadoc: Missing tag for parameter subSystem ---------- 934. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterContainerReferenceCommonMethods.java (at line 245) public ISystemFilterReference getExistingSystemFilterReference(ISubSystem subSystem, ISystemFilter filter) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- ---------- 935. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPool.java (at line 266) public SystemFilterPool(String poolName, boolean allowNestedFilters, boolean isDeletable) ^^^^^^^^ Javadoc: Missing tag for parameter poolName ---------- 936. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPool.java (at line 266) public SystemFilterPool(String poolName, boolean allowNestedFilters, boolean isDeletable) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter allowNestedFilters ---------- 937. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPool.java (at line 266) public SystemFilterPool(String poolName, boolean allowNestedFilters, boolean isDeletable) ^^^^^^^^^^^ Javadoc: Missing tag for parameter isDeletable ---------- 938. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPool.java (at line 369) public void setSupportsNestedFiltersGen(boolean newSupportsNestedFilters) ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newSupportsNestedFilters ---------- 939. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPool.java (at line 391) public void setSupportsDuplicateFilterStringsGen(boolean newSupportsDuplicateFilterStrings) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newSupportsDuplicateFilterStrings ---------- 940. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPool.java (at line 415) public void setStringsCaseSensitiveGen(boolean newStringsCaseSensitive) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newStringsCaseSensitive ---------- 941. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPool.java (at line 500) public String getTypeGen() ^^^^^^ Javadoc: Missing tag for return type ---------- 942. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPool.java (at line 773) public ISystemFilter cloneSystemFilter(ISystemFilter filter, String aliasName) ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 943. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPool.java (at line 812) protected static Vector deduceFilterNames(IFolder folder, IRSEFilterNamingPolicy namingPolicy) ^^^^^^ Javadoc: Missing tag for return type ---------- 944. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPool.java (at line 812) protected static Vector deduceFilterNames(IFolder folder, IRSEFilterNamingPolicy namingPolicy) ^^^^^^ Javadoc: Missing tag for parameter folder ---------- 945. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPool.java (at line 812) protected static Vector deduceFilterNames(IFolder folder, IRSEFilterNamingPolicy namingPolicy) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter namingPolicy ---------- 946. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPool.java (at line 870) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 947. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPool.java (at line 1026) protected static String getRootSaveFileName(ISystemFilterPool pool) ^^^^^^ Javadoc: Missing tag for return type ---------- 948. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPool.java (at line 1026) protected static String getRootSaveFileName(ISystemFilterPool pool) ^^^^ Javadoc: Missing tag for parameter pool ---------- 949. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPool.java (at line 1033) protected static String getRootSaveFileName(ISystemFilterPool pool, String newName) ^^^^^^ Javadoc: Missing tag for return type ---------- 950. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPool.java (at line 1033) protected static String getRootSaveFileName(ISystemFilterPool pool, String newName) ^^^^ Javadoc: Missing tag for parameter pool ---------- 951. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPool.java (at line 1033) protected static String getRootSaveFileName(ISystemFilterPool pool, String newName) ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 952. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPool.java (at line 1040) protected static String getRootSaveFileName(IRSEFilterNamingPolicy namingPolicy, String poolName) ^^^^^^ Javadoc: Missing tag for return type ---------- 953. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPool.java (at line 1040) protected static String getRootSaveFileName(IRSEFilterNamingPolicy namingPolicy, String poolName) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter namingPolicy ---------- 954. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPool.java (at line 1040) protected static String getRootSaveFileName(IRSEFilterNamingPolicy namingPolicy, String poolName) ^^^^^^^^ Javadoc: Missing tag for parameter poolName ---------- 955. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPool.java (at line 1156) public boolean isSingleFilterStringOnlyGen() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 956. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 160) private SystemFilterPoolManager(ISystemProfile profile) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 957. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 197) public static ISystemFilterPoolManager createSystemFilterPoolManager(ISystemProfile profile, Logger logger, ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 958. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 324) public void setSupportsDuplicateFilterStringsGen(boolean newSupportsDuplicateFilterStrings) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newSupportsDuplicateFilterStrings ---------- 959. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 367) public void setStringsCaseSensitiveGen(boolean newStringsCaseSensitive) { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newStringsCaseSensitive ---------- 960. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 1174) private void moveFilter(ISystemFilter filter, int newPos) { ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 961. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 1174) private void moveFilter(ISystemFilter filter, int newPos) { ^^^^^^ Javadoc: Missing tag for parameter newPos ---------- 962. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 1399) private void moveFilterString(ISystemFilter filter, ISystemFilterString filterString, int newPos) { ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 963. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 1399) private void moveFilterString(ISystemFilter filter, ISystemFilterString filterString, int newPos) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 964. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 1399) private void moveFilterString(ISystemFilter filter, ISystemFilterString filterString, int newPos) { ^^^^^^ Javadoc: Missing tag for parameter newPos ---------- 965. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 1420) public IFile getSaveFile(ISystemFilterPool pool) { ^^^^^ Javadoc: Missing tag for return type ---------- 966. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 1420) public IFile getSaveFile(ISystemFilterPool pool) { ^^^^ Javadoc: Missing tag for parameter pool ---------- 967. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 1446) protected static ISystemFilterPoolManager restoreFromOneFile(Logger logger, IFolder mgrFolder, String name, IRSEFilterNamingPolicy namingPolicy) throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 968. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 1446) protected static ISystemFilterPoolManager restoreFromOneFile(Logger logger, IFolder mgrFolder, String name, IRSEFilterNamingPolicy namingPolicy) throws Exception { ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 969. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 1465) public Logger getLogger() { ^^^^^^ Javadoc: Missing tag for return type ---------- 970. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 1473) public void setLogger(Logger logger) { ^^^^^^ Javadoc: Missing tag for parameter logger ---------- 971. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 1542) public void logMessage(String msg) { ^^^ Javadoc: Missing tag for parameter msg ---------- 972. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 1582) public void setSupportsNestedFiltersGen(boolean newSupportsNestedFilters) { ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newSupportsNestedFilters ---------- 973. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 1644) public boolean commit(ISystemFilterPool pool) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 974. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolManager.java (at line 1644) public boolean commit(ISystemFilterPool pool) { ^^^^ Javadoc: Missing tag for parameter pool ---------- ---------- 975. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolReferenceManager.java (at line 380) private ISystemFilterPoolReference createSystemFilterPoolReference(ISystemFilterPool filterPool) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 976. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolReferenceManager.java (at line 380) private ISystemFilterPoolReference createSystemFilterPoolReference(ISystemFilterPool filterPool) { ^^^^^^^^^^ Javadoc: Missing tag for parameter filterPool ---------- 977. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolReferenceManager.java (at line 392) private ISystemFilterPoolReference createSystemFilterPoolReference(String filterPoolName) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 978. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolWrapper.java (at line 40) public SystemFilterPoolWrapper(String displayName, ISystemFilterPool poolToWrapper) ^^^^^^^^^^^ Javadoc: Missing tag for parameter displayName ---------- 979. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolWrapper.java (at line 40) public SystemFilterPoolWrapper(String displayName, ISystemFilterPool poolToWrapper) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolToWrapper ---------- ---------- 980. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolWrapperInformation.java (at line 47) public SystemFilterPoolWrapperInformation(String promptLabel, String promptTooltip, String verbiageLabel) ^^^^^^^^^^^ Javadoc: Missing tag for parameter promptLabel ---------- 981. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolWrapperInformation.java (at line 47) public SystemFilterPoolWrapperInformation(String promptLabel, String promptTooltip, String verbiageLabel) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter promptTooltip ---------- 982. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolWrapperInformation.java (at line 47) public SystemFilterPoolWrapperInformation(String promptLabel, String promptTooltip, String verbiageLabel) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter verbiageLabel ---------- 983. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolWrapperInformation.java (at line 59) public void addWrapper(ISystemFilterPoolWrapper wrapper) ^^^^^^^ Javadoc: Missing tag for parameter wrapper ---------- 984. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolWrapperInformation.java (at line 66) public void addWrapper(String displayName, ISystemFilterPool poolToWrap, boolean preSelect) ^^^^^^^^^^^ Javadoc: Missing tag for parameter displayName ---------- 985. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolWrapperInformation.java (at line 66) public void addWrapper(String displayName, ISystemFilterPool poolToWrap, boolean preSelect) ^^^^^^^^^^ Javadoc: Missing tag for parameter poolToWrap ---------- 986. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolWrapperInformation.java (at line 66) public void addWrapper(String displayName, ISystemFilterPool poolToWrap, boolean preSelect) ^^^^^^^^^ Javadoc: Missing tag for parameter preSelect ---------- 987. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterPoolWrapperInformation.java (at line 76) public void setPreSelectWrapper(ISystemFilterPoolWrapper wrapper) ^^^^^^^ Javadoc: Missing tag for parameter wrapper ---------- ---------- 988. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/filters/SystemFilterString.java (at line 286) public String getTypeGen() ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 989. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemHostPool.java (at line 82) public static ISystemHostPool getSystemHostPool(ISystemProfile profile) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 990. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemHostPool.java (at line 82) public static ISystemHostPool getSystemHostPool(ISystemProfile profile) ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 991. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemHostPool.java (at line 83) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 992. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemHostPool.java (at line 439) private void moveConnection(IHost conn, int newPos) ^^^^ Javadoc: Missing tag for parameter conn ---------- 993. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemHostPool.java (at line 439) private void moveConnection(IHost conn, int newPos) ^^^^^^ Javadoc: Missing tag for parameter newPos ---------- 994. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemHostPool.java (at line 475) protected static String getSaveFileName(IHost connection) ^^^^^^ Javadoc: Missing tag for return type ---------- 995. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemHostPool.java (at line 475) protected static String getSaveFileName(IHost connection) ^^^^^^^^^^ Javadoc: Missing tag for parameter connection ---------- 996. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemHostPool.java (at line 483) protected static String getRootSaveFileName(IHost connection) ^^^^^^ Javadoc: Missing tag for return type ---------- 997. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemHostPool.java (at line 483) protected static String getRootSaveFileName(IHost connection) ^^^^^^^^^^ Javadoc: Missing tag for parameter connection ---------- 998. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemHostPool.java (at line 490) protected static String getRootSaveFileName(String connectionName) ^^^^^^ Javadoc: Missing tag for return type ---------- 999. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemHostPool.java (at line 490) protected static String getRootSaveFileName(String connectionName) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter connectionName ---------- 1000. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemHostPool.java (at line 539) public String toStringGen() ^^^^^^ Javadoc: Missing tag for return type ---------- 1001. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemHostPool.java (at line 552) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 1002. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemHostPool.java (at line 562) protected IHost restore(String connectionName) ^^^^^ Javadoc: Missing tag for return type ---------- 1003. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemHostPool.java (at line 562) protected IHost restore(String connectionName) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter connectionName ---------- 1004. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemHostPool.java (at line 563) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 1005. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemHostPool.java (at line 619) public void commit(IHost connection) ^^^^^^^^^^ Javadoc: Missing tag for parameter connection ---------- ---------- 1006. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemModelChangeEvent.java (at line 35) public SystemModelChangeEvent(int eventType, int resourceType, Object resource) ^^^^^^^^^ Javadoc: Missing tag for parameter eventType ---------- 1007. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemModelChangeEvent.java (at line 35) public SystemModelChangeEvent(int eventType, int resourceType, Object resource) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter resourceType ---------- 1008. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemModelChangeEvent.java (at line 35) public SystemModelChangeEvent(int eventType, int resourceType, Object resource) ^^^^^^^^ Javadoc: Missing tag for parameter resource ---------- 1009. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemModelChangeEvent.java (at line 45) public SystemModelChangeEvent(int eventType, int resourceType, Object resource, String oldName) ^^^^^^^^^ Javadoc: Missing tag for parameter eventType ---------- 1010. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemModelChangeEvent.java (at line 45) public SystemModelChangeEvent(int eventType, int resourceType, Object resource, String oldName) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter resourceType ---------- 1011. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemModelChangeEvent.java (at line 45) public SystemModelChangeEvent(int eventType, int resourceType, Object resource, String oldName) ^^^^^^^^ Javadoc: Missing tag for parameter resource ---------- 1012. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemModelChangeEvent.java (at line 45) public SystemModelChangeEvent(int eventType, int resourceType, Object resource, String oldName) ^^^^^^^ Javadoc: Missing tag for parameter oldName ---------- 1013. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemModelChangeEvent.java (at line 60) public void setEventType(int eventType) ^^^^^^^^^ Javadoc: Missing tag for parameter eventType ---------- 1014. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemModelChangeEvent.java (at line 67) public void setResourceType(int resourceType) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter resourceType ---------- 1015. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemModelChangeEvent.java (at line 74) public void setResource(Object resource) ^^^^^^^^ Javadoc: Missing tag for parameter resource ---------- 1016. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemModelChangeEvent.java (at line 81) public void setOldName(String oldName) ^^^^^^^ Javadoc: Missing tag for parameter oldName ---------- ---------- 1017. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemModelChangeEventManager.java (at line 42) public void addSystemModelChangeListener(ISystemModelChangeListener l) ^ Javadoc: Missing tag for parameter l ---------- 1018. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemModelChangeEventManager.java (at line 52) public void removeSystemModelChangeListener(ISystemModelChangeListener l) ^ Javadoc: Missing tag for parameter l ---------- 1019. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemModelChangeEventManager.java (at line 61) public void notify(ISystemModelChangeEvent event) ^^^^^ Javadoc: Missing tag for parameter event ---------- ---------- 1020. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemPreferenceChangeEvent.java (at line 39) * @param source The object that was added,deleted,renamed,changed. ^^^^^^ Javadoc: Parameter source is not declared ---------- 1021. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemPreferenceChangeEvent.java (at line 41) * @param parent The parent of the object that was added or deleted. ^^^^^^ Javadoc: Parameter parent is not declared ---------- 1022. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemPreferenceChangeEvent.java (at line 43) public SystemPreferenceChangeEvent(int type, Object oldValue, Object newValue) ^^^^^^^^ Javadoc: Missing tag for parameter oldValue ---------- 1023. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemPreferenceChangeEvent.java (at line 43) public SystemPreferenceChangeEvent(int type, Object oldValue, Object newValue) ^^^^^^^^ Javadoc: Missing tag for parameter newValue ---------- 1024. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemPreferenceChangeEvent.java (at line 85) public void setOldValue(Object value) ^^^^^ Javadoc: Missing tag for parameter value ---------- 1025. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemPreferenceChangeEvent.java (at line 92) public void setNewValue(Object value) ^^^^^ Javadoc: Missing tag for parameter value ---------- ---------- 1026. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemPreferenceChangeManager.java (at line 42) public void addSystemPreferenceChangeListener(ISystemPreferenceChangeListener l) ^ Javadoc: Missing tag for parameter l ---------- 1027. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemPreferenceChangeManager.java (at line 52) public void removeSystemPreferenceChangeListener(ISystemPreferenceChangeListener l) ^ Javadoc: Missing tag for parameter l ---------- 1028. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemPreferenceChangeManager.java (at line 61) public void notify(ISystemPreferenceChangeEvent event) ^^^^^ Javadoc: Missing tag for parameter event ---------- ---------- 1029. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemProfile.java (at line 85) * Shortcut for {@link ISystemRegistry#createHost(String,String,String,String)} ^^^^^^^^^^ Javadoc: The method createHost(String, IRSESystemType, String, String, String) in the type ISystemRegistry is not applicable for the arguments (String, String, String, String) ---------- ---------- 1030. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemProfileManager.java (at line 160) private ISystemProfile getSystemProfileOld(String name) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getSystemProfileOld(String) from the type SystemProfileManager is never used locally ---------- 1031. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemProfileManager.java (at line 219) private boolean isSystemProfileActiveOld(String profileName) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isSystemProfileActiveOld(String) from the type SystemProfileManager is never used locally ---------- 1032. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/model/SystemProfileManager.java (at line 264) private String[] getActiveSystemProfileNamesOld() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getActiveSystemProfileNamesOld() from the type SystemProfileManager is never used locally ---------- ---------- 1033. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/subsystems/ServerLauncher.java (at line 115) public String getVendorAttribute(String vendor, String attributeName) ^^^^^^ Javadoc: Missing tag for return type ---------- 1034. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/subsystems/ServerLauncher.java (at line 115) public String getVendorAttribute(String vendor, String attributeName) ^^^^^^ Javadoc: Missing tag for parameter vendor ---------- 1035. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/core/subsystems/ServerLauncher.java (at line 115) public String getVendorAttribute(String vendor, String attributeName) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter attributeName ---------- ---------- 1036. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/logging/LogListener.java (at line 108) * @param tmp org.eclipse.core.runtime.IStatus ^^^ Javadoc: Parameter tmp is not declared ---------- 1037. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/logging/LogListener.java (at line 110) private void loggingChild(IStatus status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- ---------- 1038. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/PFMetadataAnchor.java (at line 84) private File getProfileFolder(String profileLocationName) { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter profileLocationName ---------- ---------- 1039. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/PFWorkspaceAnchor.java (at line 90) private IFolder getProfileFolder(String profileLocationName) { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter profileLocationName ---------- ---------- 1040. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/PropertyFileProvider.java (at line 389) * @param monitor The progress monitor. ^^^^^^^ Javadoc: Parameter monitor is not declared ---------- ---------- 1041. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/RSEPersistenceManager.java (at line 352) * @return ^^^^^^ Javadoc: Missing return type description ---------- 1042. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/RSEPersistenceManager.java (at line 365) private List loadProfiles(IRSEPersistenceProvider persistenceProvider, long timeout) { ^^^^^^^ Javadoc: Missing tag for parameter timeout ---------- 1043. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/RSEPersistenceManager.java (at line 383) private synchronized ISystemProfile load(IRSEPersistenceProvider provider, String profileName, long timeout) { ^^^^^^^ Javadoc: Missing tag for parameter timeout ---------- 1044. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/RSEPersistenceManager.java (at line 408) private boolean save(ISystemProfile profile, boolean force, long timeout) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 1045. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/RSEPersistenceManager.java (at line 408) private boolean save(ISystemProfile profile, boolean force, long timeout) { ^^^^^ Javadoc: Missing tag for parameter force ---------- 1046. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/RSEPersistenceManager.java (at line 408) private boolean save(ISystemProfile profile, boolean force, long timeout) { ^^^^^^^ Javadoc: Missing tag for parameter timeout ---------- ---------- 1047. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/IRSEDOMExporter.java (at line 113) * @param filterPool the filter pool from which to create the node ^^^^^^^^^^ Javadoc: Parameter filterPool is not declared ---------- 1048. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/IRSEDOMExporter.java (at line 118) RSEDOMNode createNode(RSEDOMNode parent, ISystemFilterPool fp, boolean clean); ^^ Javadoc: Missing tag for parameter fp ---------- ---------- 1049. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/IRSEDOMImporter.java (at line 48) IHost restoreHost(ISystemProfile profile, RSEDOMNode hostNode); ^^^^^ Javadoc: Missing tag for return type ---------- 1050. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/IRSEDOMImporter.java (at line 48) IHost restoreHost(ISystemProfile profile, RSEDOMNode hostNode); ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 1051. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/IRSEDOMImporter.java (at line 48) IHost restoreHost(ISystemProfile profile, RSEDOMNode hostNode); ^^^^^^^^ Javadoc: Missing tag for parameter hostNode ---------- 1052. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/IRSEDOMImporter.java (at line 53) IConnectorService restoreConnectorService(IHost host, RSEDOMNode connectorServiceNode); ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1053. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/IRSEDOMImporter.java (at line 53) IConnectorService restoreConnectorService(IHost host, RSEDOMNode connectorServiceNode); ^^^^ Javadoc: Missing tag for parameter host ---------- 1054. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/IRSEDOMImporter.java (at line 53) IConnectorService restoreConnectorService(IHost host, RSEDOMNode connectorServiceNode); ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter connectorServiceNode ---------- 1055. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/IRSEDOMImporter.java (at line 60) ISubSystem restoreSubSystem(IHost host, RSEDOMNode subSystemNode); ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1056. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/IRSEDOMImporter.java (at line 60) ISubSystem restoreSubSystem(IHost host, RSEDOMNode subSystemNode); ^^^^ Javadoc: Missing tag for parameter host ---------- 1057. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/IRSEDOMImporter.java (at line 60) ISubSystem restoreSubSystem(IHost host, RSEDOMNode subSystemNode); ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subSystemNode ---------- 1058. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/IRSEDOMImporter.java (at line 67) ISystemFilterPool restoreFilterPool(ISystemProfile profile, RSEDOMNode systemFilterPoolNode); ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1059. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/IRSEDOMImporter.java (at line 67) ISystemFilterPool restoreFilterPool(ISystemProfile profile, RSEDOMNode systemFilterPoolNode); ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 1060. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/IRSEDOMImporter.java (at line 67) ISystemFilterPool restoreFilterPool(ISystemProfile profile, RSEDOMNode systemFilterPoolNode); ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter systemFilterPoolNode ---------- 1061. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/IRSEDOMImporter.java (at line 76) IPropertySet restorePropertySet(IRSEModelObject modelObject, RSEDOMNode propertySetNode); ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1062. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/IRSEDOMImporter.java (at line 76) IPropertySet restorePropertySet(IRSEModelObject modelObject, RSEDOMNode propertySetNode); ^^^^^^^^^^^ Javadoc: Missing tag for parameter modelObject ---------- 1063. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/IRSEDOMImporter.java (at line 76) IPropertySet restorePropertySet(IRSEModelObject modelObject, RSEDOMNode propertySetNode); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter propertySetNode ---------- ---------- 1064. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMExporter.java (at line 31) import org.eclipse.rse.core.model.IProperty; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rse.core.model.IProperty is never used ---------- ---------- 1065. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 102) public IHost restoreHost(ISystemProfile profile, RSEDOMNode hostNode) { ^^^^^ Javadoc: Missing tag for return type ---------- 1066. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 102) public IHost restoreHost(ISystemProfile profile, RSEDOMNode hostNode) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 1067. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 102) public IHost restoreHost(ISystemProfile profile, RSEDOMNode hostNode) { ^^^^^^^^ Javadoc: Missing tag for parameter hostNode ---------- 1068. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 149) public IConnectorService restoreConnectorService(IHost host, RSEDOMNode connectorServiceNode) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1069. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 149) public IConnectorService restoreConnectorService(IHost host, RSEDOMNode connectorServiceNode) { ^^^^ Javadoc: Missing tag for parameter host ---------- 1070. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 149) public IConnectorService restoreConnectorService(IHost host, RSEDOMNode connectorServiceNode) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter connectorServiceNode ---------- 1071. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 220) public ISubSystem restoreSubSystem(IHost host, RSEDOMNode subSystemNode) { ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1072. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 220) public ISubSystem restoreSubSystem(IHost host, RSEDOMNode subSystemNode) { ^^^^ Javadoc: Missing tag for parameter host ---------- 1073. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 220) public ISubSystem restoreSubSystem(IHost host, RSEDOMNode subSystemNode) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subSystemNode ---------- 1074. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 287) public ISystemFilter restoreFilter(ISystemFilterPool filterPool, RSEDOMNode node) { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1075. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 287) public ISystemFilter restoreFilter(ISystemFilterPool filterPool, RSEDOMNode node) { ^^^^^^^^^^ Javadoc: Missing tag for parameter filterPool ---------- 1076. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 287) public ISystemFilter restoreFilter(ISystemFilterPool filterPool, RSEDOMNode node) { ^^^^ Javadoc: Missing tag for parameter node ---------- 1077. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 343) public ISystemFilterPool restoreFilterPool(ISystemProfile profile, RSEDOMNode node) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1078. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 343) public ISystemFilterPool restoreFilterPool(ISystemProfile profile, RSEDOMNode node) { ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 1079. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 343) public ISystemFilterPool restoreFilterPool(ISystemProfile profile, RSEDOMNode node) { ^^^^ Javadoc: Missing tag for parameter node ---------- 1080. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 410) public ISystemFilterPoolReference restoreFilterPoolReference(ISubSystem subsystem, RSEDOMNode node) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1081. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 410) public ISystemFilterPoolReference restoreFilterPoolReference(ISubSystem subsystem, RSEDOMNode node) { ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 1082. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 410) public ISystemFilterPoolReference restoreFilterPoolReference(ISubSystem subsystem, RSEDOMNode node) { ^^^^ Javadoc: Missing tag for parameter node ---------- 1083. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 438) public IPropertySet restorePropertySet(IRSEModelObject modelObject, RSEDOMNode propertySetNode) { ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1084. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 438) public IPropertySet restorePropertySet(IRSEModelObject modelObject, RSEDOMNode propertySetNode) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter modelObject ---------- 1085. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/persistence/dom/RSEDOMImporter.java (at line 438) public IPropertySet restorePropertySet(IRSEModelObject modelObject, RSEDOMNode propertySetNode) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter propertySetNode ---------- ---------- 1086. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/references/SystemPersistableReferenceManager.java (at line 74) protected List internalGetList() { ^^^^ Javadoc: Missing tag for return type ---------- 1087. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/references/SystemPersistableReferenceManager.java (at line 358) public static IRSEBasePersistableReferenceManager restore(IFolder folder, String fileName) throws Exception { ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 1088. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/references/SystemPersistableReferenceManager.java (at line 406) public static String addPathTerminator(String path) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1089. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/references/SystemPersistableReferenceManager.java (at line 406) public static String addPathTerminator(String path) { ^^^^ Javadoc: Missing tag for parameter path ---------- ---------- 1090. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/references/SystemPersistableReferencingObjectHelper.java (at line 36) protected SystemPersistableReferencingObjectHelper(IRSEBaseReferencingObject caller) { ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 1091. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/references/SystemPersistableReferencingObjectHelper.java (at line 43) public SystemPersistableReferencingObjectHelper(IRSEBaseReferencingObject caller, IRSEBasePersistableReferencedObject obj) { ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 1092. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/references/SystemPersistableReferencingObjectHelper.java (at line 43) public SystemPersistableReferencingObjectHelper(IRSEBaseReferencingObject caller, IRSEBasePersistableReferencedObject obj) { ^^^ Javadoc: Missing tag for parameter obj ---------- 1093. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/references/SystemPersistableReferencingObjectHelper.java (at line 53) public void setReferencedObject(IRSEBasePersistableReferencedObject obj) { ^^^ Javadoc: Missing tag for parameter obj ---------- 1094. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/internal/references/SystemPersistableReferencingObjectHelper.java (at line 61) public String getReferencedObjectName() { ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1095. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/logging/Logger.java (at line 158) public synchronized void logDebugMessage(String className, String message) { ^^^^^^^^^ Javadoc: Missing tag for parameter className ---------- 1096. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/logging/Logger.java (at line 158) public synchronized void logDebugMessage(String className, String message) { ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 1097. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/logging/Logger.java (at line 186) public synchronized void logInfo(String message) { ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 1098. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/logging/Logger.java (at line 195) public synchronized void logInfo(String message, Throwable ex) { ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 1099. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/logging/Logger.java (at line 195) public synchronized void logInfo(String message, Throwable ex) { ^^ Javadoc: Missing tag for parameter ex ---------- 1100. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/logging/Logger.java (at line 208) public synchronized void logWarning(String message) { ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 1101. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/logging/Logger.java (at line 217) public synchronized void logWarning(String message, Throwable ex) { ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 1102. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/src/org/eclipse/rse/logging/Logger.java (at line 217) public synchronized void logWarning(String message, Throwable ex) { ^^ Javadoc: Missing tag for parameter ex ---------- 1102 problems (1102 warnings)# 7/6/07 10:44:45 AM EDT # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. javadoc: warning - No source files for package org.eclipse.rse.filters javadoc: warning - No source files for package org.eclipse.rse.model javadoc: warning - No source files for package org.eclipse.rse.subsystems.processes.core /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.files.ftp/src/org/eclipse/rse/subsystems/files/ftp/FTPFileSubSystemConfiguration.java:22: package org.eclipse.rse.internal.services.files.ftp does not exist import org.eclipse.rse.internal.services.files.ftp.IFTPService; ^ /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.files.local/src/org/eclipse/rse/subsystems/files/local/LocalFileSubSystemConfiguration.java:27: package org.eclipse.rse.internal.connectorservice.local does not exist import org.eclipse.rse.internal.connectorservice.local.LocalConnectorService; ^ /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.files.local/src/org/eclipse/rse/subsystems/files/local/LocalFileSubSystemConfiguration.java:28: package org.eclipse.rse.internal.connectorservice.local does not exist import org.eclipse.rse.internal.connectorservice.local.LocalConnectorServiceManager; ^ /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.files.local/src/org/eclipse/rse/subsystems/files/local/LocalFileSubSystemConfiguration.java:29: package org.eclipse.rse.internal.services.local does not exist import org.eclipse.rse.internal.services.local.ILocalService; ^ /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.files.local/src/org/eclipse/rse/subsystems/files/local/LocalFileSubSystemConfiguration.java:30: package org.eclipse.rse.internal.services.local.files does not exist import org.eclipse.rse.internal.services.local.files.LocalFileService; ^ /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.files.local/src/org/eclipse/rse/subsystems/files/local/LocalFileSubSystemConfiguration.java:31: package org.eclipse.rse.internal.services.local.search does not exist import org.eclipse.rse.internal.services.local.search.LocalSearchService; ^ /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.files.ssh/src/org/eclipse/rse/subsystems/files/ssh/SftpFileSubSystemConfiguration.java:17: package org.eclipse.rse.internal.connectorservice.ssh does not exist import org.eclipse.rse.internal.connectorservice.ssh.SshConnectorService; ^ /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.files.ssh/src/org/eclipse/rse/subsystems/files/ssh/SftpFileSubSystemConfiguration.java:18: package org.eclipse.rse.internal.connectorservice.ssh does not exist import org.eclipse.rse.internal.connectorservice.ssh.SshConnectorServiceManager; ^ /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.files.ssh/src/org/eclipse/rse/subsystems/files/ssh/SftpFileSubSystemConfiguration.java:19: package org.eclipse.rse.internal.services.ssh does not exist import org.eclipse.rse.internal.services.ssh.ISshService; ^ /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.files.ssh/src/org/eclipse/rse/subsystems/files/ssh/SftpFileSubSystemConfiguration.java:20: package org.eclipse.rse.internal.services.ssh.files does not exist import org.eclipse.rse.internal.services.ssh.files.SftpFileService; ^ /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.processes.local/src/org/eclipse/rse/subsystems/processes/local/LocalProcessSubSystemConfiguration.java:23: package org.eclipse.rse.internal.connectorservice.local does not exist import org.eclipse.rse.internal.connectorservice.local.LocalConnectorService; ^ /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.processes.local/src/org/eclipse/rse/subsystems/processes/local/LocalProcessSubSystemConfiguration.java:24: package org.eclipse.rse.internal.connectorservice.local does not exist import org.eclipse.rse.internal.connectorservice.local.LocalConnectorServiceManager; ^ /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.processes.local/src/org/eclipse/rse/subsystems/processes/local/LocalProcessSubSystemConfiguration.java:25: package org.eclipse.rse.internal.services.local does not exist import org.eclipse.rse.internal.services.local.ILocalService; ^ /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.processes.local/src/org/eclipse/rse/subsystems/processes/local/LocalProcessSubSystemConfiguration.java:26: package org.eclipse.rse.internal.services.local.processes does not exist import org.eclipse.rse.internal.services.local.processes.LocalProcessService; ^ /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.shells.local/src/org/eclipse/rse/subsystems/shells/local/LocalShellSubSystemConfiguration.java:23: package org.eclipse.rse.internal.connectorservice.local does not exist import org.eclipse.rse.internal.connectorservice.local.LocalConnectorService; ^ /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.shells.local/src/org/eclipse/rse/subsystems/shells/local/LocalShellSubSystemConfiguration.java:24: package org.eclipse.rse.internal.connectorservice.local does not exist import org.eclipse.rse.internal.connectorservice.local.LocalConnectorServiceManager; ^ /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.shells.local/src/org/eclipse/rse/subsystems/shells/local/LocalShellSubSystemConfiguration.java:25: package org.eclipse.rse.internal.services.local does not exist import org.eclipse.rse.internal.services.local.ILocalService; ^ /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.shells.local/src/org/eclipse/rse/subsystems/shells/local/LocalShellSubSystemConfiguration.java:26: package org.eclipse.rse.internal.services.local.shells does not exist import org.eclipse.rse.internal.services.local.shells.LocalShellService; ^ /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.shells.ssh/src/org/eclipse/rse/subsystems/shells/ssh/SshShellSubSystemConfiguration.java:23: package org.eclipse.rse.internal.connectorservice.ssh does not exist import org.eclipse.rse.internal.connectorservice.ssh.SshConnectorService; ^ /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.shells.ssh/src/org/eclipse/rse/subsystems/shells/ssh/SshShellSubSystemConfiguration.java:24: package org.eclipse.rse.internal.connectorservice.ssh does not exist import org.eclipse.rse.internal.connectorservice.ssh.SshConnectorServiceManager; ^ /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.shells.ssh/src/org/eclipse/rse/subsystems/shells/ssh/SshShellSubSystemConfiguration.java:25: package org.eclipse.rse.internal.services.ssh does not exist import org.eclipse.rse.internal.services.ssh.ISshService; ^ /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.shells.ssh/src/org/eclipse/rse/subsystems/shells/ssh/SshShellSubSystemConfiguration.java:26: package org.eclipse.rse.internal.services.ssh.shell does not exist import org.eclipse.rse.internal.services.ssh.shell.SshShellService; ^ /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.shells.telnet/src/org/eclipse/rse/subsystems/shells/telnet/TelnetShellSubSystemConfiguration.java:23: package org.eclipse.rse.internal.connectorservice.telnet does not exist import org.eclipse.rse.internal.connectorservice.telnet.TelnetConnectorService; ^ /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.shells.telnet/src/org/eclipse/rse/subsystems/shells/telnet/TelnetShellSubSystemConfiguration.java:24: package org.eclipse.rse.internal.connectorservice.telnet does not exist import org.eclipse.rse.internal.connectorservice.telnet.TelnetConnectorServiceManager; ^ /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.shells.telnet/src/org/eclipse/rse/subsystems/shells/telnet/TelnetShellSubSystemConfiguration.java:25: package org.eclipse.rse.internal.services.telnet does not exist import org.eclipse.rse.internal.services.telnet.ITelnetService; ^ /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.shells.telnet/src/org/eclipse/rse/subsystems/shells/telnet/TelnetShellSubSystemConfiguration.java:26: package org.eclipse.rse.internal.services.telnet.shell does not exist import org.eclipse.rse.internal.services.telnet.shell.TelnetShellService; ^ ../org.eclipse.rse.subsystems.files.ftp/src/org/eclipse/rse/internal/subsystems/files/ftp/connectorservice/FTPConnectorService.java:36: package org.eclipse.rse.internal.services.files.ftp does not exist import org.eclipse.rse.internal.services.files.ftp.FTPService; ^ ../org.eclipse.rse.subsystems.files.ftp/src/org/eclipse/rse/internal/subsystems/files/ftp/connectorservice/FTPConnectorService.java:50: cannot find symbol symbol : class FTPService location: class org.eclipse.rse.internal.subsystems.files.ftp.connectorservice.FTPConnectorService protected FTPService _ftpService; ^ ../org.eclipse.rse.subsystems.files.ftp/src/org/eclipse/rse/internal/subsystems/files/ftp/model/FTPFileAdapter.java:23: package org.eclipse.rse.internal.services.files.ftp does not exist import org.eclipse.rse.internal.services.files.ftp.FTPHostFile; ^ ../org.eclipse.rse.subsystems.files.local/src/org/eclipse/rse/internal/subsystems/files/local/model/LocalFileAdapter.java:23: package org.eclipse.rse.internal.services.local.files does not exist import org.eclipse.rse.internal.services.local.files.LocalHostFile; ^ ../org.eclipse.rse.subsystems.files.local/src/org/eclipse/rse/internal/subsystems/files/local/model/LocalFileAdapter.java:24: package org.eclipse.rse.internal.services.local.files does not exist import org.eclipse.rse.internal.services.local.files.LocalVirtualHostFile; ^ ../org.eclipse.rse.subsystems.files.ssh/src/org/eclipse/rse/internal/subsystems/files/ssh/SftpFileAdapter.java:23: package org.eclipse.rse.internal.services.ssh.files does not exist import org.eclipse.rse.internal.services.ssh.files.SftpHostFile; ^ ../org.eclipse.rse.subsystems.shells.ssh/src/org/eclipse/rse/internal/subsystems/shells/ssh/SshServiceCommandShell.java:28: package org.eclipse.rse.internal.services.ssh.shell does not exist import org.eclipse.rse.internal.services.ssh.shell.SshHostShell; ^ ../org.eclipse.rse.subsystems.shells.telnet/src/org/eclipse/rse/internal/subsystems/shells/telnet/TelnetServiceCommandShell.java:27: package org.eclipse.rse.internal.services.telnet.shell does not exist import org.eclipse.rse.internal.services.telnet.shell.TelnetHostShell; ^ ../org.eclipse.rse.subsystems.files.ftp/src/org/eclipse/rse/internal/subsystems/files/ftp/parser/FTPClientConfigFactory.java:18: package org.apache.commons.net.ftp does not exist import org.apache.commons.net.ftp.FTPClientConfig; ^ ../org.eclipse.rse.subsystems.files.ftp/src/org/eclipse/rse/internal/subsystems/files/ftp/parser/FTPClientConfigFactory.java:19: package org.apache.commons.net.ftp does not exist import org.apache.commons.net.ftp.FTPFileEntryParser; ^ ../org.eclipse.rse.subsystems.files.ftp/src/org/eclipse/rse/internal/subsystems/files/ftp/parser/FTPClientConfigFactory.java:20: package org.apache.commons.net.ftp.parser does not exist import org.apache.commons.net.ftp.parser.ParserInitializationException; ^ ../org.eclipse.rse.subsystems.files.ftp/src/org/eclipse/rse/internal/subsystems/files/ftp/parser/FTPClientConfigFactory.java:21: package org.apache.commons.net.ftp.parser does not exist import org.apache.commons.net.ftp.parser.UnixFTPEntryParser; ^ ../org.eclipse.rse.subsystems.files.ftp/src/org/eclipse/rse/internal/subsystems/files/ftp/parser/FTPClientConfigFactory.java:25: package org.eclipse.rse.internal.services.files.ftp.parser does not exist import org.eclipse.rse.internal.services.files.ftp.parser.IFTPClientConfigFactory; ^ ../org.eclipse.rse.subsystems.files.ftp/src/org/eclipse/rse/internal/subsystems/files/ftp/parser/FTPClientConfigFactory.java:26: package org.eclipse.rse.internal.services.files.ftp.parser does not exist import org.eclipse.rse.internal.services.files.ftp.parser.IFTPClientConfigProxy; ^ ../org.eclipse.rse.subsystems.files.ftp/src/org/eclipse/rse/internal/subsystems/files/ftp/parser/FTPClientConfigFactory.java:29: cannot find symbol symbol: class IFTPClientConfigFactory public class FTPClientConfigFactory implements IFTPClientConfigFactory { ^ ../org.eclipse.rse.subsystems.files.ftp/src/org/eclipse/rse/internal/subsystems/files/ftp/parser/FTPClientConfigFactory.java:36: cannot find symbol symbol : class UnixFTPEntryParser location: class org.eclipse.rse.internal.subsystems.files.ftp.parser.FTPClientConfigFactory private UnixFTPEntryParser defaultFTPEntryParser = new UnixFTPEntryParser(); ^ ../org.eclipse.rse.subsystems.files.ftp/src/org/eclipse/rse/internal/subsystems/files/ftp/parser/FTPClientConfigFactory.java:84: cannot find symbol symbol : class IFTPClientConfigProxy location: class org.eclipse.rse.internal.subsystems.files.ftp.parser.FTPClientConfigFactory public IFTPClientConfigProxy getFTPClientConfig(String parser, String systemName) ^ ../org.eclipse.rse.subsystems.files.ftp/src/org/eclipse/rse/internal/subsystems/files/ftp/parser/FTPClientConfigFactory.java:212: cannot find symbol symbol : class FTPFileEntryParser location: class org.eclipse.rse.internal.subsystems.files.ftp.parser.FTPClientConfigFactory public FTPFileEntryParser createFileEntryParser(String key) throws ParserInitializationException { ^ ../org.eclipse.rse.subsystems.files.ftp/src/org/eclipse/rse/internal/subsystems/files/ftp/parser/FTPClientConfigFactory.java:212: cannot find symbol symbol : class ParserInitializationException location: class org.eclipse.rse.internal.subsystems.files.ftp.parser.FTPClientConfigFactory public FTPFileEntryParser createFileEntryParser(String key) throws ParserInitializationException { ^ ../org.eclipse.rse.subsystems.files.ftp/src/org/eclipse/rse/internal/subsystems/files/ftp/parser/FTPClientConfigFactory.java:232: cannot find symbol symbol : class FTPClientConfig location: class org.eclipse.rse.internal.subsystems.files.ftp.parser.FTPClientConfigFactory public FTPFileEntryParser createFileEntryParser(FTPClientConfig config) throws ParserInitializationException { ^ ../org.eclipse.rse.subsystems.files.ftp/src/org/eclipse/rse/internal/subsystems/files/ftp/parser/FTPClientConfigFactory.java:232: cannot find symbol symbol : class FTPFileEntryParser location: class org.eclipse.rse.internal.subsystems.files.ftp.parser.FTPClientConfigFactory public FTPFileEntryParser createFileEntryParser(FTPClientConfig config) throws ParserInitializationException { ^ ../org.eclipse.rse.subsystems.files.ftp/src/org/eclipse/rse/internal/subsystems/files/ftp/parser/FTPClientConfigFactory.java:232: cannot find symbol symbol : class ParserInitializationException location: class org.eclipse.rse.internal.subsystems.files.ftp.parser.FTPClientConfigFactory public FTPFileEntryParser createFileEntryParser(FTPClientConfig config) throws ParserInitializationException { ^ javadoc: warning - No source files for package org.eclipse.rse.filters javadoc: warning - No source files for package org.eclipse.rse.model javadoc: warning - Error reading file: ../org.eclipse.dstore.doc.isv/reference/api/package-list /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/ConnectionStatusListener.java:172: warning - Tag @see: can't find getShell() in org.eclipse.dstore.extra.IDomainListener /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/StatusMonitor.java:230: warning - Tag @see: can't find getShell() in org.eclipse.dstore.extra.IDomainListener /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.connectorservice.dstore/src/org/eclipse/rse/connectorservice/dstore/util/StatusMonitor.java:401: warning - @param argument "diagnostic" is not a parameter name. /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/events/ISystemResourceChangeEvents.java:215: warning - Tag @link: reference not found: ISystemViewElementAdapter /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/IPropertySet.java:101: warning - @link{DESCRIPTION_KEY} is an unknown tag. /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java:76: warning - Tag @see: can't find getHostsBySystemType(String) in org.eclipse.rse.core.model.ISystemRegistry /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java:76: warning - @param argument "systemType" is not a parameter name. /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java:76: warning - Tag @link: can't find SYSTEMTYPE_FTP_ID in org.eclipse.rse.core.IRSESystemType /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java:76: warning - Tag @link: can't find SYSTEMTYPE_SSH_ID in org.eclipse.rse.core.IRSESystemType /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/model/SystemStartHere.java:76: warning - Tag @link: can't find SYSTEMTYPE_TELNET_ID in org.eclipse.rse.core.IRSESystemType /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/references/IRSEPersistableReferencingObject.java:66: warning - @param argument "l" is not a parameter name. /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/servicesubsystem/ServiceSubSystem.java:147: warning - Tag @link: can't find isVisible() in org.eclipse.rse.core.subsystems.SubSystemConfiguration /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/servicesubsystem/ServiceSubSystem.java:103: warning - Tag @link: ca