# 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: 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.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java:369: warning - Missing closing '}' character for inline tag: "{@link #connect(boolean, IRSECallback) from UI thread." /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java:462: warning - Tag @link: can't find resolveFilterString(String) in org.eclipse.rse.core.subsystems.ISubSystem /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java:599: 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.core/src/org/eclipse/rse/core/subsystems/ISubSystemConfiguration.java:381: warning - Tag @link: reference not found: org.eclipse.rse.core.subsystems.util.ISubSystemConfigurationAdapter#getNewConnectionWizardPages(ISubSystemConfiguration, org.eclipse.jface.wizard.IWizard) /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java:101: warning - Tag @link: can't find setSelectionValidator(org.eclipse.rse.ui.IValidatorRemoteSelection) in org.eclipse.rse.files.ui.widgets.SystemSelectRemoteFileOrFolderForm /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/NamePatternMatcher.java:441: warning - @true is an unknown tag. /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java:132: warning - @param argument "file" is not a parameter name. /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java:1261: warning - @param argument "name" is not a parameter name. /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java:2043: warning - Tag @see: can't find isExecutable(java.lang.String) in org.eclipse.rse.services.clientserver.archiveutils.ISystemArchiveHandler /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java:2052: warning - Tag @see: can't find isExecutable(java.lang.String) in org.eclipse.rse.services.clientserver.archiveutils.ISystemArchiveHandler /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java:1052: warning - @param argument "oldName" is not a parameter name. /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java:1052: warning - @param argument "newName" is not a parameter name. /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemNonRegexMatcher.java:327: warning - @param argument "caseIgnored" is not a parameter name. /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemNonRegexMatcher.java:346: warning - @param argument "start" is not a parameter name. /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemNonRegexMatcher.java:346: warning - @param argument "end" is not a parameter name. /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemNonRegexMatcher.java:346: warning - @param argument "ignoreCase" is not a parameter name. /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemNonRegexMatcher.java:380: warning - @param argument "ignoreCase" is not a parameter name. /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemSearchFileNameMatcher.java:110: warning - Tag @see: reference not found: org.eclipse.rse.services.clientserver.ISystemSearchMatcher#matches(java.lang.String) /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemSearchStringMatcher.java:44: warning - @throws tag has no arguments. /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemSearchStringMatcher.java:96: warning - Tag @see: reference not found: org.eclipse.rse.services.clientserver.ISystemSearchMatcher#matches(java.lang.String) /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFile.java:71: warning - Tag @link: can't find RemoteFileImpl(IRemoteFileContext) in org.eclipse.rse.subsystems.files.core.subsystems.RemoteFile /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFile.java:71: warning - Tag @link: can't find setAbsolutePath(String, String, boolean, boolean) in org.eclipse.rse.subsystems.files.core.subsystems.RemoteFile /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFile.java:71: warning - Tag @link: can't find setExists(boolean) in org.eclipse.rse.subsystems.files.core.subsystems.RemoteFile /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFile.java:71: warning - Tag @link: can't find setLastModified(long) in org.eclipse.rse.subsystems.files.core.subsystems.RemoteFile /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFile.java:71: warning - Tag @link: can't find setLength(long) in org.eclipse.rse.subsystems.files.core.subsystems.RemoteFile /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFile.java:606: warning - Tag @see: can't find getContents(java.lang.String) in org.eclipse.rse.core.subsystems.IRemoteContainer /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFile.java:662: warning - Tag @see: can't find getContents(java.lang.String, java.lang.String) in org.eclipse.rse.core.subsystems.IRemoteContainer /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFile.java:518: warning - Tag @see: can't find hasContents(java.lang.String) in org.eclipse.rse.core.subsystems.IRemoteContainer /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFile.java:542: warning - Tag @see: can't find hasContents(java.lang.String, java.lang.String) in org.eclipse.rse.core.subsystems.IRemoteContainer /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFile.java:829: warning - Tag @see: can't find setContents(java.lang.String, java.lang.String, java.lang.Object[]) in org.eclipse.rse.core.subsystems.IRemoteContainer /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileCodeException.java:71: warning - @param argument "the" is not a parameter name. /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystemConfiguration.java:232: warning - Tag @see: can't find createActionSubSystem() in org.eclipse.rse.subsystems.files.core.subsystems.RemoteFileSubSystemConfiguration /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCommandShell.java:67: warning - @link{org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFile}. is an unknown tag. /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java:65: warning - Tag @link: can't find setHost(IHost) in org.eclipse.rse.ui.dialogs.SystemSelectConnectionDialog /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java:65: warning - Tag @link: can't find setAutoExpandDepth(int) in org.eclipse.rse.ui.dialogs.SystemSelectConnectionDialog /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java:65: warning - Tag @link: can't find setRootFolder(IHost, String) in org.eclipse.rse.ui.dialogs.SystemSelectConnectionDialog /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java:65: warning - Tag @link: can't find setRootFolder(IRemoteFile) in org.eclipse.rse.ui.dialogs.SystemSelectConnectionDialog /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java:65: warning - Tag @link: can't find setPreSelection(IRemoteFile) in org.eclipse.rse.ui.dialogs.SystemSelectConnectionDialog /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java:65: warning - Tag @link: can't find setFileTypes(String[]) in org.eclipse.rse.ui.dialogs.SystemSelectConnectionDialog /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java:65: warning - Tag @link: can't find setFileTypes(String) in org.eclipse.rse.ui.dialogs.SystemSelectConnectionDialog /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java:65: warning - Tag @link: can't find enableAddMode(ISystemAddFileListener) in org.eclipse.rse.ui.dialogs.SystemSelectConnectionDialog /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java:65: warning - Tag @link: can't find setSelectionValidator(IValidatorRemoteSelection) in org.eclipse.rse.ui.dialogs.SystemSelectConnectionDialog /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java:65: warning - Tag @link: can't find setSelectionTreeToolTipText(String) in org.eclipse.rse.ui.dialogs.SystemSelectConnectionDialog /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java:432: warning - @param argument "the" is not a parameter name. /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/open/SystemOpenQuickOpenDialogAction.java:40: warning - @param argument "parent" is not a parameter name. /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/open/SystemOpenQuickOpenDialogAction.java:51: warning - @param argument "parent" is not a parameter name. /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/open/SystemQuickOpenDialog.java:648: warning - @param argument "savedState" is not a parameter name. /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/open/SystemQuickOpenPageDescriptor.java:51: warning - @param argument "a" is not a parameter name. /opt/public/dsdp/tm/ws2_0_patches/working/build/plugins/org.eclipse.rse.doc.isv/../org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java:49: warning - Tag @link: can't find customizeChangeFilterPropertyPage(SystemChangeFilterPropertyPage, ISystemFilter, Shell) in org.eclipse.rse.core.subsystems.SubSystemConfiguration 116 warnings # 7/6/07 10:42:25 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.dstore.security/src/org/eclipse/rse/internal/dstore/security/util/GridUtil.java (at line 38) static public GridData createFill() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.dstore.security/src/org/eclipse/rse/internal/dstore/security/util/GridUtil.java (at line 51) static public GridData createHorizontalFill() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.dstore.security/src/org/eclipse/rse/internal/dstore/security/util/GridUtil.java (at line 62) static public GridData createVerticalFill() ^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.dstore.security/src/org/eclipse/rse/internal/dstore/security/wizards/SystemImportCertWizard.java (at line 43) public SystemImportCertWizard(ISystemKeystoreProvider provider, String systemName) ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- 5. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.dstore.security/src/org/eclipse/rse/internal/dstore/security/wizards/SystemImportCertWizard.java (at line 43) public SystemImportCertWizard(ISystemKeystoreProvider provider, String systemName) ^^^^^^^^^^ Javadoc: Missing tag for parameter systemName ---------- 6. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.dstore.security/src/org/eclipse/rse/internal/dstore/security/wizards/SystemImportCertWizard.java (at line 74) protected SystemImportCertWizardMainPage createMainPage() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 7. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.dstore.security/src/org/eclipse/rse/internal/dstore/security/wizards/SystemImportCertWizard.java (at line 88) protected SystemImportCertWizardAliasPage createAliasPage() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 8. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.dstore.security/src/org/eclipse/rse/internal/dstore/security/wizards/SystemImportCertWizardAliasPage.java (at line 59) public SystemImportCertWizardAliasPage(Wizard wizard, List certs, String systemName) ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 9. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.dstore.security/src/org/eclipse/rse/internal/dstore/security/wizards/SystemImportCertWizardAliasPage.java (at line 59) public SystemImportCertWizardAliasPage(Wizard wizard, List certs, String systemName) ^^^^^ Javadoc: Missing tag for parameter certs ---------- 10. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.dstore.security/src/org/eclipse/rse/internal/dstore/security/wizards/SystemImportCertWizardAliasPage.java (at line 59) public SystemImportCertWizardAliasPage(Wizard wizard, List certs, String systemName) ^^^^^^^^^^ Javadoc: Missing tag for parameter systemName ---------- 11. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.dstore.security/src/org/eclipse/rse/internal/dstore/security/wizards/SystemImportCertWizardAliasPage.java (at line 133) protected SystemMessage validateNameInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 12. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.dstore.security/src/org/eclipse/rse/internal/dstore/security/wizards/SystemImportCertWizardAliasPage.java (at line 166) public String getAlias() ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 13. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.dstore.security/src/org/eclipse/rse/internal/dstore/security/wizards/SystemImportCertWizardMainPage.java (at line 67) public SystemImportCertWizardMainPage(Wizard wizard, List certs) ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 14. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.dstore.security/src/org/eclipse/rse/internal/dstore/security/wizards/SystemImportCertWizardMainPage.java (at line 67) public SystemImportCertWizardMainPage(Wizard wizard, List certs) ^^^^^ Javadoc: Missing tag for parameter certs ---------- 14 problems (14 warnings)# 7/6/07 10:42:15 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.efs.ui/src/org/eclipse/rse/internal/efs/ui/CreateRemoteProjectActionDelegate.java (at line 235) protected IRemoteFile getRemoteFile(IStructuredSelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.efs.ui/src/org/eclipse/rse/internal/efs/ui/CreateRemoteProjectActionDelegate.java (at line 244) protected IRemoteFile[] getRemoteFiles(IStructuredSelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.efs.ui/src/org/eclipse/rse/internal/efs/ui/CreateRemoteProjectActionDelegate.java (at line 264) protected IFile getDescriptionFile(IStructuredSelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.efs.ui/src/org/eclipse/rse/internal/efs/ui/CreateRemoteProjectActionDelegate.java (at line 274) protected IFile[] getDescriptionFiles(IStructuredSelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 4 problems (4 warnings)# 7/6/07 10:42:14 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.efs/src/org/eclipse/rse/internal/efs/RSEFileStore.java (at line 177) /*package*/ RSEFileStoreImpl getImpl() throws CoreException { ^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception CoreException ---------- ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.efs/src/org/eclipse/rse/internal/efs/RSEFileStoreImpl.java (at line 115) public static IHost getConnectionFor(String hostNameOrAddr, IProgressMonitor monitor) { ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 2 problems (2 warnings)# 7/6/07 10:44:27 AM EDT # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. # 7/6/07 10:44:27 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.examples.tutorial/src/samples/subsystems/DeveloperSubSystemConfigurationAdapter.java (at line 52) protected IAction[] getNewFilterPoolFilterActions(ISubSystemConfiguration factory, ISystemFilterPool selectedPool, Shell shell) ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.examples.tutorial/src/samples/subsystems/DeveloperSubSystemConfigurationAdapter.java (at line 52) protected IAction[] getNewFilterPoolFilterActions(ISubSystemConfiguration factory, ISystemFilterPool selectedPool, Shell shell) ^^^^^^^ Javadoc: Missing tag for parameter factory ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.examples.tutorial/src/samples/subsystems/DeveloperSubSystemConfigurationAdapter.java (at line 52) protected IAction[] getNewFilterPoolFilterActions(ISubSystemConfiguration factory, ISystemFilterPool selectedPool, Shell shell) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedPool ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.examples.tutorial/src/samples/subsystems/DeveloperSubSystemConfigurationAdapter.java (at line 52) protected IAction[] getNewFilterPoolFilterActions(ISubSystemConfiguration factory, ISystemFilterPool selectedPool, Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- ---------- 5. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.examples.tutorial/src/samples/ui/actions/ShowJarContents.java (at line 127) public void runCommandInvisiblyService(IRemoteCmdSubSystem cmdss, String command) throws Exception { ^^^^^ Javadoc: Missing tag for parameter cmdss ---------- 6. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.examples.tutorial/src/samples/ui/actions/ShowJarContents.java (at line 127) public void runCommandInvisiblyService(IRemoteCmdSubSystem cmdss, String command) throws Exception { ^^^^^^^ Javadoc: Missing tag for parameter command ---------- 7. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.examples.tutorial/src/samples/ui/actions/ShowJarContents.java (at line 127) public void runCommandInvisiblyService(IRemoteCmdSubSystem cmdss, String command) throws Exception { ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 8. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.examples.tutorial/src/samples/ui/actions/ShowJarContents.java (at line 145) public void runCommandInvisibly(IRemoteCmdSubSystem cmdss, String command) throws Exception { ^^^^^ Javadoc: Missing tag for parameter cmdss ---------- 9. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.examples.tutorial/src/samples/ui/actions/ShowJarContents.java (at line 145) public void runCommandInvisibly(IRemoteCmdSubSystem cmdss, String command) throws Exception { ^^^^^^^ Javadoc: Missing tag for parameter command ---------- 10. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.examples.tutorial/src/samples/ui/actions/ShowJarContents.java (at line 145) public void runCommandInvisibly(IRemoteCmdSubSystem cmdss, String command) throws Exception { ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- ---------- 11. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.examples.tutorial/src/samples/ui/propertypages/FolderInfoPropertyPage.java (at line 199) private void walkFolder(IRemoteFile currFolder) ^^^^^^^^^^ Javadoc: Missing tag for parameter currFolder ---------- 12. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.examples.tutorial/src/samples/ui/propertypages/FolderInfoPropertyPage.java (at line 273) protected IRemoteFile getRemoteFile() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 12 problems (12 warnings)# 7/6/07 10:42:09 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.files.ui/src/org/eclipse/rse/files/ui/ISystemAddFileListener.java (at line 44) public Object addButtonPressed(IHost selectedConnection, IRemoteFile[] selectedObjects); ^^^^^^ Javadoc: Missing tag for return type ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/ISystemAddFileListener.java (at line 44) public Object addButtonPressed(IHost selectedConnection, IRemoteFile[] selectedObjects); ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedConnection ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/ISystemAddFileListener.java (at line 44) public Object addButtonPressed(IHost selectedConnection, IRemoteFile[] selectedObjects); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedObjects ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/ISystemAddFileListener.java (at line 52) public Object okToEnableAddButton(IHost selectedConnection, IRemoteFile[] selectedObjects); ^^^^^^ Javadoc: Missing tag for return type ---------- 5. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/ISystemAddFileListener.java (at line 52) public Object okToEnableAddButton(IHost selectedConnection, IRemoteFile[] selectedObjects); ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedConnection ---------- 6. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/ISystemAddFileListener.java (at line 52) public Object okToEnableAddButton(IHost selectedConnection, IRemoteFile[] selectedObjects); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedObjects ---------- ---------- 7. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 127) public void setDefaultConnection(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 8. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 167) public void setShowNewConnectionPrompt(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 9. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 176) public void setAutoExpandDepth(int depth) ^^^^^ Javadoc: Missing tag for parameter depth ---------- 10. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 219) public void setPreSelection(IRemoteFile selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 11. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 227) public void setFileTypes(String[] fileTypes) ^^^^^^^^^ Javadoc: Missing tag for parameter fileTypes ---------- 12. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 238) public void setFileTypes(String fileTypes) ^^^^^^^^^ Javadoc: Missing tag for parameter fileTypes ---------- 13. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 251) public void setRestrictFolders(boolean restrict) ^^^^^^^^ Javadoc: Missing tag for parameter restrict ---------- 14. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 264) public void enableAddMode(ISystemAddFileListener caller) ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 15. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 272) public void enableAddMode(ISystemAddFileListener caller, String addLabel, String addToolTipText) ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 16. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 272) public void enableAddMode(ISystemAddFileListener caller, String addLabel, String addToolTipText) ^^^^^^^^ Javadoc: Missing tag for parameter addLabel ---------- 17. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 272) public void enableAddMode(ISystemAddFileListener caller, String addLabel, String addToolTipText) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter addToolTipText ---------- 18. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 285) public void setShowPropertySheet(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 19. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 323) public void setMultipleSelectionMode(boolean multiple) ^^^^^^^^ Javadoc: Missing tag for parameter multiple ---------- 20. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 331) public void setSelectionValidator(IValidatorRemoteSelection selectionValidator) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectionValidator ---------- 21. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 344) public void setDialogTitle(String title) ^^^^^ Javadoc: Missing tag for parameter title ---------- 22. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 351) public void setMessage(String message) ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 23. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 358) public void setSelectionTreeToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 24. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 371) public IRemoteFile getSelectedFile() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 25. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 385) public IRemoteFile[] getSelectedFiles() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 26. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 401) public Object[] getSelectedObjects() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 27. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFileAction.java (at line 417) public IHost getSelectedConnection() ^^^^^ Javadoc: Missing tag for return type ---------- ---------- 28. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 67) private IHost rootFolderConnection; ^^^^^^^^^^^^^^^^^^^^ The field SystemSelectRemoteFolderAction.rootFolderConnection is never read locally ---------- 29. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 69) private String rootFolderAbsPath; ^^^^^^^^^^^^^^^^^ The field SystemSelectRemoteFolderAction.rootFolderAbsPath is never read locally ---------- 30. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 71) private String addLabel, addToolTipText; ^^^^^^^^ The field SystemSelectRemoteFolderAction.addLabel is never read locally ---------- 31. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 71) private String addLabel, addToolTipText; ^^^^^^^^^^^^^^ The field SystemSelectRemoteFolderAction.addToolTipText is never read locally ---------- 32. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 72) private int expandDepth = 0; ^^^^^^^^^^^ The field SystemSelectRemoteFolderAction.expandDepth is never read locally ---------- 33. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 73) private boolean showNewConnectionPrompt = true; ^^^^^^^^^^^^^^^^^^^^^^^ The field SystemSelectRemoteFolderAction.showNewConnectionPrompt is never read locally ---------- 34. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 74) private boolean restrictFolders = false; ^^^^^^^^^^^^^^^ The field SystemSelectRemoteFolderAction.restrictFolders is never read locally ---------- 35. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 79) private boolean allowForMultipleParents = false; ^^^^^^^^^^^^^^^^^^^^^^^ The field SystemSelectRemoteFolderAction.allowForMultipleParents is never read locally ---------- 36. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 81) private ISystemAddFileListener addButtonCallback = null; ^^^^^^^^^^^^^^^^^ The field SystemSelectRemoteFolderAction.addButtonCallback is never read locally ---------- 37. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 113) public void setDialogTitle(String title) ^^^^^ Javadoc: Missing tag for parameter title ---------- 38. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 126) public void setMessage(String message) ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 39. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 133) public void setSelectionTreeToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 40. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 151) public void setDefaultConnection(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 41. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 187) public void setShowNewConnectionPrompt(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 42. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 195) public void setAutoExpandDepth(int depth) ^^^^^ Javadoc: Missing tag for parameter depth ---------- 43. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 254) public void setPreSelection(IRemoteFile selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 44. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 266) public void setRestrictFolders(boolean restrict) ^^^^^^^^ Javadoc: Missing tag for parameter restrict ---------- 45. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 279) public void enableAddMode(ISystemAddFileListener caller) ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 46. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 287) public void enableAddMode(ISystemAddFileListener caller, String addLabel, String addToolTipText) ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 47. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 287) public void enableAddMode(ISystemAddFileListener caller, String addLabel, String addToolTipText) ^^^^^^^^ Javadoc: Missing tag for parameter addLabel ---------- 48. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 287) public void enableAddMode(ISystemAddFileListener caller, String addLabel, String addToolTipText) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter addToolTipText ---------- 49. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 300) public void setShowPropertySheet(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 50. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 333) public void setMultipleSelectionMode(boolean multiple) ^^^^^^^^ Javadoc: Missing tag for parameter multiple ---------- 51. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 350) public void setSelectionValidator(IValidatorRemoteSelection selectionValidator) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectionValidator ---------- 52. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 363) public IRemoteFile getSelectedFolder() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 53. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 377) public IRemoteFile[] getSelectedFolders() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 54. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 416) public Object[] getSelectedObjects() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 55. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/actions/SystemSelectRemoteFolderAction.java (at line 432) public IHost getSelectedConnection() ^^^^^ Javadoc: Missing tag for return type ---------- ---------- 56. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/compare/SystemCompareInput.java (at line 26) import org.eclipse.compare.internal.BufferedResourceNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type BufferedResourceNode is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 57. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/compare/SystemCompareInput.java (at line 27) import org.eclipse.compare.internal.Utilities; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Utilities is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 58. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/compare/SystemCompareInput.java (at line 110) private IStructureComparator getStructure(IResource input) ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 59. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/compare/SystemCompareInput.java (at line 110) private IStructureComparator getStructure(IResource input) ^^^^^ Javadoc: Missing tag for parameter input ---------- 60. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/compare/SystemCompareInput.java (at line 113) return new BufferedResourceNode(input); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor BufferedResourceNode(IResource) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 61. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/compare/SystemCompareInput.java (at line 113) return new BufferedResourceNode(input); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type BufferedResourceNode is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 62. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/compare/SystemCompareInput.java (at line 117) IStructureComparator rn = new BufferedResourceNode(input); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor BufferedResourceNode(IResource) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 63. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/compare/SystemCompareInput.java (at line 117) IStructureComparator rn = new BufferedResourceNode(input); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type BufferedResourceNode is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 64. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/compare/SystemCompareInput.java (at line 162) String format = Utilities.getString("ResourceCompare.twoWay.title"); //$NON-NLS-1$ ^^^^^^^^^ Discouraged access: The type Utilities is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 65. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/compare/SystemCompareInput.java (at line 162) String format = Utilities.getString("ResourceCompare.twoWay.title"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type Utilities is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 66. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/compare/SystemCompareInput.java (at line 230) if (left instanceof BufferedResourceNode) ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type BufferedResourceNode is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 67. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/compare/SystemCompareInput.java (at line 231) ((BufferedResourceNode) left).commit(pm); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method commit(IProgressMonitor) from the type BufferedResourceNode is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 68. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/compare/SystemCompareInput.java (at line 231) ((BufferedResourceNode) left).commit(pm); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type BufferedResourceNode is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 69. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/compare/SystemCompareInput.java (at line 234) if (right instanceof BufferedResourceNode) ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type BufferedResourceNode is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 70. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/compare/SystemCompareInput.java (at line 235) ((BufferedResourceNode) right).commit(pm); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method commit(IProgressMonitor) from the type BufferedResourceNode is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 71. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/compare/SystemCompareInput.java (at line 235) ((BufferedResourceNode) right).commit(pm); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type BufferedResourceNode is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- ---------- 72. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemPromptForHomeFolderDialog.java (at line 23) import org.eclipse.rse.internal.subsystems.files.core.SystemFileResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 73. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemPromptForHomeFolderDialog.java (at line 50) public SystemPromptForHomeFolderDialog(Shell shell, ISystemFilter filter) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 74. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemPromptForHomeFolderDialog.java (at line 50) public SystemPromptForHomeFolderDialog(Shell shell, ISystemFilter filter) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 75. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemPromptForHomeFolderDialog.java (at line 52) super(shell, SystemFileResources.RESID_HOMEPROMPT_TITLE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 76. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemPromptForHomeFolderDialog.java (at line 52) super(shell, SystemFileResources.RESID_HOMEPROMPT_TITLE); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_HOMEPROMPT_TITLE from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 77. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemPromptForHomeFolderDialog.java (at line 81) SystemWidgetHelpers.createVerbiage(composite_prompts, SystemFileResources.RESID_HOMEPROMPT_TITLE, span, wantBorder, widthHint); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 78. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemPromptForHomeFolderDialog.java (at line 81) SystemWidgetHelpers.createVerbiage(composite_prompts, SystemFileResources.RESID_HOMEPROMPT_TITLE, span, wantBorder, widthHint); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_HOMEPROMPT_TITLE from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- ---------- 79. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteArchiveDialog.java (at line 20) import org.eclipse.rse.internal.subsystems.files.core.SystemFileResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 80. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteArchiveDialog.java (at line 43) super(shell, SystemFileResources.RESID_SELECTFILE_TITLE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 81. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteArchiveDialog.java (at line 43) super(shell, SystemFileResources.RESID_SELECTFILE_TITLE); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_SELECTFILE_TITLE from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 82. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteArchiveDialog.java (at line 62) return SystemFileResources.RESID_SELECTFILE_VERBIAGE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 83. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteArchiveDialog.java (at line 62) return SystemFileResources.RESID_SELECTFILE_VERBIAGE; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_SELECTFILE_VERBIAGE from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 84. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteArchiveDialog.java (at line 67) return SystemFileResources.RESID_SELECTFILE_SELECT_TOOLTIP; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 85. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteArchiveDialog.java (at line 67) return SystemFileResources.RESID_SELECTFILE_SELECT_TOOLTIP; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_SELECTFILE_SELECT_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- ---------- 86. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFileDialog.java (at line 25) import org.eclipse.rse.internal.subsystems.files.core.SystemFileResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 87. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFileDialog.java (at line 26) import org.eclipse.rse.internal.ui.view.SystemView; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 88. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFileDialog.java (at line 48) super(shell, SystemFileResources.RESID_SELECTFILE_TITLE, new SystemRemoteFileSelectionInputProvider()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 89. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFileDialog.java (at line 48) super(shell, SystemFileResources.RESID_SELECTFILE_TITLE, new SystemRemoteFileSelectionInputProvider()); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_SELECTFILE_TITLE from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 90. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFileDialog.java (at line 54) return SystemFileResources.RESID_SELECTFILE_VERBIAGE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 91. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFileDialog.java (at line 54) return SystemFileResources.RESID_SELECTFILE_VERBIAGE; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_SELECTFILE_VERBIAGE from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 92. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFileDialog.java (at line 59) return SystemFileResources.RESID_SELECTFILE_SELECT_TOOLTIP; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 93. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFileDialog.java (at line 59) return SystemFileResources.RESID_SELECTFILE_SELECT_TOOLTIP; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_SELECTFILE_SELECT_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 94. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFileDialog.java (at line 73) _form.getSystemViewForm().getSystemView().addDoubleClickListener(new IDoubleClickListener() { ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSystemViewForm() from the type SystemResourceSelectionForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 95. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFileDialog.java (at line 73) _form.getSystemViewForm().getSystemView().addDoubleClickListener(new IDoubleClickListener() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSystemView() from the type SystemViewForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 96. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFileDialog.java (at line 85) protected void handleDoubleClick(DoubleClickEvent event) ^^^^^ Javadoc: Missing tag for parameter event ---------- 97. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFileDialog.java (at line 87) SystemView tree = _form.getSystemViewForm().getSystemView(); ^^^^^^^^^^ Discouraged access: The type SystemView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 98. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFileDialog.java (at line 87) SystemView tree = _form.getSystemViewForm().getSystemView(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSystemViewForm() from the type SystemResourceSelectionForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 99. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFileDialog.java (at line 87) SystemView tree = _form.getSystemViewForm().getSystemView(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSystemView() from the type SystemViewForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 100. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFileDialog.java (at line 92) if (_form.isPageComplete() && !tree.isExpandable(element)) ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isPageComplete() from the type SystemResourceSelectionForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 101. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFileDialog.java (at line 92) if (_form.isPageComplete() && !tree.isExpandable(element)) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isExpandable(Object) from the type SystemView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 102. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFileSelectionInputProvider.java (at line 22) import org.eclipse.rse.internal.ui.view.SystemResourceSelectionInputProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResourceSelectionInputProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 103. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFileSelectionInputProvider.java (at line 27) SystemResourceSelectionInputProvider ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResourceSelectionInputProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 104. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFileSelectionInputProvider.java (at line 32) super(connection); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemResourceSelectionInputProvider(IHost) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 105. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFileSelectionInputProvider.java (at line 33) setCategory("files"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setCategory(String) from the type SystemResourceSelectionInputProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 106. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFileSelectionInputProvider.java (at line 38) super(); ^^^^^^^^ Discouraged access: The constructor SystemResourceSelectionInputProvider() is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 107. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFileSelectionInputProvider.java (at line 39) setCategory("files"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setCategory(String) from the type SystemResourceSelectionInputProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 108. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFolderDialog.java (at line 20) import org.eclipse.rse.internal.subsystems.files.core.SystemFileResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 109. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFolderDialog.java (at line 43) super(shell, SystemFileResources.RESID_SELECTDIRECTORY_TITLE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 110. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFolderDialog.java (at line 43) super(shell, SystemFileResources.RESID_SELECTDIRECTORY_TITLE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_SELECTDIRECTORY_TITLE from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 111. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFolderDialog.java (at line 61) return SystemFileResources.RESID_SELECTDIRECTORY_VERBIAGE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 112. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFolderDialog.java (at line 61) return SystemFileResources.RESID_SELECTDIRECTORY_VERBIAGE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_SELECTDIRECTORY_VERBIAGE from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 113. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFolderDialog.java (at line 66) return SystemFileResources.RESID_SELECTDIRECTORY_SELECT_TOOLTIP; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 114. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemRemoteFolderDialog.java (at line 66) return SystemFileResources.RESID_SELECTDIRECTORY_SELECT_TOOLTIP; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_SELECTDIRECTORY_SELECT_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- ---------- 115. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 27) import org.eclipse.rse.internal.subsystems.files.core.SystemFileResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 116. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 28) import org.eclipse.rse.internal.ui.SystemResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 117. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 29) import org.eclipse.rse.internal.ui.view.SystemView; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 118. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 30) import org.eclipse.rse.internal.ui.view.SystemViewForm; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 119. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 100) fileMode ? SystemFileResources.RESID_SELECTFILE_TITLE : SystemFileResources.RESID_SELECTDIRECTORY_TITLE, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 120. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 100) fileMode ? SystemFileResources.RESID_SELECTFILE_TITLE : SystemFileResources.RESID_SELECTDIRECTORY_TITLE, ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_SELECTFILE_TITLE from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 121. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 100) fileMode ? SystemFileResources.RESID_SELECTFILE_TITLE : SystemFileResources.RESID_SELECTDIRECTORY_TITLE, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 122. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 100) fileMode ? SystemFileResources.RESID_SELECTFILE_TITLE : SystemFileResources.RESID_SELECTDIRECTORY_TITLE, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_SELECTDIRECTORY_TITLE from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 123. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 125) public void setAllowForMultipleParents(boolean flag) ^^^^ Javadoc: Missing tag for parameter flag ---------- 124. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 133) public void setSystemConnection(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 125. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 140) public void setDefaultConnection(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 126. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 161) public void setShowNewConnectionPrompt(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 127. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 175) public void setSelectionTreeToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 128. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 183) public void setAutoExpandDepth(int depth) ^^^^^ Javadoc: Missing tag for parameter depth ---------- 129. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 235) public void setPreSelection(IRemoteFile selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 130. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 245) public void setFileTypes(String[] fileTypes) ^^^^^^^^^ Javadoc: Missing tag for parameter fileTypes ---------- 131. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 255) public void setFileTypes(String fileTypes) ^^^^^^^^^ Javadoc: Missing tag for parameter fileTypes ---------- 132. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 268) public void setRestrictFolders(boolean restrict) ^^^^^^^^ Javadoc: Missing tag for parameter restrict ---------- 133. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 280) public void enableAddMode(ISystemAddFileListener caller) ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 134. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 287) setCancelButtonLabel(SystemResources.BUTTON_CLOSE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 135. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 287) setCancelButtonLabel(SystemResources.BUTTON_CLOSE); ^^^^^^^^^^^^ Discouraged access: The field BUTTON_CLOSE from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 136. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 293) public void enableAddMode(ISystemAddFileListener caller, String addLabel, String addToolTipText) ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 137. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 293) public void enableAddMode(ISystemAddFileListener caller, String addLabel, String addToolTipText) ^^^^^^^^ Javadoc: Missing tag for parameter addLabel ---------- 138. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 293) public void enableAddMode(ISystemAddFileListener caller, String addLabel, String addToolTipText) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter addToolTipText ---------- 139. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 310) public void setShowPropertySheet(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 140. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 347) public void setMultipleSelectionMode(boolean multiple) ^^^^^^^^ Javadoc: Missing tag for parameter multiple ---------- 141. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 356) public void setSelectionValidator(IValidatorRemoteSelection selectionValidator) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectionValidator ---------- 142. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 368) public Object getSelectedObject() ^^^^^^ Javadoc: Missing tag for return type ---------- 143. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 380) public Object[] getSelectedObjects() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 144. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 393) public IHost getSelectedConnection() ^^^^^ Javadoc: Missing tag for return type ---------- 145. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 401) public boolean getMultipleSelectionMode() ^^^^^^^ Javadoc: Missing tag for return type ---------- 146. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 409) public SystemViewForm getSystemViewForm() ^^^^^^^^^^^^^^ Discouraged access: The type SystemViewForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 147. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 409) public SystemViewForm getSystemViewForm() ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 148. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 424) form.getSystemViewForm().getSystemView().addDoubleClickListener(new IDoubleClickListener() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSystemView() from the type SystemViewForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 149. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 436) protected void handleDoubleClick(DoubleClickEvent event) ^^^^^ Javadoc: Missing tag for parameter event ---------- 150. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 438) SystemView tree = form.getSystemViewForm().getSystemView(); ^^^^^^^^^^ Discouraged access: The type SystemView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 151. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 438) SystemView tree = form.getSystemViewForm().getSystemView(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSystemView() from the type SystemViewForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 152. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 443) if (FILE_MODE && form.isPageComplete() && !tree.isExpandable(element)) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isExpandable(Object) from the type SystemView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 153. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 476) protected SystemSelectRemoteFileOrFolderForm getForm(boolean fileMode) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 154. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/dialogs/SystemSelectRemoteFileOrFolderDialog.java (at line 476) protected SystemSelectRemoteFileOrFolderForm getForm(boolean fileMode) ^^^^^^^^ Javadoc: Missing tag for parameter fileMode ---------- ---------- 155. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/ISystemRemoteMarker.java (at line 166) public boolean isSubtypeOf(String superType); ^^^^^^^^^ Javadoc: Missing tag for parameter superType ---------- ---------- 156. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/ISystemRemoteResource.java (at line 74) public ISystemRemoteMarker getMarker(long id); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 157. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/ISystemRemoteResource.java (at line 155) public boolean isExistsLocally(); ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 158. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 122) protected void execute(IProgressMonitor monitor) throws CoreException, InvocationTargetException, InterruptedException ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 159. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 122) protected void execute(IProgressMonitor monitor) throws CoreException, InvocationTargetException, InterruptedException ^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception CoreException ---------- 160. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 122) protected void execute(IProgressMonitor monitor) throws CoreException, InvocationTargetException, InterruptedException ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InvocationTargetException ---------- 161. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 122) protected void execute(IProgressMonitor monitor) throws CoreException, InvocationTargetException, InterruptedException ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InterruptedException ---------- 162. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 165) private void throwException() throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 163. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 195) public SystemEditableRemoteFile(IWorkbenchPage page, IRemoteFile remoteFile, String editorId) ^^^^ Javadoc: Missing tag for parameter page ---------- 164. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 195) public SystemEditableRemoteFile(IWorkbenchPage page, IRemoteFile remoteFile, String editorId) ^^^^^^^^^^ Javadoc: Missing tag for parameter remoteFile ---------- 165. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 195) public SystemEditableRemoteFile(IWorkbenchPage page, IRemoteFile remoteFile, String editorId) ^^^^^^^^ Javadoc: Missing tag for parameter editorId ---------- 166. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 216) public SystemEditableRemoteFile(IRemoteFile remoteFile, String editorId) ^^^^^^^^^^ Javadoc: Missing tag for parameter remoteFile ---------- 167. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 216) public SystemEditableRemoteFile(IRemoteFile remoteFile, String editorId) ^^^^^^^^ Javadoc: Missing tag for parameter editorId ---------- 168. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 224) public SystemEditableRemoteFile(IRemoteFile remoteFile) ^^^^^^^^^^ Javadoc: Missing tag for parameter remoteFile ---------- 169. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 267) public static SystemEditableRemoteFile getInstance(IFile file) { ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 170. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 362) public void setRemoteFile(IRemoteFile remoteFile) ^^^^^^^^^^ Javadoc: Missing tag for parameter remoteFile ---------- 171. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 374) public IRemoteFile getRemoteFile() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 172. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 382) public void setLocalPath(String localPath) ^^^^^^^^^ Javadoc: Missing tag for parameter localPath ---------- 173. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 390) public String getLocalPath() ^^^^^^ Javadoc: Missing tag for return type ---------- 174. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 406) public IEditorPart getEditor() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 175. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 681) private void upload() throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 176. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 856) private String getDownloadPath() ^^^^^^ Javadoc: Missing tag for return type ---------- 177. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 1320) public void openInSystemEditor(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 178. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 1371) public void openInInPlaceEditor(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 179. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 1545) public void openSystemEditor() throws PartInitException ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception PartInitException ---------- 180. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 1567) private void openInPlaceEditor() throws PartInitException ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception PartInitException ---------- 181. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 1691) private void process(IResourceDelta delta) ^^^^^ Javadoc: Missing tag for parameter delta ---------- 182. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 1726) public boolean saveAs(IRemoteFile newRemoteFile, IProgressMonitor progressMonitor) ^^^^^^^ Javadoc: Missing tag for return type ---------- 183. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 1726) public boolean saveAs(IRemoteFile newRemoteFile, IProgressMonitor progressMonitor) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newRemoteFile ---------- 184. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemEditableRemoteFile.java (at line 1726) public boolean saveAs(IRemoteFile newRemoteFile, IProgressMonitor progressMonitor) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter progressMonitor ---------- ---------- 185. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemSafeFileOutputStream.java (at line 51) public SystemSafeFileOutputStream(File file) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 186. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemSafeFileOutputStream.java (at line 59) public SystemSafeFileOutputStream(String destinationName) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 187. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemSafeFileOutputStream.java (at line 68) public SystemSafeFileOutputStream(String destinationPath, String tempPath) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 188. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemSafeFileOutputStream.java (at line 112) protected void commit() throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 189. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemSafeFileOutputStream.java (at line 128) protected void copy(File sourceFile, File destinationFile) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 190. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemSafeFileOutputStream.java (at line 143) protected void createTempFile(String tempPath) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 191. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemSafeFileOutputStream.java (at line 177) protected void transferData(InputStream source, OutputStream destination) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- ---------- 192. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemTempFileListener.java (at line 491) protected void synchronizeTempWithRemote(IFile file, IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 193. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemTempFileListener.java (at line 648) protected boolean preScanForTempFiles(IResourceDelta delta) ^^^^^^^ Javadoc: Missing tag for return type ---------- 194. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemTempFileListener.java (at line 648) protected boolean preScanForTempFiles(IResourceDelta delta) ^^^^^ Javadoc: Missing tag for parameter delta ---------- ---------- 195. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/SystemUniversalTempFileListener.java (at line 61) public static SystemUniversalTempFileListener getListener() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 196. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 42) import org.eclipse.core.internal.resources.Resource; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Resource is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.core.resources_3.3.0.v20070604.jar ---------- 197. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 65) import org.eclipse.rse.internal.subsystems.files.core.ISystemFilePreferencesConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 198. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 125) boolean doSuperTransferProperty = RSEUIPlugin.getDefault().getPreferenceStore().getBoolean(ISystemFilePreferencesConstants.DOSUPERTRANSFER) && ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 199. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 125) boolean doSuperTransferProperty = RSEUIPlugin.getDefault().getPreferenceStore().getBoolean(ISystemFilePreferencesConstants.DOSUPERTRANSFER) && ^^^^^^^^^^^^^^^ Discouraged access: The field DOSUPERTRANSFER from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 200. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 160) if (tempFile.exists() && ((Resource)tempFile).getPropertyManager() != null) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getPropertyManager() from the type Resource is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.core.resources_3.3.0.v20070604.jar ---------- 201. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 160) if (tempFile.exists() && ((Resource)tempFile).getPropertyManager() != null) ^^^^^^^^ Discouraged access: The type Resource is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.core.resources_3.3.0.v20070604.jar ---------- 202. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 822) if (tempFile.exists() && ((Resource)tempFile).getPropertyManager() != null) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getPropertyManager() from the type Resource is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.core.resources_3.3.0.v20070604.jar ---------- 203. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 822) if (tempFile.exists() && ((Resource)tempFile).getPropertyManager() != null) ^^^^^^^^ Discouraged access: The type Resource is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.core.resources_3.3.0.v20070604.jar ---------- 204. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 1110) if (RSEUIPlugin.getDefault().getPreferenceStore().getBoolean(ISystemFilePreferencesConstants.PRESERVETIMESTAMPS)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 205. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 1110) if (RSEUIPlugin.getDefault().getPreferenceStore().getBoolean(ISystemFilePreferencesConstants.PRESERVETIMESTAMPS)) ^^^^^^^^^^^^^^^^^^ Discouraged access: The field PRESERVETIMESTAMPS from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 206. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 1315) if (RSEUIPlugin.getDefault().getPreferenceStore().getBoolean(ISystemFilePreferencesConstants.PRESERVETIMESTAMPS)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 207. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 1315) if (RSEUIPlugin.getDefault().getPreferenceStore().getBoolean(ISystemFilePreferencesConstants.PRESERVETIMESTAMPS)) ^^^^^^^^^^^^^^^^^^ Discouraged access: The field PRESERVETIMESTAMPS from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 208. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 1548) String archiveType = store.getString(ISystemFilePreferencesConstants.SUPERTRANSFER_ARC_TYPE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 209. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 1548) String archiveType = store.getString(ISystemFilePreferencesConstants.SUPERTRANSFER_ARC_TYPE); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SUPERTRANSFER_ARC_TYPE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 210. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 1774) protected static String useLocalSeparator(String virtualPath) ^^^^^^ Javadoc: Missing tag for return type ---------- 211. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/resources/UniversalFileTransferUtility.java (at line 1774) protected static String useLocalSeparator(String virtualPath) ^^^^^^^^^^^ Javadoc: Missing tag for parameter virtualPath ---------- ---------- 212. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SaveAsForm.java (at line 48) public SaveAsForm(ISystemMessageLine msgLine, Object caller, boolean fileMode) ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- 213. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SaveAsForm.java (at line 48) public SaveAsForm(ISystemMessageLine msgLine, Object caller, boolean fileMode) ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 214. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SaveAsForm.java (at line 48) public SaveAsForm(ISystemMessageLine msgLine, Object caller, boolean fileMode) ^^^^^^^^ Javadoc: Missing tag for parameter fileMode ---------- 215. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SaveAsForm.java (at line 169) protected ISystemViewElementAdapter getViewAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 216. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SaveAsForm.java (at line 169) protected ISystemViewElementAdapter getViewAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 217. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SaveAsForm.java (at line 178) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 218. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SaveAsForm.java (at line 178) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 219. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SaveAsForm.java (at line 203) Object parentFile = tree.getSelectedParent(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSelectedParent() from the type SystemViewForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 220. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 27) import org.eclipse.rse.internal.subsystems.files.core.SystemFileResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 221. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 138) public void setFilterFileLength(int max) ^^^ Javadoc: Missing tag for parameter max ---------- 222. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 147) public void setFilterPathLength(int max) ^^^ Javadoc: Missing tag for parameter max ---------- 223. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 173) public void setExistingStrings(String[] existingStrings, boolean caseSensitive) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter existingStrings ---------- 224. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 173) public void setExistingStrings(String[] existingStrings, boolean caseSensitive) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- 225. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 210) subsetByFileNameRadioButton = SystemWidgetHelpers.createRadioButton(composite_prompts, null, SystemFileResources.RESID_FILEFILTERSTRING_BYFILENAME_LABEL, SystemFileResources.RESID_FILEFILTERSTRING_BYFILENAME_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 226. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 210) subsetByFileNameRadioButton = SystemWidgetHelpers.createRadioButton(composite_prompts, null, SystemFileResources.RESID_FILEFILTERSTRING_BYFILENAME_LABEL, SystemFileResources.RESID_FILEFILTERSTRING_BYFILENAME_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_FILEFILTERSTRING_BYFILENAME_LABEL from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 227. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 210) subsetByFileNameRadioButton = SystemWidgetHelpers.createRadioButton(composite_prompts, null, SystemFileResources.RESID_FILEFILTERSTRING_BYFILENAME_LABEL, SystemFileResources.RESID_FILEFILTERSTRING_BYFILENAME_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 228. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 210) subsetByFileNameRadioButton = SystemWidgetHelpers.createRadioButton(composite_prompts, null, SystemFileResources.RESID_FILEFILTERSTRING_BYFILENAME_LABEL, SystemFileResources.RESID_FILEFILTERSTRING_BYFILENAME_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_FILEFILTERSTRING_BYFILENAME_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 229. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 218) String temp = SystemWidgetHelpers.appendColon(SystemFileResources.RESID_FILEFILTERSTRING_FILE_LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 230. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 218) String temp = SystemWidgetHelpers.appendColon(SystemFileResources.RESID_FILEFILTERSTRING_FILE_LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_FILEFILTERSTRING_FILE_LABEL from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 231. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 220) labelFile.setToolTipText(SystemFileResources.RESID_FILEFILTERSTRING_FILE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 232. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 220) labelFile.setToolTipText(SystemFileResources.RESID_FILEFILTERSTRING_FILE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_FILEFILTERSTRING_FILE_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 233. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 222) textFile.setToolTipText(SystemFileResources.RESID_FILEFILTERSTRING_FILE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 234. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 222) textFile.setToolTipText(SystemFileResources.RESID_FILEFILTERSTRING_FILE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_FILEFILTERSTRING_FILE_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 235. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 230) subsetByFileTypesRadioButton = SystemWidgetHelpers.createRadioButton(composite_prompts, null, SystemFileResources.RESID_FILEFILTERSTRING_BYFILETYPES_LABEL, SystemFileResources.RESID_FILEFILTERSTRING_BYFILETYPES_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 236. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 230) subsetByFileTypesRadioButton = SystemWidgetHelpers.createRadioButton(composite_prompts, null, SystemFileResources.RESID_FILEFILTERSTRING_BYFILETYPES_LABEL, SystemFileResources.RESID_FILEFILTERSTRING_BYFILETYPES_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_FILEFILTERSTRING_BYFILETYPES_LABEL from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 237. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 230) subsetByFileTypesRadioButton = SystemWidgetHelpers.createRadioButton(composite_prompts, null, SystemFileResources.RESID_FILEFILTERSTRING_BYFILETYPES_LABEL, SystemFileResources.RESID_FILEFILTERSTRING_BYFILETYPES_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 238. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 230) subsetByFileTypesRadioButton = SystemWidgetHelpers.createRadioButton(composite_prompts, null, SystemFileResources.RESID_FILEFILTERSTRING_BYFILETYPES_LABEL, SystemFileResources.RESID_FILEFILTERSTRING_BYFILETYPES_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_FILEFILTERSTRING_BYFILETYPES_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 239. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 243) temp = SystemWidgetHelpers.appendColon(SystemFileResources.RESID_FILEFILTERSTRING_TYPES_LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 240. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 243) temp = SystemWidgetHelpers.appendColon(SystemFileResources.RESID_FILEFILTERSTRING_TYPES_LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_FILEFILTERSTRING_TYPES_LABEL from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 241. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 245) labelTypes.setToolTipText(SystemFileResources.RESID_FILEFILTERSTRING_TYPES_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 242. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 245) labelTypes.setToolTipText(SystemFileResources.RESID_FILEFILTERSTRING_TYPES_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_FILEFILTERSTRING_TYPES_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 243. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 247) textTypes.setToolTipText(SystemFileResources.RESID_FILEFILTERSTRING_TYPES_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 244. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 247) textTypes.setToolTipText(SystemFileResources.RESID_FILEFILTERSTRING_TYPES_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_FILEFILTERSTRING_TYPES_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 245. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 249) selectTypesButton = SystemWidgetHelpers.createPushButton(typesGroup, null, SystemFileResources.RESID_FILEFILTERSTRING_SELECTTYPES_LABEL, SystemFileResources.RESID_FILEFILTERSTRING_SELECTTYPES_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 246. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 249) selectTypesButton = SystemWidgetHelpers.createPushButton(typesGroup, null, SystemFileResources.RESID_FILEFILTERSTRING_SELECTTYPES_LABEL, SystemFileResources.RESID_FILEFILTERSTRING_SELECTTYPES_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_FILEFILTERSTRING_SELECTTYPES_LABEL from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 247. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 249) selectTypesButton = SystemWidgetHelpers.createPushButton(typesGroup, null, SystemFileResources.RESID_FILEFILTERSTRING_SELECTTYPES_LABEL, SystemFileResources.RESID_FILEFILTERSTRING_SELECTTYPES_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 248. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 249) selectTypesButton = SystemWidgetHelpers.createPushButton(typesGroup, null, SystemFileResources.RESID_FILEFILTERSTRING_SELECTTYPES_LABEL, SystemFileResources.RESID_FILEFILTERSTRING_SELECTTYPES_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_FILEFILTERSTRING_SELECTTYPES_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 249. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 270) SystemFileResources.RESID_FILEFILTERSTRING_INCFILESONLY_LABEL, SystemFileResources.RESID_FILEFILTERSTRING_INCFILESONLY_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 250. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 270) SystemFileResources.RESID_FILEFILTERSTRING_INCFILESONLY_LABEL, SystemFileResources.RESID_FILEFILTERSTRING_INCFILESONLY_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_FILEFILTERSTRING_INCFILESONLY_LABEL from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 251. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 270) SystemFileResources.RESID_FILEFILTERSTRING_INCFILESONLY_LABEL, SystemFileResources.RESID_FILEFILTERSTRING_INCFILESONLY_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 252. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 270) SystemFileResources.RESID_FILEFILTERSTRING_INCFILESONLY_LABEL, SystemFileResources.RESID_FILEFILTERSTRING_INCFILESONLY_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_FILEFILTERSTRING_INCFILESONLY_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 253. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 457) private void enableFields(boolean byFileName) ^^^^^^^^^^ Javadoc: Missing tag for parameter byFileName ---------- 254. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 469) protected SystemSelectFileTypesAction getSelectTypesAction() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 255. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 572) protected SystemMessage validateFileInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 256. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 611) protected SystemMessage validateFolderInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 257. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 787) public static ValidatorFileFilterString getFileFilterStringValidator(ISystemFilter filter, String filterString) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 258. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 801) public static ValidatorFileFilterString getFileFilterStringValidator(IRemoteFileSubSystemConfiguration ssFactory) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 259. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileFilterStringEditPane.java (at line 801) public static ValidatorFileFilterString getFileFilterStringValidator(IRemoteFileSubSystemConfiguration ssFactory) ^^^^^^^^^ Javadoc: Missing tag for parameter ssFactory ---------- ---------- 260. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileTreeAndListGroup.java (at line 39) public class SystemFileTreeAndListGroup extends org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.ide_3.3.0.I20070620.jar ---------- 261. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileTreeAndListGroup.java (at line 67) super(parent, rootObject, treeContentProvider, treeLabelProvider, listContentProvider, listLabelProvider, style, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ResourceTreeAndListGroup(Composite, Object, ITreeContentProvider, ILabelProvider, IStructuredContentProvider, ILabelProvider, int, boolean) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.ide_3.3.0.I20070620.jar ---------- 262. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileTreeAndListGroup.java (at line 133) populateListViewer(lastSelectedElement); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method populateListViewer(Object) from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.ide_3.3.0.I20070620.jar ---------- 263. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileTreeAndListGroup.java (at line 146) super.selectionChanged(event); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method selectionChanged(SelectionChangedEvent) from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.ide_3.3.0.I20070620.jar ---------- 264. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileTreeAndListGroup.java (at line 159) super.setRoot(newRoot); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setRoot(Object) from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.ide_3.3.0.I20070620.jar ---------- ---------- 265. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileWidgetHelpers.java (at line 50) public static SystemRemoteFolderCombo createFolderCombo(Composite parent, SelectionListener listener, int horizontalSpan, String historyKey, boolean readOnly) { ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 266. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemFileWidgetHelpers.java (at line 93) public static SystemQualifiedRemoteFolderCombo createQualifiedDirectoryCombo(Composite parent, SelectionListener listener, int horizontalSpan, String historyKey) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 267. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 32) import org.eclipse.rse.internal.subsystems.files.core.SystemFileResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 268. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 114) folderLabel = SystemWidgetHelpers.createLabel(this,SystemFileResources.WIDGET_FOLDER_LABEL, SystemFileResources.WIDGET_FOLDER_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 269. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 114) folderLabel = SystemWidgetHelpers.createLabel(this,SystemFileResources.WIDGET_FOLDER_LABEL, SystemFileResources.WIDGET_FOLDER_TOOLTIP); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field WIDGET_FOLDER_LABEL from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 270. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 114) folderLabel = SystemWidgetHelpers.createLabel(this,SystemFileResources.WIDGET_FOLDER_LABEL, SystemFileResources.WIDGET_FOLDER_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 271. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 114) folderLabel = SystemWidgetHelpers.createLabel(this,SystemFileResources.WIDGET_FOLDER_LABEL, SystemFileResources.WIDGET_FOLDER_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field WIDGET_FOLDER_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 272. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 117) folderCombo = SystemWidgetHelpers.createHistoryCombo(this,null,historyKey,readOnly,SystemFileResources.WIDGET_FOLDER_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 273. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 117) folderCombo = SystemWidgetHelpers.createHistoryCombo(this,null,historyKey,readOnly,SystemFileResources.WIDGET_FOLDER_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field WIDGET_FOLDER_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 274. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 121) browseButton = createPushButton(this,SystemFileResources.WIDGET_BROWSE_LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 275. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 121) browseButton = createPushButton(this,SystemFileResources.WIDGET_BROWSE_LABEL); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field WIDGET_BROWSE_LABEL from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 276. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 172) public void setShowNewConnectionPrompt(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 277. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 182) public SystemHistoryCombo getFolderCombo() ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 278. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 189) public SystemHistoryCombo getHistoryCombo() ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 279. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 219) public Button getBrowseButton() ^^^^^^ Javadoc: Missing tag for return type ---------- 280. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 303) public int getFolderIndex(IRemoteFile folder) ^^^ Javadoc: Missing tag for return type ---------- 281. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 303) public int getFolderIndex(IRemoteFile folder) ^^^^^^ Javadoc: Missing tag for parameter folder ---------- 282. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 323) public void setFolder(IRemoteFile folder) ^^^^^^ Javadoc: Missing tag for parameter folder ---------- 283. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 389) public IRemoteFile getFolder() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 284. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 390) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 285. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 414) public IHost getSystemConnection() ^^^^^ Javadoc: Missing tag for return type ---------- 286. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 450) public void setBrowseButtonToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 287. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 465) public void setTextLimit(int limit) ^^^^^ Javadoc: Missing tag for parameter limit ---------- 288. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 504) public void addBrowseButtonSelectionListener(SelectionListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 289. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 512) public void removeBrowseButtonSelectionListener(SelectionListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 290. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 521) public void addModifyListener(ModifyListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 291. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 529) public void removeModifyListener(ModifyListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 292. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 537) public static String[] getHistory() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 293. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 564) public IRemoteFile convertToRemoteFile(String qualifiedFolder) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 294. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 564) public IRemoteFile convertToRemoteFile(String qualifiedFolder) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter qualifiedFolder ---------- 295. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 565) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 296. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 635) public static String extractQualifiedConnectionName(String qualifiedFolder) ^^^^^^ Javadoc: Missing tag for return type ---------- 297. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 635) public static String extractQualifiedConnectionName(String qualifiedFolder) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter qualifiedFolder ---------- 298. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 646) public static String extractProfileName(String qualifiedConnectionName) ^^^^^^ Javadoc: Missing tag for return type ---------- 299. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 646) public static String extractProfileName(String qualifiedConnectionName) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter qualifiedConnectionName ---------- 300. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 658) public static String extractConnectionName(String qualifiedConnectionName) ^^^^^^ Javadoc: Missing tag for return type ---------- 301. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 658) public static String extractConnectionName(String qualifiedConnectionName) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter qualifiedConnectionName ---------- 302. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 677) public static String extractFolder(String qualifiedFolder) ^^^^^^ Javadoc: Missing tag for return type ---------- 303. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 677) public static String extractFolder(String qualifiedFolder) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter qualifiedFolder ---------- 304. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 694) protected Composite prepareComposite(int numColumns) ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 305. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 754) protected SystemSelectRemoteFolderAction getBrowseAction(Shell shell, IHost defaultConnection) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 306. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 754) protected SystemSelectRemoteFolderAction getBrowseAction(Shell shell, IHost defaultConnection) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 307. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemQualifiedRemoteFolderCombo.java (at line 754) protected SystemSelectRemoteFolderAction getBrowseAction(Shell shell, IHost defaultConnection) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter defaultConnection ---------- ---------- 308. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemRemoteFolderCombo.java (at line 27) import org.eclipse.rse.internal.subsystems.files.core.SystemFileResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 309. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemRemoteFolderCombo.java (at line 101) folderLabel = SystemWidgetHelpers.createLabel(this,SystemFileResources.WIDGET_FOLDER_LABEL, SystemFileResources.WIDGET_FOLDER_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 310. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemRemoteFolderCombo.java (at line 101) folderLabel = SystemWidgetHelpers.createLabel(this,SystemFileResources.WIDGET_FOLDER_LABEL, SystemFileResources.WIDGET_FOLDER_TOOLTIP); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field WIDGET_FOLDER_LABEL from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 311. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemRemoteFolderCombo.java (at line 101) folderLabel = SystemWidgetHelpers.createLabel(this,SystemFileResources.WIDGET_FOLDER_LABEL, SystemFileResources.WIDGET_FOLDER_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 312. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemRemoteFolderCombo.java (at line 101) folderLabel = SystemWidgetHelpers.createLabel(this,SystemFileResources.WIDGET_FOLDER_LABEL, SystemFileResources.WIDGET_FOLDER_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field WIDGET_FOLDER_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 313. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemRemoteFolderCombo.java (at line 104) folderCombo = SystemWidgetHelpers.createHistoryCombo(this,null,historyKey,readOnly,SystemFileResources.WIDGET_FOLDER_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 314. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemRemoteFolderCombo.java (at line 104) folderCombo = SystemWidgetHelpers.createHistoryCombo(this,null,historyKey,readOnly,SystemFileResources.WIDGET_FOLDER_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field WIDGET_FOLDER_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 315. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemRemoteFolderCombo.java (at line 108) browseButton = createPushButton(this,SystemFileResources.WIDGET_BROWSE_LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 316. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemRemoteFolderCombo.java (at line 108) browseButton = createPushButton(this,SystemFileResources.WIDGET_BROWSE_LABEL); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field WIDGET_BROWSE_LABEL from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 317. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemRemoteFolderCombo.java (at line 158) public void setSystemConnection(IHost connection) ^^^^^^^^^^ Javadoc: Missing tag for parameter connection ---------- 318. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemRemoteFolderCombo.java (at line 165) public IHost getSystemConnection() ^^^^^ Javadoc: Missing tag for return type ---------- 319. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemRemoteFolderCombo.java (at line 174) public void setSubSystem(IRemoteFileSubSystem subsystem) ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 320. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemRemoteFolderCombo.java (at line 182) public void setShowNewConnectionPrompt(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 321. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemRemoteFolderCombo.java (at line 191) public Combo getFolderCombo() ^^^^^ Javadoc: Missing tag for return type ---------- 322. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemRemoteFolderCombo.java (at line 208) public SystemHistoryCombo getHistoryCombo() ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 323. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemRemoteFolderCombo.java (at line 239) public Button getBrowseButton() ^^^^^^ Javadoc: Missing tag for return type ---------- 324. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemRemoteFolderCombo.java (at line 247) public void setItems(String[] items) ^^^^^ Javadoc: Missing tag for parameter items ---------- 325. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemRemoteFolderCombo.java (at line 254) public String[] getItems() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 326. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemRemoteFolderCombo.java (at line 263) public void setText(String text) ^^^^ Javadoc: Missing tag for parameter text ---------- 327. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemRemoteFolderCombo.java (at line 296) public void setBrowseButtonToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 328. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemRemoteFolderCombo.java (at line 312) public void setTextLimit(int limit) ^^^^^ Javadoc: Missing tag for parameter limit ---------- 329. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemRemoteFolderCombo.java (at line 386) public void addBrowseButtonSelectionListener(SelectionListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 330. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemRemoteFolderCombo.java (at line 394) public void removeBrowseButtonSelectionListener(SelectionListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 331. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemRemoteFolderCombo.java (at line 403) public void addModifyListener(ModifyListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 332. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemRemoteFolderCombo.java (at line 411) public void removeModifyListener(ModifyListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 333. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemRemoteFolderCombo.java (at line 452) public static String[] getHistory() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 334. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemRemoteFolderCombo.java (at line 472) public void updateHistory(boolean refresh) { ^^^^^^^ Javadoc: Missing tag for parameter refresh ---------- 335. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemRemoteFolderCombo.java (at line 483) protected Composite prepareComposite(int numColumns) ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 336. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemRemoteFolderCombo.java (at line 551) protected SystemSelectRemoteFolderAction getBrowseAction(Shell shell) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 337. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemRemoteFolderCombo.java (at line 551) protected SystemSelectRemoteFolderAction getBrowseAction(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- ---------- 338. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 38) import org.eclipse.rse.internal.subsystems.files.core.SystemFileResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 339. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 39) import org.eclipse.rse.internal.ui.view.SystemPropertySheetForm; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemPropertySheetForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 340. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 40) import org.eclipse.rse.internal.ui.view.SystemSelectRemoteObjectAPIProviderImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemSelectRemoteObjectAPIProviderImpl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 341. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 41) import org.eclipse.rse.internal.ui.view.SystemViewForm; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 342. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 86) *
  • {@link #setSelectionValidator(org.eclipse.rse.ui.IValidatorRemoteSelection)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.rse.ui.IValidatorRemoteSelection cannot be resolved to a type ---------- 343. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 109) protected SystemViewForm tree; ^^^^^^^^^^^^^^ Discouraged access: The type SystemViewForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 344. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 110) protected SystemPropertySheetForm ps; ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemPropertySheetForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 345. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 138) protected SystemSelectRemoteObjectAPIProviderImpl inputProvider = null; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemSelectRemoteObjectAPIProviderImpl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 346. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 175) verbiage = fileMode ? SystemFileResources.RESID_SELECTFILE_VERBIAGE: SystemFileResources.RESID_SELECTDIRECTORY_VERBIAGE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 347. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 175) verbiage = fileMode ? SystemFileResources.RESID_SELECTFILE_VERBIAGE: SystemFileResources.RESID_SELECTDIRECTORY_VERBIAGE; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_SELECTFILE_VERBIAGE from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 348. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 175) verbiage = fileMode ? SystemFileResources.RESID_SELECTFILE_VERBIAGE: SystemFileResources.RESID_SELECTDIRECTORY_VERBIAGE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 349. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 175) verbiage = fileMode ? SystemFileResources.RESID_SELECTFILE_VERBIAGE: SystemFileResources.RESID_SELECTDIRECTORY_VERBIAGE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_SELECTDIRECTORY_VERBIAGE from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 350. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 176) treeTip = fileMode ? SystemFileResources.RESID_SELECTFILE_SELECT_TOOLTIP : SystemFileResources.RESID_SELECTDIRECTORY_SELECT_TOOLTIP; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 351. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 176) treeTip = fileMode ? SystemFileResources.RESID_SELECTFILE_SELECT_TOOLTIP : SystemFileResources.RESID_SELECTDIRECTORY_SELECT_TOOLTIP; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_SELECTFILE_SELECT_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 352. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 176) treeTip = fileMode ? SystemFileResources.RESID_SELECTFILE_SELECT_TOOLTIP : SystemFileResources.RESID_SELECTDIRECTORY_SELECT_TOOLTIP; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 353. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 176) treeTip = fileMode ? SystemFileResources.RESID_SELECTFILE_SELECT_TOOLTIP : SystemFileResources.RESID_SELECTDIRECTORY_SELECT_TOOLTIP; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_SELECTDIRECTORY_SELECT_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 354. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 182) inputProvider.setFilterString(fileMode ? initialFilterString : initialFilterString+" /nf"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setFilterString(String) from the type SystemSelectRemoteObjectAPIProviderImpl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 355. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 198) protected SystemSelectRemoteObjectAPIProviderImpl getInputProvider() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemSelectRemoteObjectAPIProviderImpl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 356. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 198) protected SystemSelectRemoteObjectAPIProviderImpl getInputProvider() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 357. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 203) inputProvider = new SystemSelectRemoteObjectAPIProviderImpl(null, ISystemFileRemoteTypes.TYPECATEGORY, true, null); // show new connection prompt, no system type restrictions ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemSelectRemoteObjectAPIProviderImpl(String, String, boolean, IRSESystemType[]) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 358. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 203) inputProvider = new SystemSelectRemoteObjectAPIProviderImpl(null, ISystemFileRemoteTypes.TYPECATEGORY, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemSelectRemoteObjectAPIProviderImpl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 359. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 213) public void setAllowForMultipleParents(boolean flag) ^^^^ Javadoc: Missing tag for parameter flag ---------- 360. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 221) public void setSystemConnection(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 361. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 228) inputProvider.setSystemConnection(conn,true); // true means only this connection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setSystemConnection(IHost, boolean) from the type SystemSelectRemoteObjectAPIProviderImpl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 362. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 233) public void setDefaultConnection(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 363. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 235) inputProvider.setSystemConnection(conn, /* DKM - now we support cross system copy true */ false); // true means only this connection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setSystemConnection(IHost, boolean) from the type SystemSelectRemoteObjectAPIProviderImpl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 364. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 241) public void setShowNewConnectionPrompt(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 365. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 243) inputProvider.setShowNewConnectionPrompt(show); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setShowNewConnectionPrompt(boolean) from the type SystemSelectRemoteObjectAPIProviderImpl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 366. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 257) inputProvider.setSystemTypes(systemTypes); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setSystemTypes(IRSESystemType[]) from the type SystemSelectRemoteObjectAPIProviderImpl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 367. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 263) public void setMessage(String message) ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 368. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 272) public void setSelectionTreeToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 369. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 276) tree.setToolTipText(tip); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setToolTipText(String) from the type SystemViewForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 370. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 320) filterName = fileMode ? SystemFileResources.RESID_FILTER_ROOTFILES : SystemFileResources.RESID_FILTER_ROOTFOLDERS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 371. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 320) filterName = fileMode ? SystemFileResources.RESID_FILTER_ROOTFILES : SystemFileResources.RESID_FILTER_ROOTFOLDERS; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_FILTER_ROOTFILES from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 372. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 320) filterName = fileMode ? SystemFileResources.RESID_FILTER_ROOTFILES : SystemFileResources.RESID_FILTER_ROOTFOLDERS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 373. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 320) filterName = fileMode ? SystemFileResources.RESID_FILTER_ROOTFILES : SystemFileResources.RESID_FILTER_ROOTFOLDERS; ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_FILTER_ROOTFOLDERS from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 374. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 325) filterName = SystemFileResources.RESID_FILTER_ROOTS; // "Roots" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 375. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 325) filterName = SystemFileResources.RESID_FILTER_ROOTS; // "Roots" ^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_FILTER_ROOTS from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 376. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 329) filterName = fileMode ? SystemFileResources.RESID_FILTER_DRIVES : SystemFileResources.RESID_FILTER_DRIVES; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 377. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 329) filterName = fileMode ? SystemFileResources.RESID_FILTER_DRIVES : SystemFileResources.RESID_FILTER_DRIVES; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_FILTER_DRIVES from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 378. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 329) filterName = fileMode ? SystemFileResources.RESID_FILTER_DRIVES : SystemFileResources.RESID_FILTER_DRIVES; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 379. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 329) filterName = fileMode ? SystemFileResources.RESID_FILTER_DRIVES : SystemFileResources.RESID_FILTER_DRIVES; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_FILTER_DRIVES from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 380. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 357) inputProvider.setFilterString(null); // undo what ctor did ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setFilterString(String) from the type SystemSelectRemoteObjectAPIProviderImpl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 381. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 358) inputProvider.setQuickFilters(filters); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setQuickFilters(ISystemFilter[]) from the type SystemSelectRemoteObjectAPIProviderImpl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 382. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 387) public void setPreSelection(IRemoteFile selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 383. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 420) inputProvider.setPreSelectFilterChild(preSelectFilterChild); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setPreSelectFilterChild(String) from the type SystemSelectRemoteObjectAPIProviderImpl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 384. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 428) public void setFileTypes(String[] fileTypes) ^^^^^^^^^ Javadoc: Missing tag for parameter fileTypes ---------- 385. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 441) public void setFileTypes(String fileTypes) ^^^^^^^^^ Javadoc: Missing tag for parameter fileTypes ---------- 386. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 444) inputProvider.setFilterString("/"+ fileTypes); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setFilterString(String) from the type SystemSelectRemoteObjectAPIProviderImpl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 387. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 450) public void setAutoExpandDepth(int depth) ^^^^^ Javadoc: Missing tag for parameter depth ---------- 388. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 463) public void setRestrictFolders(boolean restrict) ^^^^^^^^ Javadoc: Missing tag for parameter restrict ---------- 389. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 476) public void enableAddMode(ISystemAddFileListener caller) ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 390. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 486) public void setShowPropertySheet(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 391. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 504) public void setMultipleSelectionMode(boolean multiple) ^^^^^^^^ Javadoc: Missing tag for parameter multiple ---------- 392. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 514) public void addSelectionChangedListener(ISelectionChangedListener l) ^ Javadoc: Missing tag for parameter l ---------- 393. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 517) tree.addSelectionChangedListener(l); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addSelectionChangedListener(ISelectionChangedListener) from the type SystemViewForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 394. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 524) public void removeSelectionChangedListener(ISelectionChangedListener l) ^ Javadoc: Missing tag for parameter l ---------- 395. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 527) tree.removeSelectionChangedListener(l); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method removeSelectionChangedListener(ISelectionChangedListener) from the type SystemViewForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 396. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 536) public void setSelectionValidator(IValidatorRemoteSelection selectionValidator) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectionValidator ---------- 397. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 548) public Object getSelectedObject() ^^^^^^ Javadoc: Missing tag for return type ---------- 398. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 559) public Object[] getSelectedObjects() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 399. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 566) public IHost getSelectedConnection() ^^^^^ Javadoc: Missing tag for return type ---------- 400. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 575) public SystemViewForm getSystemViewForm() ^^^^^^^^^^^^^^ Discouraged access: The type SystemViewForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 401. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 575) public SystemViewForm getSystemViewForm() ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 402. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 583) public boolean getMultipleSelectionMode() ^^^^^^^ Javadoc: Missing tag for return type ---------- 403. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 595) public void setMessageLine(ISystemMessageLine msgLine) ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- 404. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 603) public Control getInitialFocusControl() ^^^^^^^ Javadoc: Missing tag for return type ---------- 405. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 605) return tree.getTreeControl(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTreeControl() from the type SystemViewForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 406. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 641) ISelection s = tree.getSelection(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSelection() from the type SystemViewForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 407. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 643) ps.selectionChanged(s); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method selectionChanged(ISelection) from the type SystemPropertySheetForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 408. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 653) private void createPropertySheet(Composite outerParent, Shell shell) ^^^^^^^^^^^ Javadoc: Missing tag for parameter outerParent ---------- 409. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 653) private void createPropertySheet(Composite outerParent, Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 410. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 663) ps = new SystemPropertySheetForm(shell, ps_composite, SWT.BORDER, msgLine); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemPropertySheetForm(Shell, Composite, int, ISystemMessageLine) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 411. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 663) ps = new SystemPropertySheetForm(shell, ps_composite, SWT.BORDER, msgLine); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemPropertySheetForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 412. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 670) tree.removeSelectionChangedListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method removeSelectionChangedListener(ISelectionChangedListener) from the type SystemViewForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 413. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 673) tree.removeSelectionChangedListener((ISelectionChangedListener)listeners.get(i)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method removeSelectionChangedListener(ISelectionChangedListener) from the type SystemViewForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 414. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 682) public Control createContents(Shell shell, Composite parent) ^^^^^^^ Javadoc: Missing tag for return type ---------- 415. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 682) public Control createContents(Shell shell, Composite parent) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 416. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 750) tree = new SystemViewForm(shell, composite_prompts, SWT.NULL, inputProvider, !multipleSelectionMode, msgLine, gridColumns, 1, initViewerFilters); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemViewForm(Shell, Composite, int, ISystemViewInputProvider, boolean, ISystemMessageLine, int, int, ViewerFilter[]) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 417. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 750) tree = new SystemViewForm(shell, composite_prompts, SWT.NULL, inputProvider, !multipleSelectionMode, msgLine, gridColumns, 1, initViewerFilters); ^^^^^^^^^^^^^^ Discouraged access: The type SystemViewForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 418. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 756) tree.getSystemView().setAutoExpandLevel(autoExpandDepth); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSystemView() from the type SystemViewForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 419. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 757) tree.reset(inputProvider); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method reset(ISystemViewInputProvider) from the type SystemViewForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 420. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 765) tree.addSelectionChangedListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addSelectionChangedListener(ISelectionChangedListener) from the type SystemViewForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 421. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 768) tree.addSelectionChangedListener((ISelectionChangedListener)listeners.elementAt(idx)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addSelectionChangedListener(ISelectionChangedListener) from the type SystemViewForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 422. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 773) tree.select(preSelectFilter, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method select(Object, boolean) from the type SystemViewForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 423. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 774) Object preSelectFilterChildObject = inputProvider.getPreSelectFilterChildObject(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getPreSelectFilterChildObject() from the type SystemSelectRemoteObjectAPIProviderImpl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 424. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 776) tree.select(preSelectFilterChildObject, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method select(Object, boolean) from the type SystemViewForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 425. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 804) protected IHost internalGetConnection() ^^^^^ Javadoc: Missing tag for return type ---------- 426. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 806) Object parent = tree.getSystemView().getRootParent(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSystemView() from the type SystemViewForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 427. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 806) Object parent = tree.getSystemView().getRootParent(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRootParent() from the type SystemView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 428. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 833) private ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 429. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 833) private ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 430. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 850) ps.selectionChanged(selection); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method selectionChanged(ISelection) from the type SystemPropertySheetForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 431. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 854) if ((selectionSize > 1) && !tree.sameParent() && !allowForMultipleParents) ^^^^^^^^^^^^^^^^^ Discouraged access: The method sameParent() from the type SystemViewForm is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 432. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 942) protected Object getFirstSelection(ISelection selection) ^^^^^^ Javadoc: Missing tag for return type ---------- 433. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 942) protected Object getFirstSelection(ISelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 434. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 958) protected Object[] getSelections(ISelection selection) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 435. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 958) protected Object[] getSelections(ISelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 436. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 978) public boolean isPageComplete() ^^^^^^^ Javadoc: Missing tag for return type ---------- 437. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFileOrFolderForm.java (at line 1024) protected Shell getShell() ^^^^^ Javadoc: Missing tag for return type ---------- ---------- 438. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 26) import org.eclipse.rse.internal.ui.SystemResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 439. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 27) import org.eclipse.rse.internal.ui.view.SystemViewLabelAndContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewLabelAndContentProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 440. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 90) private SystemViewLabelAndContentProvider folderProvider, fileProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewLabelAndContentProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 441. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 156) public ISystemMessageLine getMessageLine() ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 442. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 194) public void setFilterString(String filterString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 443. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 196) fileProvider.setFilterString(filterString); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setFilterString(String) from the type SystemViewLabelAndContentProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 444. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 197) folderProvider.setFilterString(filterString); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setFilterString(String) from the type SystemViewLabelAndContentProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 445. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 204) public String getFilterString() ^^^^^^ Javadoc: Missing tag for return type ---------- 446. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 212) public SystemQualifiedRemoteFolderCombo getFolderCombo() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 447. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 223) fileSelector.getListTable().setEnabled(enabled); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getListTable() from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.ide_3.3.0.I20070620.jar ---------- 448. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 257) folderProvider.flushCache(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method flushCache() from the type SystemViewLabelAndContentProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 449. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 258) fileProvider.flushCache(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method flushCache() from the type SystemViewLabelAndContentProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 450. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 266) public void addCheckStateListener(ICheckStateListener l) ^ Javadoc: Missing tag for parameter l ---------- 451. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 268) fileSelector.addCheckStateListener(l); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addCheckStateListener(ICheckStateListener) from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.ide_3.3.0.I20070620.jar ---------- 452. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 273) public void removeCheckStateListener(ICheckStateListener l) ^ Javadoc: Missing tag for parameter l ---------- 453. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 275) fileSelector.removeCheckStateListener(l); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method removeCheckStateListener(ICheckStateListener) from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.ide_3.3.0.I20070620.jar ---------- 454. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 282) public IRemoteFile[] getSelectedFiles() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 455. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 284) java.util.List list = fileSelector.getAllCheckedListItems(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getAllCheckedListItems() from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.ide_3.3.0.I20070620.jar ---------- 456. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 302) protected Composite prepareComposite(int numColumns) ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 457. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 326) protected void createFolderPrompt(Composite parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 458. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 335) protected void createFilesSelectorGroup(Composite parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 459. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 338) folderProvider = new SystemViewLabelAndContentProvider(true,false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemViewLabelAndContentProvider(boolean, boolean) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 460. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 338) folderProvider = new SystemViewLabelAndContentProvider(true,false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewLabelAndContentProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 461. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 339) fileProvider = new SystemViewLabelAndContentProvider(false,true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemViewLabelAndContentProvider(boolean, boolean) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 462. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 339) fileProvider = new SystemViewLabelAndContentProvider(false,true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewLabelAndContentProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 463. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 350) protected void createButtons(Composite parent, boolean showSelectTypes, boolean showSelectAll) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 464. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 350) protected void createButtons(Composite parent, boolean showSelectTypes, boolean showSelectAll) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter showSelectTypes ---------- 465. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 350) protected void createButtons(Composite parent, boolean showSelectTypes, boolean showSelectAll) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter showSelectAll ---------- 466. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 367) selectTypesButton = createPushButton(buttonComposite, SystemResources.RESID_SELECTFILES_SELECTTYPES_BUTTON_ROOT_LABEL, SystemResources.RESID_SELECTFILES_SELECTTYPES_BUTTON_ROOT_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 467. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 367) selectTypesButton = createPushButton(buttonComposite, SystemResources.RESID_SELECTFILES_SELECTTYPES_BUTTON_ROOT_LABEL, SystemResources.RESID_SELECTFILES_SELECTTYPES_BUTTON_ROOT_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_SELECTFILES_SELECTTYPES_BUTTON_ROOT_LABEL from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 468. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 367) selectTypesButton = createPushButton(buttonComposite, SystemResources.RESID_SELECTFILES_SELECTTYPES_BUTTON_ROOT_LABEL, SystemResources.RESID_SELECTFILES_SELECTTYPES_BUTTON_ROOT_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 469. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 367) selectTypesButton = createPushButton(buttonComposite, SystemResources.RESID_SELECTFILES_SELECTTYPES_BUTTON_ROOT_LABEL, SystemResources.RESID_SELECTFILES_SELECTTYPES_BUTTON_ROOT_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_SELECTFILES_SELECTTYPES_BUTTON_ROOT_TOOLTIP from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 470. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 372) selectAllButton = createPushButton(buttonComposite, SystemResources.RESID_SELECTFILES_SELECTALL_BUTTON_ROOT_LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 471. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 372) selectAllButton = createPushButton(buttonComposite, SystemResources.RESID_SELECTFILES_SELECTALL_BUTTON_ROOT_LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_SELECTFILES_SELECTALL_BUTTON_ROOT_LABEL from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 472. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 373) deselectAllButton = createPushButton(buttonComposite, SystemResources.RESID_SELECTFILES_DESELECTALL_BUTTON_ROOT_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 473. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 373) deselectAllButton = createPushButton(buttonComposite, SystemResources.RESID_SELECTFILES_DESELECTALL_BUTTON_ROOT_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_SELECTFILES_DESELECTALL_BUTTON_ROOT_TOOLTIP from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 474. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 457) fileSelector.setAllSelections(true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setAllSelections(boolean) from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.ide_3.3.0.I20070620.jar ---------- 475. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 469) fileSelector.setAllSelections(false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setAllSelections(boolean) from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.ide_3.3.0.I20070620.jar ---------- 476. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 509) protected SystemSelectFileTypesAction getSelectTypesAction() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 477. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 541) fileSelector.updateSelections(selectionMap); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method updateSelections(Map) from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.ide_3.3.0.I20070620.jar ---------- 478. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/files/ui/widgets/SystemSelectRemoteFilesForm.java (at line 570) protected void enableButtonGroup(boolean enable) ^^^^^^ Javadoc: Missing tag for parameter enable ---------- ---------- 479. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/Activator.java (at line 102) public static Activator getDefault() { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 480. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemBrowseFileLineAction.java (at line 40) IRemoteFile remoteFile, int line, int charStart, int charEnd) { ^^^^^^^^^^ Javadoc: Missing tag for parameter remoteFile ---------- 481. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemBrowseFileLineAction.java (at line 40) IRemoteFile remoteFile, int line, int charStart, int charEnd) { ^^^^^^^^^ Javadoc: Missing tag for parameter charStart ---------- 482. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemBrowseFileLineAction.java (at line 40) IRemoteFile remoteFile, int line, int charStart, int charEnd) { ^^^^^^^ Javadoc: Missing tag for parameter charEnd ---------- ---------- 483. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCompareWithEditionAction.java (at line 20) import org.eclipse.compare.internal.ICompareContextIds; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICompareContextIds is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 484. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCompareWithEditionAction.java (at line 37) this.fHelpContextId= ICompareContextIds.COMPARE_WITH_EDITION_DIALOG; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICompareContextIds is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 485. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCompareWithEditionAction.java (at line 37) this.fHelpContextId= ICompareContextIds.COMPARE_WITH_EDITION_DIALOG; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field COMPARE_WITH_EDITION_DIALOG from the type ICompareContextIds is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- ---------- 486. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 41) import org.eclipse.rse.internal.ui.SystemResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 487. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 42) import org.eclipse.rse.internal.ui.view.SystemView; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 488. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 77) public SystemCopyRemoteFileAction(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 489. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 84) SystemCopyRemoteFileAction(Shell shell, int mode) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 490. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 84) SystemCopyRemoteFileAction(Shell shell, int mode) ^^^^ Javadoc: Missing tag for parameter mode ---------- 491. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 335) String dlgTitle = (mode==MODE_COPY ? SystemResources.RESID_COPY_TITLE : SystemResources.RESID_MOVE_TITLE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 492. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 335) String dlgTitle = (mode==MODE_COPY ? SystemResources.RESID_COPY_TITLE : SystemResources.RESID_MOVE_TITLE); ^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_COPY_TITLE from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 493. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 335) String dlgTitle = (mode==MODE_COPY ? SystemResources.RESID_COPY_TITLE : SystemResources.RESID_MOVE_TITLE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 494. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 335) String dlgTitle = (mode==MODE_COPY ? SystemResources.RESID_COPY_TITLE : SystemResources.RESID_MOVE_TITLE); ^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_MOVE_TITLE from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 495. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 365) singleTitle = SystemResources.RESID_COPY_SINGLE_TITLE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 496. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 365) singleTitle = SystemResources.RESID_COPY_SINGLE_TITLE; ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_COPY_SINGLE_TITLE from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 497. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 367) singleTitle = SystemResources.RESID_MOVE_SINGLE_TITLE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 498. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 367) singleTitle = SystemResources.RESID_MOVE_SINGLE_TITLE; ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_MOVE_SINGLE_TITLE from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 499. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 462) if (originatingViewer instanceof SystemView) ^^^^^^^^^^ Discouraged access: The type SystemView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 500. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 533) protected IRemoteFile[] getSelectedFiles() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 501. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCopyRemoteFileAction.java (at line 551) protected IRemoteFile getFirstSelectedFile() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 502. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCreateEditActions.java (at line 31) import org.eclipse.rse.internal.ui.SystemResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 503. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCreateEditActions.java (at line 32) import org.eclipse.rse.internal.ui.actions.SystemSeparatorAction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemSeparatorAction is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 504. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCreateEditActions.java (at line 79) public void create(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup) ^^^^ Javadoc: Missing tag for parameter menu ---------- 505. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCreateEditActions.java (at line 79) public void create(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 506. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCreateEditActions.java (at line 79) public void create(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 507. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCreateEditActions.java (at line 79) public void create(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup) ^^^^^^^^^ Javadoc: Missing tag for parameter menuGroup ---------- 508. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCreateEditActions.java (at line 102) String label = SystemResources.ACTION_CASCADING_OPEN_LABEL; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 509. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCreateEditActions.java (at line 102) String label = SystemResources.ACTION_CASCADING_OPEN_LABEL; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ACTION_CASCADING_OPEN_LABEL from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 510. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCreateEditActions.java (at line 103) String tooltip = SystemResources.ACTION_CASCADING_OPEN_TOOLTIP; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 511. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCreateEditActions.java (at line 103) String tooltip = SystemResources.ACTION_CASCADING_OPEN_TOOLTIP; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ACTION_CASCADING_OPEN_TOOLTIP from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 512. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCreateEditActions.java (at line 124) public void createForSingleSelection(SystemMenuManager menu, Object element, Shell shell, String menuGroup) { ^^^^ Javadoc: Missing tag for parameter menu ---------- 513. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCreateEditActions.java (at line 124) public void createForSingleSelection(SystemMenuManager menu, Object element, Shell shell, String menuGroup) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 514. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCreateEditActions.java (at line 124) public void createForSingleSelection(SystemMenuManager menu, Object element, Shell shell, String menuGroup) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- 515. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCreateEditActions.java (at line 124) public void createForSingleSelection(SystemMenuManager menu, Object element, Shell shell, String menuGroup) { ^^^^^^^^^ Javadoc: Missing tag for parameter menuGroup ---------- 516. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCreateEditActions.java (at line 166) SystemSeparatorAction sep = new SystemSeparatorAction(shell); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemSeparatorAction is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 517. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCreateEditActions.java (at line 166) SystemSeparatorAction sep = new SystemSeparatorAction(shell); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemSeparatorAction(Shell) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 518. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCreateEditActions.java (at line 166) SystemSeparatorAction sep = new SystemSeparatorAction(shell); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemSeparatorAction is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 519. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCreateEditActions.java (at line 254) private ImageDescriptor getImageDescriptor(IRemoteFile remoteFile, IEditorDescriptor editorDesc) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 520. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemCreateEditActions.java (at line 254) private ImageDescriptor getImageDescriptor(IRemoteFile remoteFile, IEditorDescriptor editorDesc) { ^^^^^^^^^^ Javadoc: Missing tag for parameter editorDesc ---------- ---------- 521. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemDoubleClickEditAction.java (at line 38) public SystemDoubleClickEditAction(Object element) ^^^^^^^ Javadoc: Missing tag for parameter element ---------- ---------- 522. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileAction.java (at line 42) public SystemEditFileAction(String text, String tooltip, ImageDescriptor image, Shell parent, String editorId) { ^^^^ Javadoc: Missing tag for parameter text ---------- 523. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileAction.java (at line 42) public SystemEditFileAction(String text, String tooltip, ImageDescriptor image, Shell parent, String editorId) { ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 524. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileAction.java (at line 42) public SystemEditFileAction(String text, String tooltip, ImageDescriptor image, Shell parent, String editorId) { ^^^^^ Javadoc: Missing tag for parameter image ---------- 525. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileAction.java (at line 42) public SystemEditFileAction(String text, String tooltip, ImageDescriptor image, Shell parent, String editorId) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 526. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileAction.java (at line 42) public SystemEditFileAction(String text, String tooltip, ImageDescriptor image, Shell parent, String editorId) { ^^^^^^^^ Javadoc: Missing tag for parameter editorId ---------- 527. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileAction.java (at line 51) public SystemEditFileAction(String text, String tooltip, ImageDescriptor image, int style, Shell parent, String editorId) { ^^^^ Javadoc: Missing tag for parameter text ---------- 528. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileAction.java (at line 51) public SystemEditFileAction(String text, String tooltip, ImageDescriptor image, int style, Shell parent, String editorId) { ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 529. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileAction.java (at line 51) public SystemEditFileAction(String text, String tooltip, ImageDescriptor image, int style, Shell parent, String editorId) { ^^^^^ Javadoc: Missing tag for parameter image ---------- 530. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileAction.java (at line 51) public SystemEditFileAction(String text, String tooltip, ImageDescriptor image, int style, Shell parent, String editorId) { ^^^^^ Javadoc: Missing tag for parameter style ---------- 531. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileAction.java (at line 51) public SystemEditFileAction(String text, String tooltip, ImageDescriptor image, int style, Shell parent, String editorId) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 532. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileAction.java (at line 51) public SystemEditFileAction(String text, String tooltip, ImageDescriptor image, int style, Shell parent, String editorId) { ^^^^^^^^ Javadoc: Missing tag for parameter editorId ---------- 533. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileAction.java (at line 127) protected void process(IRemoteFile remoteFile) { ^^^^^^^^^^ Javadoc: Missing tag for parameter remoteFile ---------- ---------- 534. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileInPlaceAction.java (at line 35) public SystemEditFileInPlaceAction(String text, String tooltip, ImageDescriptor image, Shell parent) { ^^^^ Javadoc: Missing tag for parameter text ---------- 535. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileInPlaceAction.java (at line 35) public SystemEditFileInPlaceAction(String text, String tooltip, ImageDescriptor image, Shell parent) { ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 536. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileInPlaceAction.java (at line 35) public SystemEditFileInPlaceAction(String text, String tooltip, ImageDescriptor image, Shell parent) { ^^^^^ Javadoc: Missing tag for parameter image ---------- 537. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileInPlaceAction.java (at line 35) public SystemEditFileInPlaceAction(String text, String tooltip, ImageDescriptor image, Shell parent) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 538. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileInPlaceAction.java (at line 79) private void process(IRemoteFile remoteFile) { ^^^^^^^^^^ Javadoc: Missing tag for parameter remoteFile ---------- ---------- 539. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileLineAction.java (at line 49) public SystemEditFileLineAction(String text, String tooltip, ImageDescriptor image, Shell parent, String editorId, IRemoteFile remoteFile, int line, int charStart, int charEnd) { ^^^^ Javadoc: Missing tag for parameter text ---------- 540. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileLineAction.java (at line 49) public SystemEditFileLineAction(String text, String tooltip, ImageDescriptor image, Shell parent, String editorId, IRemoteFile remoteFile, int line, int charStart, int charEnd) { ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 541. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileLineAction.java (at line 49) public SystemEditFileLineAction(String text, String tooltip, ImageDescriptor image, Shell parent, String editorId, IRemoteFile remoteFile, int line, int charStart, int charEnd) { ^^^^^ Javadoc: Missing tag for parameter image ---------- 542. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileLineAction.java (at line 49) public SystemEditFileLineAction(String text, String tooltip, ImageDescriptor image, Shell parent, String editorId, IRemoteFile remoteFile, int line, int charStart, int charEnd) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 543. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileLineAction.java (at line 49) public SystemEditFileLineAction(String text, String tooltip, ImageDescriptor image, Shell parent, String editorId, IRemoteFile remoteFile, int line, int charStart, int charEnd) { ^^^^^^^^ Javadoc: Missing tag for parameter editorId ---------- 544. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileLineAction.java (at line 49) public SystemEditFileLineAction(String text, String tooltip, ImageDescriptor image, Shell parent, String editorId, IRemoteFile remoteFile, int line, int charStart, int charEnd) { ^^^^^^^^^^ Javadoc: Missing tag for parameter remoteFile ---------- 545. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileLineAction.java (at line 49) public SystemEditFileLineAction(String text, String tooltip, ImageDescriptor image, Shell parent, String editorId, IRemoteFile remoteFile, int line, int charStart, int charEnd) { ^^^^ Javadoc: Missing tag for parameter line ---------- 546. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileLineAction.java (at line 49) public SystemEditFileLineAction(String text, String tooltip, ImageDescriptor image, Shell parent, String editorId, IRemoteFile remoteFile, int line, int charStart, int charEnd) { ^^^^^^^^^ Javadoc: Missing tag for parameter charStart ---------- 547. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFileLineAction.java (at line 49) public SystemEditFileLineAction(String text, String tooltip, ImageDescriptor image, Shell parent, String editorId, IRemoteFile remoteFile, int line, int charStart, int charEnd) { ^^^^^^^ Javadoc: Missing tag for parameter charEnd ---------- ---------- 548. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFilePlatformAction.java (at line 35) public SystemEditFilePlatformAction(String text, String tooltip, ImageDescriptor image, Shell parent) { ^^^^ Javadoc: Missing tag for parameter text ---------- 549. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFilePlatformAction.java (at line 35) public SystemEditFilePlatformAction(String text, String tooltip, ImageDescriptor image, Shell parent) { ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 550. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFilePlatformAction.java (at line 35) public SystemEditFilePlatformAction(String text, String tooltip, ImageDescriptor image, Shell parent) { ^^^^^ Javadoc: Missing tag for parameter image ---------- 551. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFilePlatformAction.java (at line 35) public SystemEditFilePlatformAction(String text, String tooltip, ImageDescriptor image, Shell parent) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 552. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFilePlatformAction.java (at line 79) private void process(IRemoteFile remoteFile) { ^^^^^^^^^^ Javadoc: Missing tag for parameter remoteFile ---------- ---------- 553. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFilesAction.java (at line 48) public SystemEditFilesAction(String text, String tooltip, Shell parent) ^^^^ Javadoc: Missing tag for parameter text ---------- 554. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFilesAction.java (at line 48) public SystemEditFilesAction(String text, String tooltip, Shell parent) ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 555. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFilesAction.java (at line 48) public SystemEditFilesAction(String text, String tooltip, Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 556. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditFilesAction.java (at line 147) protected void process(IRemoteFile remoteFile) { ^^^^^^^^^^ Javadoc: Missing tag for parameter remoteFile ---------- ---------- 557. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditionAction.java (at line 34) import org.eclipse.compare.internal.CompareUIPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CompareUIPlugin is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 558. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditionAction.java (at line 35) import org.eclipse.compare.internal.Utilities; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Utilities is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 559. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditionAction.java (at line 190) ResourceBundle bundle = ResourceBundle.getBundle(fBundleName, Locale.getDefault(), CompareUIPlugin.class.getClassLoader()); ^^^^^^^^^^^^^^^ Discouraged access: The type CompareUIPlugin is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 560. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditionAction.java (at line 192) String title = Utilities.getString(bundle, "title"); //$NON-NLS-1$ ^^^^^^^^^ Discouraged access: The type Utilities is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 561. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditionAction.java (at line 192) String title = Utilities.getString(bundle, "title"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(ResourceBundle, String) from the type Utilities is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 562. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditionAction.java (at line 194) Shell parentShell = CompareUIPlugin.getShell(); ^^^^^^^^^^^^^^^ Discouraged access: The type CompareUIPlugin is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 563. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditionAction.java (at line 194) Shell parentShell = CompareUIPlugin.getShell(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getShell() from the type CompareUIPlugin is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 564. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditionAction.java (at line 209) String msg = Utilities.getString(bundle, "noLocalHistoryError"); //$NON-NLS-1$ ^^^^^^^^^ Discouraged access: The type Utilities is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 565. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditionAction.java (at line 209) String msg = Utilities.getString(bundle, "noLocalHistoryError"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(ResourceBundle, String) from the type Utilities is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 566. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditionAction.java (at line 228) d.setEditionTitleImage(CompareUIPlugin.getImage(file)); ^^^^^^^^^^^^^^^ Discouraged access: The type CompareUIPlugin is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 567. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditionAction.java (at line 228) d.setEditionTitleImage(CompareUIPlugin.getImage(file)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getImage(IAdaptable) from the type CompareUIPlugin is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 568. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditionAction.java (at line 262) MessageDialog.openError(parentShell, title, Utilities.getFormattedString(bundle, "replaceError", reason)); //$NON-NLS-1$ ^^^^^^^^^ Discouraged access: The type Utilities is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 569. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditionAction.java (at line 262) MessageDialog.openError(parentShell, title, Utilities.getFormattedString(bundle, "replaceError", reason)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(ResourceBundle, String, String) from the type Utilities is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 570. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditionAction.java (at line 283) String taskName = Utilities.getString(bundle, "taskName"); //$NON-NLS-1$ ^^^^^^^^^ Discouraged access: The type Utilities is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 571. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditionAction.java (at line 283) String taskName = Utilities.getString(bundle, "taskName"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(ResourceBundle, String) from the type Utilities is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 572. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditionAction.java (at line 307) String text = Utilities.readString(is, SystemEncodingUtil.ENCODING_UTF_8); ^^^^^^^^^ Discouraged access: The type Utilities is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 573. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemEditionAction.java (at line 307) String text = Utilities.readString(is, SystemEncodingUtil.ENCODING_UTF_8); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method readString(InputStream, String) from the type Utilities is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- ---------- 574. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemFileUpdateFilterAction.java (at line 20) import org.eclipse.rse.internal.subsystems.files.core.SystemFileResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 575. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemFileUpdateFilterAction.java (at line 21) import org.eclipse.rse.internal.ui.SystemResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 576. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemFileUpdateFilterAction.java (at line 38) public SystemFileUpdateFilterAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 577. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemFileUpdateFilterAction.java (at line 40) super(parent, SystemResources.ACTION_UPDATEFILTER_LABEL, SystemResources.ACTION_UPDATEFILTER_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 578. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemFileUpdateFilterAction.java (at line 40) super(parent, SystemResources.ACTION_UPDATEFILTER_LABEL, SystemResources.ACTION_UPDATEFILTER_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ACTION_UPDATEFILTER_LABEL from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 579. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemFileUpdateFilterAction.java (at line 40) super(parent, SystemResources.ACTION_UPDATEFILTER_LABEL, SystemResources.ACTION_UPDATEFILTER_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 580. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemFileUpdateFilterAction.java (at line 40) super(parent, SystemResources.ACTION_UPDATEFILTER_LABEL, SystemResources.ACTION_UPDATEFILTER_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ACTION_UPDATEFILTER_TOOLTIP from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 581. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemFileUpdateFilterAction.java (at line 41) setDialogTitle(SystemFileResources.RESID_CHGFILEFILTER_TITLE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 582. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemFileUpdateFilterAction.java (at line 41) setDialogTitle(SystemFileResources.RESID_CHGFILEFILTER_TITLE); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_CHGFILEFILTER_TITLE from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- ---------- 583. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemMoveRemoteFileAction.java (at line 51) public SystemMoveRemoteFileAction(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- ---------- 584. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileAction.java (at line 22) import org.eclipse.rse.internal.ui.SystemResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 585. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileAction.java (at line 40) public SystemNewFileAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 586. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileAction.java (at line 42) this(SystemResources.ACTION_NEWFILE_LABEL, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 587. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileAction.java (at line 42) this(SystemResources.ACTION_NEWFILE_LABEL, ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ACTION_NEWFILE_LABEL from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 588. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileAction.java (at line 43) SystemResources.ACTION_NEWFILE_TOOLTIP, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 589. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileAction.java (at line 43) SystemResources.ACTION_NEWFILE_TOOLTIP, ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ACTION_NEWFILE_TOOLTIP from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 590. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileAction.java (at line 52) public SystemNewFileAction(String text,String tooltip,ImageDescriptor image,Shell parent) ^^^^ Javadoc: Missing tag for parameter text ---------- 591. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileAction.java (at line 52) public SystemNewFileAction(String text,String tooltip,ImageDescriptor image,Shell parent) ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 592. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileAction.java (at line 52) public SystemNewFileAction(String text,String tooltip,ImageDescriptor image,Shell parent) ^^^^^ Javadoc: Missing tag for parameter image ---------- 593. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileAction.java (at line 52) public SystemNewFileAction(String text,String tooltip,ImageDescriptor image,Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- ---------- 594. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileFilterAction.java (at line 20) import org.eclipse.rse.internal.subsystems.files.core.SystemFileResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 595. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileFilterAction.java (at line 42) public SystemNewFileFilterAction(IRemoteFileSubSystemConfiguration subsystemConfiguration, ISystemFilterPool parentPool, Shell shell) ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subsystemConfiguration ---------- 596. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileFilterAction.java (at line 42) public SystemNewFileFilterAction(IRemoteFileSubSystemConfiguration subsystemConfiguration, ISystemFilterPool parentPool, Shell shell) ^^^^^^^^^^ Javadoc: Missing tag for parameter parentPool ---------- 597. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileFilterAction.java (at line 42) public SystemNewFileFilterAction(IRemoteFileSubSystemConfiguration subsystemConfiguration, ISystemFilterPool parentPool, Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 598. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileFilterAction.java (at line 45) super(shell, parentPool, SystemFileResources.ACTION_NEWFILTER_LABEL, SystemFileResources.ACTION_NEWFILTER_TOOLTIP, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 599. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileFilterAction.java (at line 45) super(shell, parentPool, SystemFileResources.ACTION_NEWFILTER_LABEL, SystemFileResources.ACTION_NEWFILTER_TOOLTIP, ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ACTION_NEWFILTER_LABEL from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 600. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileFilterAction.java (at line 45) super(shell, parentPool, SystemFileResources.ACTION_NEWFILTER_LABEL, SystemFileResources.ACTION_NEWFILTER_TOOLTIP, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 601. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileFilterAction.java (at line 45) super(shell, parentPool, SystemFileResources.ACTION_NEWFILTER_LABEL, SystemFileResources.ACTION_NEWFILTER_TOOLTIP, ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ACTION_NEWFILTER_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 602. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileFilterAction.java (at line 77) wizard.setWizardPageTitle(SystemFileResources.RESID_NEWFILEFILTER_PAGE1_TITLE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 603. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileFilterAction.java (at line 77) wizard.setWizardPageTitle(SystemFileResources.RESID_NEWFILEFILTER_PAGE1_TITLE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_NEWFILEFILTER_PAGE1_TITLE from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 604. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileFilterAction.java (at line 79) wizard.setPage1Description(SystemFileResources.RESID_NEWFILEFILTER_PAGE1_DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 605. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFileFilterAction.java (at line 79) wizard.setPage1Description(SystemFileResources.RESID_NEWFILEFILTER_PAGE1_DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_NEWFILEFILTER_PAGE1_DESCRIPTION from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- ---------- 606. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFolderAction.java (at line 41) public SystemNewFolderAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 607. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFolderAction.java (at line 52) public SystemNewFolderAction(String text, String tooltip, ImageDescriptor image, Shell parent) ^^^^ Javadoc: Missing tag for parameter text ---------- 608. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFolderAction.java (at line 52) public SystemNewFolderAction(String text, String tooltip, ImageDescriptor image, Shell parent) ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 609. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFolderAction.java (at line 52) public SystemNewFolderAction(String text, String tooltip, ImageDescriptor image, Shell parent) ^^^^^ Javadoc: Missing tag for parameter image ---------- 610. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemNewFolderAction.java (at line 52) public SystemNewFolderAction(String text, String tooltip, ImageDescriptor image, Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- ---------- 611. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemRemoteFileOpenWithMenu.java (at line 135) private ImageDescriptor getImageDescriptor(IEditorDescriptor editorDesc) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 612. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemRemoteFileOpenWithMenu.java (at line 135) private ImageDescriptor getImageDescriptor(IEditorDescriptor editorDesc) { ^^^^^^^^^^ Javadoc: Missing tag for parameter editorDesc ---------- ---------- 613. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemRemoteFileSelectAction.java (at line 110) public void setDialogTitle(String title) ^^^^^ Javadoc: Missing tag for parameter title ---------- 614. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemRemoteFileSelectAction.java (at line 118) public void setMessage(String message) ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 615. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemRemoteFileSelectAction.java (at line 125) public void setSelectionTreeToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 616. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemRemoteFileSelectAction.java (at line 143) public void setDefaultConnection(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 617. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemRemoteFileSelectAction.java (at line 181) public void setShowNewConnectionPrompt(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 618. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemRemoteFileSelectAction.java (at line 258) public void setPreSelection(IRemoteFile selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 619. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemRemoteFileSelectAction.java (at line 273) public void enableAddMode(ISystemAddFileListener caller) ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 620. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemRemoteFileSelectAction.java (at line 280) public void enableAddMode(ISystemAddFileListener caller, String addLabel, String addToolTipText) ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 621. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemRemoteFileSelectAction.java (at line 280) public void enableAddMode(ISystemAddFileListener caller, String addLabel, String addToolTipText) ^^^^^^^^ Javadoc: Missing tag for parameter addLabel ---------- 622. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemRemoteFileSelectAction.java (at line 280) public void enableAddMode(ISystemAddFileListener caller, String addLabel, String addToolTipText) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter addToolTipText ---------- 623. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemRemoteFileSelectAction.java (at line 291) public void setShowPropertySheet(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 624. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemRemoteFileSelectAction.java (at line 324) public void setMultipleSelectionMode(boolean multiple) ^^^^^^^^ Javadoc: Missing tag for parameter multiple ---------- 625. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemRemoteFileSelectAction.java (at line 340) public void setSelectionValidator(IValidatorRemoteSelection selectionValidator) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectionValidator ---------- 626. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemRemoteFileSelectAction.java (at line 351) public IRemoteFile getSelectedFile() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 627. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemRemoteFileSelectAction.java (at line 365) public IRemoteFile[] getSelectedFiles() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 628. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemRemoteFileSelectAction.java (at line 396) public Object[] getSelectedObjects() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 629. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemRemoteFileSelectAction.java (at line 412) public IHost getSelectedConnection() ^^^^^ Javadoc: Missing tag for return type ---------- ---------- 630. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemRemoteFolderSelectAction.java (at line 84) public IRemoteFile getSelectedFolder() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 631. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemRemoteFolderSelectAction.java (at line 98) public IRemoteFile[] getSelectedFolders() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 632. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemReplaceWithEditionAction.java (at line 20) import org.eclipse.compare.internal.ICompareContextIds; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICompareContextIds is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 633. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemReplaceWithEditionAction.java (at line 37) this.fHelpContextId= ICompareContextIds.REPLACE_WITH_EDITION_DIALOG; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICompareContextIds is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- 634. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemReplaceWithEditionAction.java (at line 37) this.fHelpContextId= ICompareContextIds.REPLACE_WITH_EDITION_DIALOG; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field REPLACE_WITH_EDITION_DIALOG from the type ICompareContextIds is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.compare_3.3.0.I20070606.jar ---------- ---------- 635. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemSearchAction.java (at line 20) import org.eclipse.rse.internal.ui.SystemResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 636. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemSearchAction.java (at line 33) super(SystemResources.ACTION_SEARCH_LABEL, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 637. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemSearchAction.java (at line 33) super(SystemResources.ACTION_SEARCH_LABEL, ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ACTION_SEARCH_LABEL from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 638. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemSearchAction.java (at line 35) setToolTipText(SystemResources.ACTION_SEARCH_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 639. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemSearchAction.java (at line 35) setToolTipText(SystemResources.ACTION_SEARCH_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ACTION_SEARCH_TOOLTIP from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 640. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemSearchEditFileLineAction.java (at line 73) public void process(IRemoteFile remoteFile, IRemoteSearchResult searchResult) { ^^^^^^^^^^ Javadoc: Missing tag for parameter remoteFile ---------- 641. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemSearchEditFileLineAction.java (at line 73) public void process(IRemoteFile remoteFile, IRemoteSearchResult searchResult) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter searchResult ---------- ---------- 642. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemSelectFileTypesAction.java (at line 27) import org.eclipse.rse.internal.subsystems.files.core.SystemFileResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 643. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemSelectFileTypesAction.java (at line 64) public SystemSelectFileTypesAction(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 644. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemSelectFileTypesAction.java (at line 66) super(SystemFileResources.ACTION_SELECTFILETYPES_LABEL, SystemFileResources.ACTION_SELECTFILETYPES_TOOLTIP, null, shell); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 645. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemSelectFileTypesAction.java (at line 66) super(SystemFileResources.ACTION_SELECTFILETYPES_LABEL, SystemFileResources.ACTION_SELECTFILETYPES_TOOLTIP, null, shell); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ACTION_SELECTFILETYPES_LABEL from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 646. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemSelectFileTypesAction.java (at line 66) super(SystemFileResources.ACTION_SELECTFILETYPES_LABEL, SystemFileResources.ACTION_SELECTFILETYPES_TOOLTIP, null, shell); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 647. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemSelectFileTypesAction.java (at line 66) super(SystemFileResources.ACTION_SELECTFILETYPES_LABEL, SystemFileResources.ACTION_SELECTFILETYPES_TOOLTIP, null, shell); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ACTION_SELECTFILETYPES_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 648. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemSelectFileTypesAction.java (at line 73) public void setTypes(String[] types) ^^^^^ Javadoc: Missing tag for parameter types ---------- 649. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemSelectFileTypesAction.java (at line 81) public void setTypes(List types) ^^^^^ Javadoc: Missing tag for parameter types ---------- 650. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemSelectFileTypesAction.java (at line 88) public void setTypes(String typeString) ^^^^^^^^^^ Javadoc: Missing tag for parameter typeString ---------- 651. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemSelectFileTypesAction.java (at line 96) public List getTypes() ^^^^ Javadoc: Missing tag for return type ---------- 652. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemSelectFileTypesAction.java (at line 103) public String[] getTypesArray() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 653. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemSelectFileTypesAction.java (at line 115) public String getTypesString() ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 654. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemUploadConflictAction.java (at line 38) import org.eclipse.rse.internal.ui.SystemResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 655. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemUploadConflictAction.java (at line 348) _browseButton.setText(SystemResources.BUTTON_BROWSE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 656. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/actions/SystemUploadConflictAction.java (at line 348) _browseButton.setText(SystemResources.BUTTON_BROWSE); ^^^^^^^^^^^^^ Discouraged access: The field BUTTON_BROWSE from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 657. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 43) import org.eclipse.rse.internal.subsystems.files.core.ISystemFilePreferencesConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 658. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 44) import org.eclipse.rse.internal.ui.GenericMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type GenericMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 659. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 45) import org.eclipse.rse.internal.ui.view.SystemTableViewProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemTableViewProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 660. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 200) boolean enableMaxSize = store.getBoolean(ISystemFilePreferencesConstants.LIMIT_CACHE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 661. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 200) boolean enableMaxSize = store.getBoolean(ISystemFilePreferencesConstants.LIMIT_CACHE); ^^^^^^^^^^^ Discouraged access: The field LIMIT_CACHE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 662. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 203) String maxCacheSizeStr = store.getString(ISystemFilePreferencesConstants.MAX_CACHE_SIZE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 663. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 203) String maxCacheSizeStr = store.getString(ISystemFilePreferencesConstants.MAX_CACHE_SIZE); ^^^^^^^^^^^^^^ Discouraged access: The field MAX_CACHE_SIZE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 664. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 206) maxCacheSizeStr = ISystemFilePreferencesConstants.DEFAULT_MAX_CACHE_SIZE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 665. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 206) maxCacheSizeStr = ISystemFilePreferencesConstants.DEFAULT_MAX_CACHE_SIZE; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field DEFAULT_MAX_CACHE_SIZE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 666. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 230) boolean enableMaxSize = store.getDefaultBoolean(ISystemFilePreferencesConstants.LIMIT_CACHE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 667. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 230) boolean enableMaxSize = store.getDefaultBoolean(ISystemFilePreferencesConstants.LIMIT_CACHE); ^^^^^^^^^^^ Discouraged access: The field LIMIT_CACHE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 668. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 236) _maxCacheSize.setText(store.getDefaultString(ISystemFilePreferencesConstants.MAX_CACHE_SIZE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 669. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 236) _maxCacheSize.setText(store.getDefaultString(ISystemFilePreferencesConstants.MAX_CACHE_SIZE)); ^^^^^^^^^^^^^^ Discouraged access: The field MAX_CACHE_SIZE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 670. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 246) store.setDefault(ISystemFilePreferencesConstants.LIMIT_CACHE, ISystemFilePreferencesConstants.DEFAULT_LIMIT_CACHE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 671. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 246) store.setDefault(ISystemFilePreferencesConstants.LIMIT_CACHE, ISystemFilePreferencesConstants.DEFAULT_LIMIT_CACHE); ^^^^^^^^^^^ Discouraged access: The field LIMIT_CACHE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 672. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 246) store.setDefault(ISystemFilePreferencesConstants.LIMIT_CACHE, ISystemFilePreferencesConstants.DEFAULT_LIMIT_CACHE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 673. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 246) store.setDefault(ISystemFilePreferencesConstants.LIMIT_CACHE, ISystemFilePreferencesConstants.DEFAULT_LIMIT_CACHE); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field DEFAULT_LIMIT_CACHE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 674. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 247) store.setDefault(ISystemFilePreferencesConstants.MAX_CACHE_SIZE, ISystemFilePreferencesConstants.DEFAULT_MAX_CACHE_SIZE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 675. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 247) store.setDefault(ISystemFilePreferencesConstants.MAX_CACHE_SIZE, ISystemFilePreferencesConstants.DEFAULT_MAX_CACHE_SIZE); ^^^^^^^^^^^^^^ Discouraged access: The field MAX_CACHE_SIZE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 676. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 247) store.setDefault(ISystemFilePreferencesConstants.MAX_CACHE_SIZE, ISystemFilePreferencesConstants.DEFAULT_MAX_CACHE_SIZE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 677. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 247) store.setDefault(ISystemFilePreferencesConstants.MAX_CACHE_SIZE, ISystemFilePreferencesConstants.DEFAULT_MAX_CACHE_SIZE); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field DEFAULT_MAX_CACHE_SIZE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 678. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 259) size = ISystemFilePreferencesConstants.DEFAULT_MAX_CACHE_SIZE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 679. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 259) size = ISystemFilePreferencesConstants.DEFAULT_MAX_CACHE_SIZE; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field DEFAULT_MAX_CACHE_SIZE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 680. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 262) store.setValue(ISystemFilePreferencesConstants.MAX_CACHE_SIZE, size); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 681. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 262) store.setValue(ISystemFilePreferencesConstants.MAX_CACHE_SIZE, size); ^^^^^^^^^^^^^^ Discouraged access: The field MAX_CACHE_SIZE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 682. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 263) store.setValue(ISystemFilePreferencesConstants.LIMIT_CACHE, _limitCacheCheckbox.getSelection()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 683. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 263) store.setValue(ISystemFilePreferencesConstants.LIMIT_CACHE, _limitCacheCheckbox.getSelection()); ^^^^^^^^^^^ Discouraged access: The field LIMIT_CACHE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 684. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 626) SystemTableViewProvider lprovider = new SystemTableViewProvider(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemTableViewProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 685. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 626) SystemTableViewProvider lprovider = new SystemTableViewProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemTableViewProvider() is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 686. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 626) SystemTableViewProvider lprovider = new SystemTableViewProvider(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemTableViewProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 687. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 635) dlg.setTitle(GenericMessages.EditorManager_saveResourcesTitle); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type GenericMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 688. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemCachePreferencePage.java (at line 635) dlg.setTitle(GenericMessages.EditorManager_saveResourcesTitle); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field EditorManager_saveResourcesTitle from the type GenericMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 689. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 34) import org.eclipse.rse.internal.subsystems.files.core.SystemFileResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 690. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 109) composite_prompts, SystemFileResources.RESID_PP_FILE_NAME_LABEL, SystemFileResources.RESID_PP_FILE_NAME_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 691. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 109) composite_prompts, SystemFileResources.RESID_PP_FILE_NAME_LABEL, SystemFileResources.RESID_PP_FILE_NAME_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PP_FILE_NAME_LABEL from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 692. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 109) composite_prompts, SystemFileResources.RESID_PP_FILE_NAME_LABEL, SystemFileResources.RESID_PP_FILE_NAME_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 693. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 109) composite_prompts, SystemFileResources.RESID_PP_FILE_NAME_LABEL, SystemFileResources.RESID_PP_FILE_NAME_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PP_FILE_NAME_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 694. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 112) labelName.setToolTipText(SystemFileResources.RESID_PP_FILE_NAME_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 695. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 112) labelName.setToolTipText(SystemFileResources.RESID_PP_FILE_NAME_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PP_FILE_NAME_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 696. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 116) composite_prompts, SystemFileResources.RESID_PP_FILE_TYPE_LABEL, SystemFileResources.RESID_PP_FILE_TYPE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 697. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 116) composite_prompts, SystemFileResources.RESID_PP_FILE_TYPE_LABEL, SystemFileResources.RESID_PP_FILE_TYPE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PP_FILE_TYPE_LABEL from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 698. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 116) composite_prompts, SystemFileResources.RESID_PP_FILE_TYPE_LABEL, SystemFileResources.RESID_PP_FILE_TYPE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 699. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 116) composite_prompts, SystemFileResources.RESID_PP_FILE_TYPE_LABEL, SystemFileResources.RESID_PP_FILE_TYPE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PP_FILE_TYPE_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 700. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 119) labelType.setToolTipText(SystemFileResources.RESID_PP_FILE_TYPE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 701. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 119) labelType.setToolTipText(SystemFileResources.RESID_PP_FILE_TYPE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PP_FILE_TYPE_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 702. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 125) composite_prompts, SystemFileResources.RESID_PP_FILE_PATH_LABEL, SystemFileResources.RESID_PP_FILE_PATH_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 703. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 125) composite_prompts, SystemFileResources.RESID_PP_FILE_PATH_LABEL, SystemFileResources.RESID_PP_FILE_PATH_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PP_FILE_PATH_LABEL from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 704. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 125) composite_prompts, SystemFileResources.RESID_PP_FILE_PATH_LABEL, SystemFileResources.RESID_PP_FILE_PATH_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 705. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 125) composite_prompts, SystemFileResources.RESID_PP_FILE_PATH_LABEL, SystemFileResources.RESID_PP_FILE_PATH_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PP_FILE_PATH_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 706. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 128) labelPath.setToolTipText(SystemFileResources.RESID_PP_FILE_PATH_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 707. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 128) labelPath.setToolTipText(SystemFileResources.RESID_PP_FILE_PATH_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PP_FILE_PATH_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 708. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 135) composite_prompts, SystemFileResources.RESID_PP_FILE_SIZE_LABEL, SystemFileResources.RESID_PP_FILE_SIZE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 709. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 135) composite_prompts, SystemFileResources.RESID_PP_FILE_SIZE_LABEL, SystemFileResources.RESID_PP_FILE_SIZE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PP_FILE_SIZE_LABEL from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 710. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 135) composite_prompts, SystemFileResources.RESID_PP_FILE_SIZE_LABEL, SystemFileResources.RESID_PP_FILE_SIZE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 711. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 135) composite_prompts, SystemFileResources.RESID_PP_FILE_SIZE_LABEL, SystemFileResources.RESID_PP_FILE_SIZE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PP_FILE_SIZE_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 712. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 138) labelSize.setToolTipText(SystemFileResources.RESID_PP_FILE_SIZE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 713. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 138) labelSize.setToolTipText(SystemFileResources.RESID_PP_FILE_SIZE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PP_FILE_SIZE_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 714. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 145) composite_prompts, SystemFileResources.RESID_PP_FILE_MODIFIED_LABEL, SystemFileResources.RESID_PP_FILE_MODIFIED_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 715. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 145) composite_prompts, SystemFileResources.RESID_PP_FILE_MODIFIED_LABEL, SystemFileResources.RESID_PP_FILE_MODIFIED_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PP_FILE_MODIFIED_LABEL from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 716. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 145) composite_prompts, SystemFileResources.RESID_PP_FILE_MODIFIED_LABEL, SystemFileResources.RESID_PP_FILE_MODIFIED_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 717. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 145) composite_prompts, SystemFileResources.RESID_PP_FILE_MODIFIED_LABEL, SystemFileResources.RESID_PP_FILE_MODIFIED_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PP_FILE_MODIFIED_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 718. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 148) labelModified.setToolTipText(SystemFileResources.RESID_PP_FILE_MODIFIED_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 719. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 148) labelModified.setToolTipText(SystemFileResources.RESID_PP_FILE_MODIFIED_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PP_FILE_MODIFIED_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 720. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 157) composite_prompts, null, SystemFileResources.RESID_PP_FILE_READONLY_LABEL, SystemFileResources.RESID_PP_FILE_READONLY_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 721. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 157) composite_prompts, null, SystemFileResources.RESID_PP_FILE_READONLY_LABEL, SystemFileResources.RESID_PP_FILE_READONLY_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PP_FILE_READONLY_LABEL from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 722. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 157) composite_prompts, null, SystemFileResources.RESID_PP_FILE_READONLY_LABEL, SystemFileResources.RESID_PP_FILE_READONLY_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 723. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 157) composite_prompts, null, SystemFileResources.RESID_PP_FILE_READONLY_LABEL, SystemFileResources.RESID_PP_FILE_READONLY_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PP_FILE_READONLY_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 724. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 181) composite_prompts, null, SystemFileResources.RESID_PP_FILE_HIDDEN_LABEL, SystemFileResources.RESID_PP_FILE_HIDDEN_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 725. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 181) composite_prompts, null, SystemFileResources.RESID_PP_FILE_HIDDEN_LABEL, SystemFileResources.RESID_PP_FILE_HIDDEN_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PP_FILE_HIDDEN_LABEL from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 726. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 181) composite_prompts, null, SystemFileResources.RESID_PP_FILE_HIDDEN_LABEL, SystemFileResources.RESID_PP_FILE_HIDDEN_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 727. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 181) composite_prompts, null, SystemFileResources.RESID_PP_FILE_HIDDEN_LABEL, SystemFileResources.RESID_PP_FILE_HIDDEN_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PP_FILE_HIDDEN_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 728. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 192) Group encodingGroup = SystemWidgetHelpers.createGroupComposite(composite_prompts, 2, SystemFileResources.RESID_PP_FILE_ENCODING_GROUP_LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 729. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 192) Group encodingGroup = SystemWidgetHelpers.createGroupComposite(composite_prompts, 2, SystemFileResources.RESID_PP_FILE_ENCODING_GROUP_LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PP_FILE_ENCODING_GROUP_LABEL from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 730. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 210) String defaultEncodingLabel = SystemFileResources.RESID_PP_FILE_ENCODING_DEFAULT_LABEL; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 731. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 210) String defaultEncodingLabel = SystemFileResources.RESID_PP_FILE_ENCODING_DEFAULT_LABEL; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PP_FILE_ENCODING_DEFAULT_LABEL from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 732. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 217) defaultEncodingButton = SystemWidgetHelpers.createRadioButton(encodingGroup, null, defaultEncodingLabel, SystemFileResources.RESID_PP_FILE_ENCODING_DEFAULT_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 733. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 217) defaultEncodingButton = SystemWidgetHelpers.createRadioButton(encodingGroup, null, defaultEncodingLabel, SystemFileResources.RESID_PP_FILE_ENCODING_DEFAULT_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PP_FILE_ENCODING_DEFAULT_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 734. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 232) otherEncodingButton = SystemWidgetHelpers.createRadioButton(otherComposite, null, SystemFileResources.RESID_PP_FILE_ENCODING_OTHER_LABEL, SystemFileResources.RESID_PP_FILE_ENCODING_OTHER_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 735. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 232) otherEncodingButton = SystemWidgetHelpers.createRadioButton(otherComposite, null, SystemFileResources.RESID_PP_FILE_ENCODING_OTHER_LABEL, SystemFileResources.RESID_PP_FILE_ENCODING_OTHER_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PP_FILE_ENCODING_OTHER_LABEL from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 736. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 232) otherEncodingButton = SystemWidgetHelpers.createRadioButton(otherComposite, null, SystemFileResources.RESID_PP_FILE_ENCODING_OTHER_LABEL, SystemFileResources.RESID_PP_FILE_ENCODING_OTHER_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 737. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 232) otherEncodingButton = SystemWidgetHelpers.createRadioButton(otherComposite, null, SystemFileResources.RESID_PP_FILE_ENCODING_OTHER_LABEL, SystemFileResources.RESID_PP_FILE_ENCODING_OTHER_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PP_FILE_ENCODING_OTHER_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 738. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 244) otherEncodingCombo = SystemWidgetHelpers.createCombo(otherComposite, null, SystemFileResources.RESID_PP_FILE_ENCODING_ENTER_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 739. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 244) otherEncodingCombo = SystemWidgetHelpers.createCombo(otherComposite, null, SystemFileResources.RESID_PP_FILE_ENCODING_ENTER_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PP_FILE_ENCODING_ENTER_TOOLTIP from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 740. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 362) protected IRemoteFile getRemoteFile() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 741. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 389) labelType.setText(SystemFileResources.RESID_PP_FILE_TYPE_ROOT_VALUE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 742. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 389) labelType.setText(SystemFileResources.RESID_PP_FILE_TYPE_ROOT_VALUE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PP_FILE_TYPE_ROOT_VALUE from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 743. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 391) labelType.setText(SystemFileResources.RESID_PP_FILE_TYPE_FOLDER_VALUE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 744. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 391) labelType.setText(SystemFileResources.RESID_PP_FILE_TYPE_FOLDER_VALUE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PP_FILE_TYPE_FOLDER_VALUE from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 745. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 393) labelType.setText(SystemFileResources.RESID_PP_FILE_TYPE_FILE_VALUE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 746. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/SystemFilePropertyPage.java (at line 393) labelType.setText(SystemFileResources.RESID_PP_FILE_TYPE_FILE_VALUE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PP_FILE_TYPE_FILE_VALUE from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- ---------- 747. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 33) import org.eclipse.rse.internal.subsystems.files.core.ISystemFilePreferencesConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 748. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 70) import org.eclipse.ui.internal.dialogs.FileExtensionDialog; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type FileExtensionDialog is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.workbench_3.3.0.I20070608-1100.jar ---------- 749. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 71) import org.eclipse.ui.internal.registry.EditorRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EditorRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.workbench_3.3.0.I20070608-1100.jar ---------- 750. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 72) import org.eclipse.ui.internal.registry.FileEditorMapping; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type FileEditorMapping is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.workbench_3.3.0.I20070608-1100.jar ---------- 751. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 265) ISystemFilePreferencesConstants.SHOWHIDDEN, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 752. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 265) ISystemFilePreferencesConstants.SHOWHIDDEN, ^^^^^^^^^^ Discouraged access: The field SHOWHIDDEN from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 753. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 277) ISystemFilePreferencesConstants.PRESERVETIMESTAMPS, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 754. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 277) ISystemFilePreferencesConstants.PRESERVETIMESTAMPS, ^^^^^^^^^^^^^^^^^^ Discouraged access: The field PRESERVETIMESTAMPS from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 755. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 282) store.setDefault(ISystemFilePreferencesConstants.PRESERVETIMESTAMPS, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 756. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 282) store.setDefault(ISystemFilePreferencesConstants.PRESERVETIMESTAMPS, true); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field PRESERVETIMESTAMPS from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 757. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 359) String initialArchiveType = store.getString(ISystemFilePreferencesConstants.SUPERTRANSFER_ARC_TYPE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 758. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 359) String initialArchiveType = store.getString(ISystemFilePreferencesConstants.SUPERTRANSFER_ARC_TYPE); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SUPERTRANSFER_ARC_TYPE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 759. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 363) initialArchiveType = ISystemFilePreferencesConstants.DEFAULT_SUPERTRANSFER_ARCHIVE_TYPE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 760. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 363) initialArchiveType = ISystemFilePreferencesConstants.DEFAULT_SUPERTRANSFER_ARCHIVE_TYPE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field DEFAULT_SUPERTRANSFER_ARCHIVE_TYPE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 761. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 400) store.setDefault(ISystemFilePreferencesConstants.SHOWHIDDEN, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 762. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 400) store.setDefault(ISystemFilePreferencesConstants.SHOWHIDDEN, false); ^^^^^^^^^^ Discouraged access: The field SHOWHIDDEN from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 763. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 401) store.setDefault(ISystemFilePreferencesConstants.PRESERVETIMESTAMPS, ISystemFilePreferencesConstants.DEFAULT_PRESERVETIMESTAMPS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 764. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 401) store.setDefault(ISystemFilePreferencesConstants.PRESERVETIMESTAMPS, ISystemFilePreferencesConstants.DEFAULT_PRESERVETIMESTAMPS); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field PRESERVETIMESTAMPS from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 765. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 401) store.setDefault(ISystemFilePreferencesConstants.PRESERVETIMESTAMPS, ISystemFilePreferencesConstants.DEFAULT_PRESERVETIMESTAMPS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 766. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 401) store.setDefault(ISystemFilePreferencesConstants.PRESERVETIMESTAMPS, ISystemFilePreferencesConstants.DEFAULT_PRESERVETIMESTAMPS); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field DEFAULT_PRESERVETIMESTAMPS from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 767. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 402) store.setDefault(ISystemFilePreferencesConstants.DOSUPERTRANSFER, ISystemFilePreferencesConstants.DEFAULT_DOSUPERTRANSFER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 768. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 402) store.setDefault(ISystemFilePreferencesConstants.DOSUPERTRANSFER, ISystemFilePreferencesConstants.DEFAULT_DOSUPERTRANSFER); ^^^^^^^^^^^^^^^ Discouraged access: The field DOSUPERTRANSFER from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 769. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 402) store.setDefault(ISystemFilePreferencesConstants.DOSUPERTRANSFER, ISystemFilePreferencesConstants.DEFAULT_DOSUPERTRANSFER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 770. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 402) store.setDefault(ISystemFilePreferencesConstants.DOSUPERTRANSFER, ISystemFilePreferencesConstants.DEFAULT_DOSUPERTRANSFER); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field DEFAULT_DOSUPERTRANSFER from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 771. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 403) store.setDefault(ISystemFilePreferencesConstants.SUPERTRANSFER_ARC_TYPE, ISystemFilePreferencesConstants.DEFAULT_SUPERTRANSFER_ARCHIVE_TYPE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 772. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 403) store.setDefault(ISystemFilePreferencesConstants.SUPERTRANSFER_ARC_TYPE, ISystemFilePreferencesConstants.DEFAULT_SUPERTRANSFER_ARCHIVE_TYPE); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SUPERTRANSFER_ARC_TYPE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 773. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 403) store.setDefault(ISystemFilePreferencesConstants.SUPERTRANSFER_ARC_TYPE, ISystemFilePreferencesConstants.DEFAULT_SUPERTRANSFER_ARCHIVE_TYPE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 774. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 403) store.setDefault(ISystemFilePreferencesConstants.SUPERTRANSFER_ARC_TYPE, ISystemFilePreferencesConstants.DEFAULT_SUPERTRANSFER_ARCHIVE_TYPE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field DEFAULT_SUPERTRANSFER_ARCHIVE_TYPE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 775. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 404) store.setDefault(ISystemFilePreferencesConstants.DOWNLOAD_BUFFER_SIZE, ISystemFilePreferencesConstants.DEFAULT_DOWNLOAD_BUFFER_SIZE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 776. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 404) store.setDefault(ISystemFilePreferencesConstants.DOWNLOAD_BUFFER_SIZE, ISystemFilePreferencesConstants.DEFAULT_DOWNLOAD_BUFFER_SIZE); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field DOWNLOAD_BUFFER_SIZE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 777. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 404) store.setDefault(ISystemFilePreferencesConstants.DOWNLOAD_BUFFER_SIZE, ISystemFilePreferencesConstants.DEFAULT_DOWNLOAD_BUFFER_SIZE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 778. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 404) store.setDefault(ISystemFilePreferencesConstants.DOWNLOAD_BUFFER_SIZE, ISystemFilePreferencesConstants.DEFAULT_DOWNLOAD_BUFFER_SIZE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field DEFAULT_DOWNLOAD_BUFFER_SIZE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 779. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 405) store.setDefault(ISystemFilePreferencesConstants.UPLOAD_BUFFER_SIZE, ISystemFilePreferencesConstants.DEFAULT_DOWNLOAD_BUFFER_SIZE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 780. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 405) store.setDefault(ISystemFilePreferencesConstants.UPLOAD_BUFFER_SIZE, ISystemFilePreferencesConstants.DEFAULT_DOWNLOAD_BUFFER_SIZE); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field UPLOAD_BUFFER_SIZE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 781. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 405) store.setDefault(ISystemFilePreferencesConstants.UPLOAD_BUFFER_SIZE, ISystemFilePreferencesConstants.DEFAULT_DOWNLOAD_BUFFER_SIZE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 782. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 405) store.setDefault(ISystemFilePreferencesConstants.UPLOAD_BUFFER_SIZE, ISystemFilePreferencesConstants.DEFAULT_DOWNLOAD_BUFFER_SIZE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field DEFAULT_DOWNLOAD_BUFFER_SIZE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 783. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 438) if (defaultFileTransferMode == ISystemFilePreferencesConstants.FILETRANSFERMODE_BINARY) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 784. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 438) if (defaultFileTransferMode == ISystemFilePreferencesConstants.FILETRANSFERMODE_BINARY) ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field FILETRANSFERMODE_BINARY from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 785. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 442) else if (defaultFileTransferMode == ISystemFilePreferencesConstants.FILETRANSFERMODE_TEXT) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 786. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 442) else if (defaultFileTransferMode == ISystemFilePreferencesConstants.FILETRANSFERMODE_TEXT) ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field FILETRANSFERMODE_TEXT from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 787. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 468) defaultBinaryButton.setSelection(defaultFileTransferMode == ISystemFilePreferencesConstants.FILETRANSFERMODE_BINARY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 788. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 468) defaultBinaryButton.setSelection(defaultFileTransferMode == ISystemFilePreferencesConstants.FILETRANSFERMODE_BINARY); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field FILETRANSFERMODE_BINARY from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 789. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 469) defaultTextButton.setSelection(defaultFileTransferMode == ISystemFilePreferencesConstants.FILETRANSFERMODE_TEXT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 790. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 469) defaultTextButton.setSelection(defaultFileTransferMode == ISystemFilePreferencesConstants.FILETRANSFERMODE_TEXT); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field FILETRANSFERMODE_TEXT from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 791. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 483) archiveTypeCombo.setText(ISystemFilePreferencesConstants.DEFAULT_SUPERTRANSFER_ARCHIVE_TYPE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 792. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 483) archiveTypeCombo.setText(ISystemFilePreferencesConstants.DEFAULT_SUPERTRANSFER_ARCHIVE_TYPE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field DEFAULT_SUPERTRANSFER_ARCHIVE_TYPE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 793. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 484) setSuperTransferTypePreference(ISystemFilePreferencesConstants.DEFAULT_SUPERTRANSFER_ARCHIVE_TYPE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 794. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 484) setSuperTransferTypePreference(ISystemFilePreferencesConstants.DEFAULT_SUPERTRANSFER_ARCHIVE_TYPE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field DEFAULT_SUPERTRANSFER_ARCHIVE_TYPE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 795. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 485) doSuperTransferButton.setSelection(ISystemFilePreferencesConstants.DEFAULT_DOSUPERTRANSFER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 796. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 485) doSuperTransferButton.setSelection(ISystemFilePreferencesConstants.DEFAULT_DOSUPERTRANSFER); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field DEFAULT_DOSUPERTRANSFER from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 797. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 486) setDoSuperTransfer(ISystemFilePreferencesConstants.DEFAULT_DOSUPERTRANSFER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 798. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 486) setDoSuperTransfer(ISystemFilePreferencesConstants.DEFAULT_DOSUPERTRANSFER); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field DEFAULT_DOSUPERTRANSFER from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 799. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 491) downloadBufferSize.setText(ISystemFilePreferencesConstants.DEFAULT_DOWNLOAD_BUFFER_SIZE + ""); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 800. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 491) downloadBufferSize.setText(ISystemFilePreferencesConstants.DEFAULT_DOWNLOAD_BUFFER_SIZE + ""); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field DEFAULT_DOWNLOAD_BUFFER_SIZE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 801. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 492) uploadBufferSize.setText(ISystemFilePreferencesConstants.DEFAULT_DOWNLOAD_BUFFER_SIZE + ""); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 802. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 492) uploadBufferSize.setText(ISystemFilePreferencesConstants.DEFAULT_DOWNLOAD_BUFFER_SIZE + ""); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field DEFAULT_DOWNLOAD_BUFFER_SIZE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 803. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 499) protected TableItem newResourceTableItem(IFileEditorMapping mapping, int index, boolean selected) { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 804. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 499) protected TableItem newResourceTableItem(IFileEditorMapping mapping, int index, boolean selected) { ^^^^^^^ Javadoc: Missing tag for parameter mapping ---------- 805. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 499) protected TableItem newResourceTableItem(IFileEditorMapping mapping, int index, boolean selected) { ^^^^^ Javadoc: Missing tag for parameter index ---------- 806. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 499) protected TableItem newResourceTableItem(IFileEditorMapping mapping, int index, boolean selected) { ^^^^^^^^ Javadoc: Missing tag for parameter selected ---------- 807. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 501) editorMappings.add(index, ((FileEditorMapping)mapping).clone()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method clone() from the type FileEditorMapping is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.workbench_3.3.0.I20070608-1100.jar ---------- 808. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 501) editorMappings.add(index, ((FileEditorMapping)mapping).clone()); ^^^^^^^^^^^^^^^^^ Discouraged access: The type FileEditorMapping is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.workbench_3.3.0.I20070608-1100.jar ---------- 809. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 596) FileExtensionDialog dialog = new FileExtensionDialog(getControl().getShell()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type FileExtensionDialog is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.workbench_3.3.0.I20070608-1100.jar ---------- 810. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 596) FileExtensionDialog dialog = new FileExtensionDialog(getControl().getShell()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor FileExtensionDialog(Shell) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.workbench_3.3.0.I20070608-1100.jar ---------- 811. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 596) FileExtensionDialog dialog = new FileExtensionDialog(getControl().getShell()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type FileExtensionDialog is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.workbench_3.3.0.I20070608-1100.jar ---------- 812. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 600) String name = dialog.getName(); ^^^^^^^^^^^^^^^^ Discouraged access: The method getName() from the type FileExtensionDialog is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.workbench_3.3.0.I20070608-1100.jar ---------- 813. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 601) String extension = dialog.getExtension(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getExtension() from the type FileExtensionDialog is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.workbench_3.3.0.I20070608-1100.jar ---------- 814. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 631) public void addResourceType(String newName, String newExtension) { ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 815. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 631) public void addResourceType(String newName, String newExtension) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter newExtension ---------- 816. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 670) resourceType = (FileEditorMapping)(editorMappings.get(i)); ^^^^^^^^^^^^^^^^^ Discouraged access: The type FileEditorMapping is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.workbench_3.3.0.I20070608-1100.jar ---------- 817. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 692) resourceType = new FileEditorMapping(newName, newExtension); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor FileEditorMapping(String, String) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.workbench_3.3.0.I20070608-1100.jar ---------- 818. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 692) resourceType = new FileEditorMapping(newName, newExtension); ^^^^^^^^^^^^^^^^^ Discouraged access: The type FileEditorMapping is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.workbench_3.3.0.I20070608-1100.jar ---------- 819. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 742) private SystemFileTransferModeMapping getModeMapping(int index) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 820. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 742) private SystemFileTransferModeMapping getModeMapping(int index) { ^^^^^ Javadoc: Missing tag for parameter index ---------- 821. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 793) FileEditorMapping[] mappingArray2 = new FileEditorMapping[array2.length]; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type FileEditorMapping is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.workbench_3.3.0.I20070608-1100.jar ---------- 822. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 793) FileEditorMapping[] mappingArray2 = new FileEditorMapping[array2.length]; ^^^^^^^^^^^^^^^^^ Discouraged access: The type FileEditorMapping is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.workbench_3.3.0.I20070608-1100.jar ---------- 823. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 796) mappingArray2[j] = (FileEditorMapping)(array2[j]); ^^^^^^^^^^^^^^^^^ Discouraged access: The type FileEditorMapping is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.workbench_3.3.0.I20070608-1100.jar ---------- 824. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 799) ((EditorRegistry)editorRegistry).setFileEditorMappings(mappingArray2); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setFileEditorMappings(FileEditorMapping[]) from the type EditorRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.workbench_3.3.0.I20070608-1100.jar ---------- 825. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 799) ((EditorRegistry)editorRegistry).setFileEditorMappings(mappingArray2); ^^^^^^^^^^^^^^ Discouraged access: The type EditorRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.workbench_3.3.0.I20070608-1100.jar ---------- 826. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 800) ((EditorRegistry)editorRegistry).saveAssociations(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method saveAssociations() from the type EditorRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.workbench_3.3.0.I20070608-1100.jar ---------- 827. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 800) ((EditorRegistry)editorRegistry).saveAssociations(); ^^^^^^^^^^^^^^ Discouraged access: The type EditorRegistry is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.workbench_3.3.0.I20070608-1100.jar ---------- 828. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 803) int defaultFileTransferMode = ISystemFilePreferencesConstants.FILETRANSFERMODE_BINARY; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 829. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 803) int defaultFileTransferMode = ISystemFilePreferencesConstants.FILETRANSFERMODE_BINARY; ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field FILETRANSFERMODE_BINARY from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 830. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 806) defaultFileTransferMode = ISystemFilePreferencesConstants.FILETRANSFERMODE_BINARY; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 831. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 806) defaultFileTransferMode = ISystemFilePreferencesConstants.FILETRANSFERMODE_BINARY; ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field FILETRANSFERMODE_BINARY from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 832. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 810) defaultFileTransferMode = ISystemFilePreferencesConstants.FILETRANSFERMODE_TEXT; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 833. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 810) defaultFileTransferMode = ISystemFilePreferencesConstants.FILETRANSFERMODE_TEXT; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field FILETRANSFERMODE_TEXT from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 834. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 825) public static int getFileTransferModeDefaultPreference() ^^^ Javadoc: Missing tag for return type ---------- 835. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 828) return store.getInt(ISystemFilePreferencesConstants.FILETRANSFERMODEDEFAULT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 836. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 828) return store.getInt(ISystemFilePreferencesConstants.FILETRANSFERMODEDEFAULT); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field FILETRANSFERMODEDEFAULT from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 837. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 833) public static void setFileTransferModeDefaultPreference(int defaultMode) ^^^^^^^^^^^ Javadoc: Missing tag for parameter defaultMode ---------- 838. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 836) store.setValue(ISystemFilePreferencesConstants.FILETRANSFERMODEDEFAULT,defaultMode); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 839. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 836) store.setValue(ISystemFilePreferencesConstants.FILETRANSFERMODEDEFAULT,defaultMode); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field FILETRANSFERMODEDEFAULT from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 840. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 843) public static String getSuperTransferTypePreference() ^^^^^^ Javadoc: Missing tag for return type ---------- 841. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 846) return store.getString(ISystemFilePreferencesConstants.SUPERTRANSFER_ARC_TYPE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 842. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 846) return store.getString(ISystemFilePreferencesConstants.SUPERTRANSFER_ARC_TYPE); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SUPERTRANSFER_ARC_TYPE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 843. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 851) public static void setSuperTransferTypePreference(String type) ^^^^ Javadoc: Missing tag for parameter type ---------- 844. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 854) store.setValue(ISystemFilePreferencesConstants.SUPERTRANSFER_ARC_TYPE,type); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 845. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 854) store.setValue(ISystemFilePreferencesConstants.SUPERTRANSFER_ARC_TYPE,type); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SUPERTRANSFER_ARC_TYPE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 846. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/propertypages/UniversalPreferencePage.java (at line 861) return store.getBoolean(ISystemFilePreferencesConstants.DOSUPERTRANSFER); ^^^^^^^^^^^^^^^ Discouraged access: The field DOSUPERTRANSFER from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- ---------- 847. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemFileNameHelper.java (at line 41) public static String getEscapedPath(String path) ^^^^^^ Javadoc: Missing tag for return type ---------- 848. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemFileNameHelper.java (at line 41) public static String getEscapedPath(String path) ^^^^ Javadoc: Missing tag for parameter path ---------- 849. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemFileNameHelper.java (at line 77) public static String getUnescapedPath( String path ){ ^^^^^^ Javadoc: Missing tag for return type ---------- 850. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemFileNameHelper.java (at line 77) public static String getUnescapedPath( String path ){ ^^^^ Javadoc: Missing tag for parameter path ---------- ---------- 851. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteEditManager.java (at line 42) import org.eclipse.rse.internal.subsystems.files.core.ISystemFilePreferencesConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 852. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteEditManager.java (at line 84) public static SystemRemoteEditManager getInstance() ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 853. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteEditManager.java (at line 430) public IPath getRemoteEditProjectLocation() ^^^^^ Javadoc: Missing tag for return type ---------- 854. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteEditManager.java (at line 444) public String getRemoteEditProjectAbsolutePath() ^^^^^^ Javadoc: Missing tag for return type ---------- 855. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteEditManager.java (at line 668) boolean enableMaxSize = store.getBoolean(ISystemFilePreferencesConstants.LIMIT_CACHE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 856. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteEditManager.java (at line 668) boolean enableMaxSize = store.getBoolean(ISystemFilePreferencesConstants.LIMIT_CACHE); ^^^^^^^^^^^ Discouraged access: The field LIMIT_CACHE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 857. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteEditManager.java (at line 671) int max = Integer.parseInt(ISystemFilePreferencesConstants.DEFAULT_MAX_CACHE_SIZE) * 1000000; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 858. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteEditManager.java (at line 671) int max = Integer.parseInt(ISystemFilePreferencesConstants.DEFAULT_MAX_CACHE_SIZE) * 1000000; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field DEFAULT_MAX_CACHE_SIZE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 859. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteEditManager.java (at line 675) String maxSize = store.getString(ISystemFilePreferencesConstants.MAX_CACHE_SIZE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 860. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteEditManager.java (at line 675) String maxSize = store.getString(ISystemFilePreferencesConstants.MAX_CACHE_SIZE); ^^^^^^^^^^^^^^ Discouraged access: The field MAX_CACHE_SIZE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 861. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteEditManager.java (at line 683) max = Integer.parseInt(ISystemFilePreferencesConstants.DEFAULT_MAX_CACHE_SIZE) * 1000000; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 862. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteEditManager.java (at line 683) max = Integer.parseInt(ISystemFilePreferencesConstants.DEFAULT_MAX_CACHE_SIZE) * 1000000; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field DEFAULT_MAX_CACHE_SIZE from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 863. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteEditManager.java (at line 755) public void refreshRemoteEditContainer(IContainer parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- ---------- 864. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteMarker.java (at line 46) public SystemRemoteMarker(ISystemRemoteResource resource, long id) { ^^^^^^^^ Javadoc: Missing tag for parameter resource ---------- 865. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteMarker.java (at line 46) public SystemRemoteMarker(ISystemRemoteResource resource, long id) { ^^ Javadoc: Missing tag for parameter id ---------- ---------- 866. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteMarkerManager.java (at line 123) * @param the resource ^^^ Javadoc: Parameter the is not declared ---------- 867. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteMarkerManager.java (at line 124) * @param the set of markers for the resource ^^^ Javadoc: Parameter the is not declared ---------- 868. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteMarkerManager.java (at line 125) * @param the new marker infos ^^^ Javadoc: Parameter the is not declared ---------- 869. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteMarkerManager.java (at line 127) private void basicAdd(ISystemRemoteResource resource, SystemRemoteMarkerSet markers, SystemRemoteMarkerInfo[] newMarkers) { ^^^^^^^^ Javadoc: Missing tag for parameter resource ---------- 870. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteMarkerManager.java (at line 127) private void basicAdd(ISystemRemoteResource resource, SystemRemoteMarkerSet markers, SystemRemoteMarkerInfo[] newMarkers) { ^^^^^^^ Javadoc: Missing tag for parameter markers ---------- 871. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteMarkerManager.java (at line 127) private void basicAdd(ISystemRemoteResource resource, SystemRemoteMarkerSet markers, SystemRemoteMarkerInfo[] newMarkers) { ^^^^^^^^^^ Javadoc: Missing tag for parameter newMarkers ---------- 872. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteMarkerManager.java (at line 243) * @param the marker set ^^^ Javadoc: Parameter the is not declared ---------- 873. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteMarkerManager.java (at line 244) * @param the type ^^^ Javadoc: Parameter the is not declared ---------- 874. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteMarkerManager.java (at line 245) * @param flag indicating whether to include subtypes ^^^^ Javadoc: Parameter flag is not declared ---------- 875. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteMarkerManager.java (at line 247) private SystemRemoteMarkerInfo[] basicFindMatching(SystemRemoteMarkerSet markers, String type, boolean includeSubtypes) { ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 876. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteMarkerManager.java (at line 247) private SystemRemoteMarkerInfo[] basicFindMatching(SystemRemoteMarkerSet markers, String type, boolean includeSubtypes) { ^^^^^^^ Javadoc: Missing tag for parameter markers ---------- 877. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteMarkerManager.java (at line 247) private SystemRemoteMarkerInfo[] basicFindMatching(SystemRemoteMarkerSet markers, String type, boolean includeSubtypes) { ^^^^ Javadoc: Missing tag for parameter type ---------- 878. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteMarkerManager.java (at line 247) private SystemRemoteMarkerInfo[] basicFindMatching(SystemRemoteMarkerSet markers, String type, boolean includeSubtypes) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter includeSubtypes ---------- 879. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteMarkerManager.java (at line 308) public ISystemRemoteMarker[] findMarkers(ISystemRemoteResource resource, String type, boolean includeSubtypes) { ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 880. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteMarkerManager.java (at line 339) * @param the target resource ^^^ Javadoc: Parameter the is not declared ---------- 881. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteMarkerManager.java (at line 340) * @param the marker elements ^^^ Javadoc: Parameter the is not declared ---------- 882. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteMarkerManager.java (at line 341) * @param the list to add to ^^^ Javadoc: Parameter the is not declared ---------- 883. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteMarkerManager.java (at line 343) private void buildMarkers(ISystemRemoteResource resource, ISystemRemoteMarkerSetElement[] markers, ArrayList list) { ^^^^^^^^ Javadoc: Missing tag for parameter resource ---------- 884. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteMarkerManager.java (at line 343) private void buildMarkers(ISystemRemoteResource resource, ISystemRemoteMarkerSetElement[] markers, ArrayList list) { ^^^^^^^ Javadoc: Missing tag for parameter markers ---------- 885. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteMarkerManager.java (at line 343) private void buildMarkers(ISystemRemoteResource resource, ISystemRemoteMarkerSetElement[] markers, ArrayList list) { ^^^^ Javadoc: Missing tag for parameter list ---------- ---------- 886. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteMarkerSet.java (at line 230) * @param the id ^^^ Javadoc: Parameter the is not declared ---------- 887. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteMarkerSet.java (at line 233) private int hashFor(long id) { ^^ Javadoc: Missing tag for parameter id ---------- 888. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteMarkerSet.java (at line 247) * @param the index of the element removed. ^^^ Javadoc: Parameter the is not declared ---------- 889. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteMarkerSet.java (at line 249) private void rehashTo(int anIndex) { ^^^^^^^ Javadoc: Missing tag for parameter anIndex ---------- ---------- 890. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteMarkerTypeDefinition.java (at line 42) public SystemRemoteMarkerTypeDefinition(IExtension ext) { ^^^ Javadoc: Missing tag for parameter ext ---------- 891. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteMarkerTypeDefinition.java (at line 51) * @param the extension ^^^ Javadoc: Parameter the is not declared ---------- 892. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteMarkerTypeDefinition.java (at line 53) private void process(IExtension ext) { ^^^ Javadoc: Missing tag for parameter ext ---------- ---------- 893. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteMarkerTypeDefinitionCache.java (at line 82) * @param a marker id ^ Javadoc: Parameter a is not declared ---------- 894. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteMarkerTypeDefinitionCache.java (at line 84) private void computeSuperTypes(String id) { ^^ Javadoc: Missing tag for parameter id ---------- ---------- 895. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteResource.java (at line 39) public SystemRemoteResource(ISystemRemotePath path) { ^^^^ Javadoc: Missing tag for parameter path ---------- 896. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteResource.java (at line 106) public ISystemRemotePath getLocation() { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 897. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteResource.java (at line 114) public boolean existsLocally() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 898. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteResource.java (at line 121) public File getLocalCopy() { ^^^^ Javadoc: Missing tag for return type ---------- ---------- 899. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteResourceInfo.java (at line 72) public void setFlags(int value) { ^^^^^ Javadoc: Missing tag for parameter value ---------- ---------- 900. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteResourceManager.java (at line 62) public SystemRemoteResourceInfo getResourceInfo(ISystemRemotePath path) { ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 901. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/resources/SystemRemoteResourceManager.java (at line 62) public SystemRemoteResourceInfo getResourceInfo(ISystemRemotePath path) { ^^^^ Javadoc: Missing tag for parameter path ---------- ---------- 902. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 41) import org.eclipse.rse.internal.ui.view.search.SystemSearchUI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemSearchUI is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 903. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 42) import org.eclipse.rse.internal.ui.view.search.SystemSearchViewPart; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemSearchViewPart is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 904. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 61) import org.eclipse.search.internal.ui.SearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SearchMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.search_3.3.0.v20070606-0010.jar ---------- 905. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 452) private void setFolderText(String profileName, String connectionName, String folderPath) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter connectionName ---------- 906. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 452) private void setFolderText(String profileName, String connectionName, String folderPath) { ^^^^^^^^^^ Javadoc: Missing tag for parameter folderPath ---------- 907. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 495) private String getFormattedText(String profileName, String connectionName, String folderPath) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter profileName ---------- 908. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 495) private String getFormattedText(String profileName, String connectionName, String folderPath) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter connectionName ---------- 909. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 495) private String getFormattedText(String profileName, String connectionName, String folderPath) { ^^^^^^^^^^ Javadoc: Missing tag for parameter folderPath ---------- 910. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 754) SystemSearchUI searchUI = SystemSearchUI.getInstance(); ^^^^^^^^^^^^^^ Discouraged access: The type SystemSearchUI is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 911. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 754) SystemSearchUI searchUI = SystemSearchUI.getInstance(); ^^^^^^^^^^^^^^ Discouraged access: The type SystemSearchUI is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 912. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 754) SystemSearchUI searchUI = SystemSearchUI.getInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type SystemSearchUI is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 913. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 755) SystemSearchViewPart searchPart = searchUI.activateSearchResultView(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemSearchViewPart is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 914. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 755) SystemSearchViewPart searchPart = searchUI.activateSearchResultView(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method activateSearchResultView() from the type SystemSearchUI is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 915. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 756) searchPart.addSearchResult((IAdaptable)resultSet); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addSearchResult(IAdaptable) from the type SystemSearchViewPart is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 916. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 1032) usedMnemonics.append(Mnemonics.getMnemonic(SearchMessages.SearchDialog_customize)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SearchMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.search_3.3.0.v20070606-0010.jar ---------- 917. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 1032) usedMnemonics.append(Mnemonics.getMnemonic(SearchMessages.SearchDialog_customize)); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SearchDialog_customize from the type SearchMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.search_3.3.0.v20070606-0010.jar ---------- 918. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 1033) usedMnemonics.append(Mnemonics.getMnemonic(SearchMessages.SearchDialog_searchAction)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SearchMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.search_3.3.0.v20070606-0010.jar ---------- 919. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 1033) usedMnemonics.append(Mnemonics.getMnemonic(SearchMessages.SearchDialog_searchAction)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SearchDialog_searchAction from the type SearchMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.search_3.3.0.v20070606-0010.jar ---------- 920. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 1163) private IRemoteFileSubSystem getRemoteFileSubSystem(String profName, String connName) { ^^^^^^^^ Javadoc: Missing tag for parameter profName ---------- 921. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 1163) private IRemoteFileSubSystem getRemoteFileSubSystem(String profName, String connName) { ^^^^^^^^ Javadoc: Missing tag for parameter connName ---------- 922. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 1255) private void createFolderControls(Composite comp) { ^^^^ Javadoc: Missing tag for parameter comp ---------- 923. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchPage.java (at line 1295) private void createAdvancedControls(Composite comp) { ^^^^ Javadoc: Missing tag for parameter comp ---------- ---------- 924. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteFolderAction.java (at line 34) private IHost rootFolderConnection; ^^^^^^^^^^^^^^^^^^^^ The field SystemSearchRemoteFolderAction.rootFolderConnection is never read locally ---------- 925. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteFolderAction.java (at line 36) private String rootFolderAbsPath; ^^^^^^^^^^^^^^^^^ The field SystemSearchRemoteFolderAction.rootFolderAbsPath is never read locally ---------- 926. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteFolderAction.java (at line 38) private String addLabel, addToolTipText; ^^^^^^^^ The field SystemSearchRemoteFolderAction.addLabel is never read locally ---------- 927. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteFolderAction.java (at line 38) private String addLabel, addToolTipText; ^^^^^^^^^^^^^^ The field SystemSearchRemoteFolderAction.addToolTipText is never read locally ---------- 928. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteFolderAction.java (at line 39) private int expandDepth = 0; ^^^^^^^^^^^ The field SystemSearchRemoteFolderAction.expandDepth is never read locally ---------- 929. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteFolderAction.java (at line 40) private boolean showNewConnectionPrompt = true; ^^^^^^^^^^^^^^^^^^^^^^^ The field SystemSearchRemoteFolderAction.showNewConnectionPrompt is never read locally ---------- 930. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteFolderAction.java (at line 41) private boolean restrictFolders = false; ^^^^^^^^^^^^^^^ The field SystemSearchRemoteFolderAction.restrictFolders is never read locally ---------- 931. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteFolderAction.java (at line 46) private boolean allowForMultipleParents = false; ^^^^^^^^^^^^^^^^^^^^^^^ The field SystemSearchRemoteFolderAction.allowForMultipleParents is never read locally ---------- ---------- 932. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteFolderForm.java (at line 13) import org.eclipse.rse.internal.ui.view.SystemSelectRemoteObjectAPIProviderImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemSelectRemoteObjectAPIProviderImpl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 933. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteFolderForm.java (at line 35) protected SystemSelectRemoteObjectAPIProviderImpl getInputProvider() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemSelectRemoteObjectAPIProviderImpl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 934. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteObjectAPIProvider.java (at line 20) import org.eclipse.rse.internal.ui.view.SystemSelectRemoteObjectAPIProviderImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemSelectRemoteObjectAPIProviderImpl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 935. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteObjectAPIProvider.java (at line 27) public class SystemSearchRemoteObjectAPIProvider extends SystemSelectRemoteObjectAPIProviderImpl { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemSelectRemoteObjectAPIProviderImpl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 936. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteObjectAPIProvider.java (at line 37) super(factoryId, factoryCategory, showNewConnectionPrompt, systemTypes); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemSelectRemoteObjectAPIProviderImpl(String, String, boolean, IRSESystemType[]) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 937. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteObjectAPIProvider.java (at line 45) super(subsystem); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemSelectRemoteObjectAPIProviderImpl(ISubSystem) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 938. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteObjectAPIProvider.java (at line 52) super(); ^^^^^^^^ Discouraged access: The constructor SystemSelectRemoteObjectAPIProviderImpl() is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 939. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteObjectAPIProvider.java (at line 56) * @see org.eclipse.rse.internal.ui.view.SystemSelectRemoteObjectAPIProviderImpl#getConnections() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemSelectRemoteObjectAPIProviderImpl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 940. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteObjectAPIProvider.java (at line 56) * @see org.eclipse.rse.internal.ui.view.SystemSelectRemoteObjectAPIProviderImpl#getConnections() ^^^^^^^^^^^^^^^^ Discouraged access: The method getConnections() from the type SystemSelectRemoteObjectAPIProviderImpl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 941. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteObjectAPIProvider.java (at line 60) Object[] objs = super.getConnections(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getConnections() from the type SystemSelectRemoteObjectAPIProviderImpl is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 942. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/search/SystemSearchRemoteObjectAPIProvider.java (at line 69) ISubSystem[] subsystems = sr.getSubSystems(host); ^^ Discouraged access: The field sr from the type SystemAbstractAPIProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 943. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/RemoteFileSubSystemConfigurationAdapter.java (at line 35) import org.eclipse.rse.internal.subsystems.files.core.ISystemFilePreferencesConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 944. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/RemoteFileSubSystemConfigurationAdapter.java (at line 149) boolean showHidden = RSEUIPlugin.getDefault().getPreferenceStore().getBoolean(ISystemFilePreferencesConstants.SHOWHIDDEN); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 945. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/RemoteFileSubSystemConfigurationAdapter.java (at line 149) boolean showHidden = RSEUIPlugin.getDefault().getPreferenceStore().getBoolean(ISystemFilePreferencesConstants.SHOWHIDDEN); ^^^^^^^^^^ Discouraged access: The field SHOWHIDDEN from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- ---------- 946. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 84) import org.eclipse.rse.internal.subsystems.files.core.ISystemFilePreferencesConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 947. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 85) import org.eclipse.rse.internal.ui.SystemResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 948. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 86) import org.eclipse.rse.internal.ui.view.ISystemMementoConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemMementoConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 949. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 87) import org.eclipse.rse.internal.ui.view.SystemDNDTransferRunnable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemDNDTransferRunnable is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 950. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 88) import org.eclipse.rse.internal.ui.view.SystemViewResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 951. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 89) import org.eclipse.rse.internal.ui.view.search.SystemSearchTableView; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemSearchTableView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 952. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 209) xlatedSize = SystemViewResources.RESID_PROPERTY_FILE_SIZE_VALUE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 953. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 209) xlatedSize = SystemViewResources.RESID_PROPERTY_FILE_SIZE_VALUE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_SIZE_VALUE from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 954. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 210) xlatedCompressedSize = SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMPRESSEDSIZE_VALUE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 955. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 210) xlatedCompressedSize = SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMPRESSEDSIZE_VALUE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_VIRTUALFILE_COMPRESSEDSIZE_VALUE from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 956. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 211) xlatedExpandedSize = SystemViewResources.RESID_PROPERTY_ARCHIVE_EXPANDEDSIZE_VALUE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 957. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 211) xlatedExpandedSize = SystemViewResources.RESID_PROPERTY_ARCHIVE_EXPANDEDSIZE_VALUE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_ARCHIVE_EXPANDEDSIZE_VALUE from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 958. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 228) public SystemViewRemoteFileAdapter(boolean foldersOnly, boolean filesOnly) ^^^^^^^^^^^ Javadoc: Missing tag for parameter foldersOnly ---------- 959. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 228) public SystemViewRemoteFileAdapter(boolean foldersOnly, boolean filesOnly) ^^^^^^^^^ Javadoc: Missing tag for parameter filesOnly ---------- 960. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 268) boolean allHaveContents = false; ^^^^^^^^^^^^^^^ The local variable allHaveContents is never read ---------- 961. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 274) boolean isVirtual = false; ^^^^^^^^^ The local variable isVirtual is never read ---------- 962. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 348) String label = SystemResources.ACTION_CASCADING_OPEN_LABEL; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 963. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 348) String label = SystemResources.ACTION_CASCADING_OPEN_LABEL; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ACTION_CASCADING_OPEN_LABEL from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 964. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 349) String tooltip = SystemResources.ACTION_CASCADING_OPEN_TOOLTIP; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 965. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 349) String tooltip = SystemResources.ACTION_CASCADING_OPEN_TOOLTIP; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ACTION_CASCADING_OPEN_TOOLTIP from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 966. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 519) return SystemViewResources.RESID_PROPERTY_FILE_TYPE_ROOT_VALUE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 967. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 519) return SystemViewResources.RESID_PROPERTY_FILE_TYPE_ROOT_VALUE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_TYPE_ROOT_VALUE from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 968. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 521) return SystemViewResources.RESID_PROPERTY_FILE_TYPE_FOLDER_VALUE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 969. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 521) return SystemViewResources.RESID_PROPERTY_FILE_TYPE_FOLDER_VALUE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_TYPE_FOLDER_VALUE from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 970. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 523) return SystemViewResources.RESID_PROPERTY_FILE_TYPE_FILE_VALUE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 971. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 523) return SystemViewResources.RESID_PROPERTY_FILE_TYPE_FILE_VALUE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_TYPE_FILE_VALUE from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 972. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 658) if ((v != null) && (v instanceof SystemSearchTableView)) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemSearchTableView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 973. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 660) SystemSearchTableView view = (SystemSearchTableView)v; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemSearchTableView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 974. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 660) SystemSearchTableView view = (SystemSearchTableView)v; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemSearchTableView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 975. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 661) Iterator iter = view.getResultSet().getSearchConfigurations(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getResultSet() from the type SystemSearchTableView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 976. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 735) boolean showHidden = RSEUIPlugin.getDefault().getPreferenceStore().getBoolean(ISystemFilePreferencesConstants.SHOWHIDDEN); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 977. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 735) boolean showHidden = RSEUIPlugin.getDefault().getPreferenceStore().getBoolean(ISystemFilePreferencesConstants.SHOWHIDDEN); ^^^^^^^^^^ Discouraged access: The field SHOWHIDDEN from the type ISystemFilePreferencesConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 978. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 813) if ((v != null) && (v instanceof SystemSearchTableView)) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemSearchTableView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 979. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 815) SystemSearchTableView view = (SystemSearchTableView)v; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemSearchTableView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 980. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 815) SystemSearchTableView view = (SystemSearchTableView)v; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemSearchTableView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 981. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 816) Iterator iter = view.getResultSet().getSearchConfigurations(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getResultSet() from the type SystemSearchTableView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 982. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 880) if (isRegular) uniquePropertyDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_CLASSIFICATION, SystemViewResources.RESID_PROPERTY_FILE_CLASSIFICATION_LABEL, SystemViewResources.RESID_PROPERTY_FILE_CLASSIFICATION_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 983. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 880) if (isRegular) uniquePropertyDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_CLASSIFICATION, SystemViewResources.RESID_PROPERTY_FILE_CLASSIFICATION_LABEL, SystemViewResources.RESID_PROPERTY_FILE_CLASSIFICATION_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_CLASSIFICATION_LABEL from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 984. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 880) if (isRegular) uniquePropertyDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_CLASSIFICATION, SystemViewResources.RESID_PROPERTY_FILE_CLASSIFICATION_LABEL, SystemViewResources.RESID_PROPERTY_FILE_CLASSIFICATION_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 985. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 880) if (isRegular) uniquePropertyDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_CLASSIFICATION, SystemViewResources.RESID_PROPERTY_FILE_CLASSIFICATION_LABEL, SystemViewResources.RESID_PROPERTY_FILE_CLASSIFICATION_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_CLASSIFICATION_TOOLTIP from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 986. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 881) else if (isVirtual) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_CLASSIFICATION, SystemViewResources.RESID_PROPERTY_FILE_CLASSIFICATION_LABEL, SystemViewResources.RESID_PROPERTY_FILE_CLASSIFICATION_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 987. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 881) else if (isVirtual) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_CLASSIFICATION, SystemViewResources.RESID_PROPERTY_FILE_CLASSIFICATION_LABEL, SystemViewResources.RESID_PROPERTY_FILE_CLASSIFICATION_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_CLASSIFICATION_LABEL from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 988. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 881) else if (isVirtual) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_CLASSIFICATION, SystemViewResources.RESID_PROPERTY_FILE_CLASSIFICATION_LABEL, SystemViewResources.RESID_PROPERTY_FILE_CLASSIFICATION_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 989. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 881) else if (isVirtual) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_CLASSIFICATION, SystemViewResources.RESID_PROPERTY_FILE_CLASSIFICATION_LABEL, SystemViewResources.RESID_PROPERTY_FILE_CLASSIFICATION_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_CLASSIFICATION_TOOLTIP from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 990. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 882) else if (isArchive) uniqueArchiveDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_CLASSIFICATION, SystemViewResources.RESID_PROPERTY_FILE_CLASSIFICATION_LABEL, SystemViewResources.RESID_PROPERTY_FILE_CLASSIFICATION_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 991. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 882) else if (isArchive) uniqueArchiveDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_CLASSIFICATION, SystemViewResources.RESID_PROPERTY_FILE_CLASSIFICATION_LABEL, SystemViewResources.RESID_PROPERTY_FILE_CLASSIFICATION_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_CLASSIFICATION_LABEL from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 992. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 882) else if (isArchive) uniqueArchiveDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_CLASSIFICATION, SystemViewResources.RESID_PROPERTY_FILE_CLASSIFICATION_LABEL, SystemViewResources.RESID_PROPERTY_FILE_CLASSIFICATION_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 993. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 882) else if (isArchive) uniqueArchiveDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_CLASSIFICATION, SystemViewResources.RESID_PROPERTY_FILE_CLASSIFICATION_LABEL, SystemViewResources.RESID_PROPERTY_FILE_CLASSIFICATION_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_CLASSIFICATION_TOOLTIP from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 994. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 885) if (isRegular) uniquePropertyDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_LASTMODIFIED, SystemViewResources.RESID_PROPERTY_FILE_LASTMODIFIED_LABEL, SystemViewResources.RESID_PROPERTY_FILE_LASTMODIFIED_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 995. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 885) if (isRegular) uniquePropertyDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_LASTMODIFIED, SystemViewResources.RESID_PROPERTY_FILE_LASTMODIFIED_LABEL, SystemViewResources.RESID_PROPERTY_FILE_LASTMODIFIED_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_LASTMODIFIED_LABEL from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 996. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 885) if (isRegular) uniquePropertyDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_LASTMODIFIED, SystemViewResources.RESID_PROPERTY_FILE_LASTMODIFIED_LABEL, SystemViewResources.RESID_PROPERTY_FILE_LASTMODIFIED_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 997. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 885) if (isRegular) uniquePropertyDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_LASTMODIFIED, SystemViewResources.RESID_PROPERTY_FILE_LASTMODIFIED_LABEL, SystemViewResources.RESID_PROPERTY_FILE_LASTMODIFIED_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_LASTMODIFIED_TOOLTIP from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 998. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 886) else if (isVirtual) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_LASTMODIFIED, SystemViewResources.RESID_PROPERTY_FILE_LASTMODIFIED_LABEL, SystemViewResources.RESID_PROPERTY_FILE_LASTMODIFIED_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 999. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 886) else if (isVirtual) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_LASTMODIFIED, SystemViewResources.RESID_PROPERTY_FILE_LASTMODIFIED_LABEL, SystemViewResources.RESID_PROPERTY_FILE_LASTMODIFIED_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_LASTMODIFIED_LABEL from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1000. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 886) else if (isVirtual) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_LASTMODIFIED, SystemViewResources.RESID_PROPERTY_FILE_LASTMODIFIED_LABEL, SystemViewResources.RESID_PROPERTY_FILE_LASTMODIFIED_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1001. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 886) else if (isVirtual) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_LASTMODIFIED, SystemViewResources.RESID_PROPERTY_FILE_LASTMODIFIED_LABEL, SystemViewResources.RESID_PROPERTY_FILE_LASTMODIFIED_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_LASTMODIFIED_TOOLTIP from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1002. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 887) else if (isArchive) uniqueArchiveDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_LASTMODIFIED, SystemViewResources.RESID_PROPERTY_FILE_LASTMODIFIED_LABEL, SystemViewResources.RESID_PROPERTY_FILE_LASTMODIFIED_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1003. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 887) else if (isArchive) uniqueArchiveDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_LASTMODIFIED, SystemViewResources.RESID_PROPERTY_FILE_LASTMODIFIED_LABEL, SystemViewResources.RESID_PROPERTY_FILE_LASTMODIFIED_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_LASTMODIFIED_LABEL from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1004. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 887) else if (isArchive) uniqueArchiveDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_LASTMODIFIED, SystemViewResources.RESID_PROPERTY_FILE_LASTMODIFIED_LABEL, SystemViewResources.RESID_PROPERTY_FILE_LASTMODIFIED_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1005. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 887) else if (isArchive) uniqueArchiveDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_LASTMODIFIED, SystemViewResources.RESID_PROPERTY_FILE_LASTMODIFIED_LABEL, SystemViewResources.RESID_PROPERTY_FILE_LASTMODIFIED_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_LASTMODIFIED_TOOLTIP from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1006. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 890) if (isRegular) uniquePropertyDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_SIZE, SystemViewResources.RESID_PROPERTY_FILE_SIZE_LABEL, SystemViewResources.RESID_PROPERTY_FILE_SIZE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1007. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 890) if (isRegular) uniquePropertyDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_SIZE, SystemViewResources.RESID_PROPERTY_FILE_SIZE_LABEL, SystemViewResources.RESID_PROPERTY_FILE_SIZE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_SIZE_LABEL from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1008. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 890) if (isRegular) uniquePropertyDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_SIZE, SystemViewResources.RESID_PROPERTY_FILE_SIZE_LABEL, SystemViewResources.RESID_PROPERTY_FILE_SIZE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1009. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 890) if (isRegular) uniquePropertyDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_SIZE, SystemViewResources.RESID_PROPERTY_FILE_SIZE_LABEL, SystemViewResources.RESID_PROPERTY_FILE_SIZE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_SIZE_TOOLTIP from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1010. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 891) else if (isVirtual) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_SIZE, SystemViewResources.RESID_PROPERTY_FILE_SIZE_LABEL, SystemViewResources.RESID_PROPERTY_FILE_SIZE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1011. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 891) else if (isVirtual) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_SIZE, SystemViewResources.RESID_PROPERTY_FILE_SIZE_LABEL, SystemViewResources.RESID_PROPERTY_FILE_SIZE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_SIZE_LABEL from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1012. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 891) else if (isVirtual) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_SIZE, SystemViewResources.RESID_PROPERTY_FILE_SIZE_LABEL, SystemViewResources.RESID_PROPERTY_FILE_SIZE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1013. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 891) else if (isVirtual) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_SIZE, SystemViewResources.RESID_PROPERTY_FILE_SIZE_LABEL, SystemViewResources.RESID_PROPERTY_FILE_SIZE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_SIZE_TOOLTIP from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1014. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 892) else if (isArchive) uniqueArchiveDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_SIZE, SystemViewResources.RESID_PROPERTY_FILE_SIZE_LABEL, SystemViewResources.RESID_PROPERTY_FILE_SIZE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1015. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 892) else if (isArchive) uniqueArchiveDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_SIZE, SystemViewResources.RESID_PROPERTY_FILE_SIZE_LABEL, SystemViewResources.RESID_PROPERTY_FILE_SIZE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_SIZE_LABEL from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1016. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 892) else if (isArchive) uniqueArchiveDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_SIZE, SystemViewResources.RESID_PROPERTY_FILE_SIZE_LABEL, SystemViewResources.RESID_PROPERTY_FILE_SIZE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1017. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 892) else if (isArchive) uniqueArchiveDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_SIZE, SystemViewResources.RESID_PROPERTY_FILE_SIZE_LABEL, SystemViewResources.RESID_PROPERTY_FILE_SIZE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_SIZE_TOOLTIP from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1018. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 895) if (isRegular) uniquePropertyDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_CANONICAL_PATH, SystemViewResources.RESID_PROPERTY_FILE_CANONICAL_PATH_LABEL, SystemViewResources.RESID_PROPERTY_FILE_CANONICAL_PATH_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1019. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 895) if (isRegular) uniquePropertyDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_CANONICAL_PATH, SystemViewResources.RESID_PROPERTY_FILE_CANONICAL_PATH_LABEL, SystemViewResources.RESID_PROPERTY_FILE_CANONICAL_PATH_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_CANONICAL_PATH_LABEL from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1020. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 895) if (isRegular) uniquePropertyDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_CANONICAL_PATH, SystemViewResources.RESID_PROPERTY_FILE_CANONICAL_PATH_LABEL, SystemViewResources.RESID_PROPERTY_FILE_CANONICAL_PATH_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1021. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 895) if (isRegular) uniquePropertyDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_CANONICAL_PATH, SystemViewResources.RESID_PROPERTY_FILE_CANONICAL_PATH_LABEL, SystemViewResources.RESID_PROPERTY_FILE_CANONICAL_PATH_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_CANONICAL_PATH_TOOLTIP from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1022. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 896) else if (isVirtual) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_CANONICAL_PATH, SystemViewResources.RESID_PROPERTY_FILE_CANONICAL_PATH_LABEL, SystemViewResources.RESID_PROPERTY_FILE_CANONICAL_PATH_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1023. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 896) else if (isVirtual) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_CANONICAL_PATH, SystemViewResources.RESID_PROPERTY_FILE_CANONICAL_PATH_LABEL, SystemViewResources.RESID_PROPERTY_FILE_CANONICAL_PATH_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_CANONICAL_PATH_LABEL from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1024. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 896) else if (isVirtual) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_CANONICAL_PATH, SystemViewResources.RESID_PROPERTY_FILE_CANONICAL_PATH_LABEL, SystemViewResources.RESID_PROPERTY_FILE_CANONICAL_PATH_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1025. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 896) else if (isVirtual) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_CANONICAL_PATH, SystemViewResources.RESID_PROPERTY_FILE_CANONICAL_PATH_LABEL, SystemViewResources.RESID_PROPERTY_FILE_CANONICAL_PATH_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_CANONICAL_PATH_TOOLTIP from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1026. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 897) else if (isArchive) uniqueArchiveDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_CANONICAL_PATH, SystemViewResources.RESID_PROPERTY_FILE_CANONICAL_PATH_LABEL, SystemViewResources.RESID_PROPERTY_FILE_CANONICAL_PATH_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1027. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 897) else if (isArchive) uniqueArchiveDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_CANONICAL_PATH, SystemViewResources.RESID_PROPERTY_FILE_CANONICAL_PATH_LABEL, SystemViewResources.RESID_PROPERTY_FILE_CANONICAL_PATH_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_CANONICAL_PATH_LABEL from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1028. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 897) else if (isArchive) uniqueArchiveDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_CANONICAL_PATH, SystemViewResources.RESID_PROPERTY_FILE_CANONICAL_PATH_LABEL, SystemViewResources.RESID_PROPERTY_FILE_CANONICAL_PATH_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1029. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 897) else if (isArchive) uniqueArchiveDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_CANONICAL_PATH, SystemViewResources.RESID_PROPERTY_FILE_CANONICAL_PATH_LABEL, SystemViewResources.RESID_PROPERTY_FILE_CANONICAL_PATH_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_CANONICAL_PATH_TOOLTIP from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1030. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 905) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_VIRTUAL_COMPRESSEDSIZE, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMPRESSEDSIZE_LABEL, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMPRESSEDSIZE_DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1031. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 905) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_VIRTUAL_COMPRESSEDSIZE, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMPRESSEDSIZE_LABEL, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMPRESSEDSIZE_DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_VIRTUALFILE_COMPRESSEDSIZE_LABEL from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1032. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 905) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_VIRTUAL_COMPRESSEDSIZE, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMPRESSEDSIZE_LABEL, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMPRESSEDSIZE_DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1033. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 905) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_VIRTUAL_COMPRESSEDSIZE, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMPRESSEDSIZE_LABEL, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMPRESSEDSIZE_DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_VIRTUALFILE_COMPRESSEDSIZE_DESCRIPTION from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1034. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 908) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_VIRTUAL_COMPRESSIONRATIO, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMPRESSIONRATIO_LABEL, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMPRESSIONRATIO_DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1035. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 908) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_VIRTUAL_COMPRESSIONRATIO, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMPRESSIONRATIO_LABEL, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMPRESSIONRATIO_DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_VIRTUALFILE_COMPRESSIONRATIO_LABEL from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1036. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 908) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_VIRTUAL_COMPRESSIONRATIO, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMPRESSIONRATIO_LABEL, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMPRESSIONRATIO_DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1037. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 908) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_VIRTUAL_COMPRESSIONRATIO, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMPRESSIONRATIO_LABEL, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMPRESSIONRATIO_DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_VIRTUALFILE_COMPRESSIONRATIO_DESCRIPTION from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1038. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 911) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_VIRTUAL_COMPRESSIONMETHOD, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMPRESSIONMETHOD_LABEL, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMPRESSIONMETHOD_DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1039. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 911) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_VIRTUAL_COMPRESSIONMETHOD, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMPRESSIONMETHOD_LABEL, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMPRESSIONMETHOD_DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_VIRTUALFILE_COMPRESSIONMETHOD_LABEL from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1040. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 911) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_VIRTUAL_COMPRESSIONMETHOD, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMPRESSIONMETHOD_LABEL, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMPRESSIONMETHOD_DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1041. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 911) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_VIRTUAL_COMPRESSIONMETHOD, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMPRESSIONMETHOD_LABEL, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMPRESSIONMETHOD_DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_VIRTUALFILE_COMPRESSIONMETHOD_DESCRIPTION from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1042. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 914) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_VIRTUAL_COMMENT, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMMENT_LABEL, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMMENT_DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1043. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 914) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_VIRTUAL_COMMENT, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMMENT_LABEL, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMMENT_DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_VIRTUALFILE_COMMENT_LABEL from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1044. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 914) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_VIRTUAL_COMMENT, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMMENT_LABEL, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMMENT_DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1045. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteFileAdapter.java (at line 914) uniqueVirtualDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_VIRTUAL_COMMENT, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMMENT_LABEL, SystemViewResources.RESID_PROPERTY_VIRTUALFILE_COMMENT_DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_VIRTUALFILE_COMMENT_DESCRIPTION from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 1046. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteSearchResultAdapter.java (at line 38) import org.eclipse.rse.internal.ui.view.SystemViewResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1047. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteSearchResultAdapter.java (at line 482) _propertyDescriptors[++idx] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_PATH, SystemViewResources.RESID_PROPERTY_FILE_PATH_LABEL, SystemViewResources.RESID_PROPERTY_FILE_PATH_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1048. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteSearchResultAdapter.java (at line 482) _propertyDescriptors[++idx] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_PATH, SystemViewResources.RESID_PROPERTY_FILE_PATH_LABEL, SystemViewResources.RESID_PROPERTY_FILE_PATH_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_PATH_LABEL from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1049. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteSearchResultAdapter.java (at line 482) _propertyDescriptors[++idx] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_PATH, SystemViewResources.RESID_PROPERTY_FILE_PATH_LABEL, SystemViewResources.RESID_PROPERTY_FILE_PATH_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1050. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteSearchResultAdapter.java (at line 482) _propertyDescriptors[++idx] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_PATH, SystemViewResources.RESID_PROPERTY_FILE_PATH_LABEL, SystemViewResources.RESID_PROPERTY_FILE_PATH_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_PATH_TOOLTIP from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1051. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteSearchResultAdapter.java (at line 485) _propertyDescriptors[++idx] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_SEARCH_LINE, SystemViewResources.RESID_PROPERTY_SEARCH_LINE_LABEL, SystemViewResources.RESID_PROPERTY_SEARCH_LINE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1052. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteSearchResultAdapter.java (at line 485) _propertyDescriptors[++idx] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_SEARCH_LINE, SystemViewResources.RESID_PROPERTY_SEARCH_LINE_LABEL, SystemViewResources.RESID_PROPERTY_SEARCH_LINE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_SEARCH_LINE_LABEL from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1053. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteSearchResultAdapter.java (at line 485) _propertyDescriptors[++idx] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_SEARCH_LINE, SystemViewResources.RESID_PROPERTY_SEARCH_LINE_LABEL, SystemViewResources.RESID_PROPERTY_SEARCH_LINE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1054. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteSearchResultAdapter.java (at line 485) _propertyDescriptors[++idx] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_SEARCH_LINE, SystemViewResources.RESID_PROPERTY_SEARCH_LINE_LABEL, SystemViewResources.RESID_PROPERTY_SEARCH_LINE_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_SEARCH_LINE_TOOLTIP from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1055. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteSearchResultAdapter.java (at line 772) return SystemViewResources.RESID_PROPERTY_SHELL_STATUS_ACTIVE_VALUE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1056. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteSearchResultAdapter.java (at line 772) return SystemViewResources.RESID_PROPERTY_SHELL_STATUS_ACTIVE_VALUE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_SHELL_STATUS_ACTIVE_VALUE from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1057. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteSearchResultAdapter.java (at line 776) return SystemViewResources.RESID_PROPERTY_SHELL_STATUS_INACTIVE_VALUE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1058. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/view/SystemViewRemoteSearchResultAdapter.java (at line 776) return SystemViewResources.RESID_PROPERTY_SHELL_STATUS_INACTIVE_VALUE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_SHELL_STATUS_INACTIVE_VALUE from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 1059. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 21) import org.eclipse.rse.internal.ui.SystemResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1060. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 57) public SystemFileNewConnectionWizardPage(IWizard wizard, ISubSystemConfiguration parentFactory) ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 1061. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 57) public SystemFileNewConnectionWizardPage(IWizard wizard, ISubSystemConfiguration parentFactory) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentFactory ---------- 1062. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 61) SystemResources.RESID_NEWCONN_SUBSYSTEMPAGE_FILES_TITLE, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1063. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 61) SystemResources.RESID_NEWCONN_SUBSYSTEMPAGE_FILES_TITLE, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_NEWCONN_SUBSYSTEMPAGE_FILES_TITLE from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1064. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 62) SystemResources.RESID_NEWCONN_SUBSYSTEMPAGE_FILES_DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1065. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 62) SystemResources.RESID_NEWCONN_SUBSYSTEMPAGE_FILES_DESCRIPTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_NEWCONN_SUBSYSTEMPAGE_FILES_DESCRIPTION from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1066. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 70) public boolean isInformationalOnly() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1067. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 94) protected ISystemValidator getPortValidator() ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1068. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 112) text = SystemResources.RESID_NEWCONN_SUBSYSTEMPAGE_FILES_VERBIAGE1; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1069. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 112) text = SystemResources.RESID_NEWCONN_SUBSYSTEMPAGE_FILES_VERBIAGE1; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_NEWCONN_SUBSYSTEMPAGE_FILES_VERBIAGE1 from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1070. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 124) text = SystemResources.RESID_NEWCONN_SUBSYSTEMPAGE_FILES_VERBIAGE2; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1071. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 124) text = SystemResources.RESID_NEWCONN_SUBSYSTEMPAGE_FILES_VERBIAGE2; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_NEWCONN_SUBSYSTEMPAGE_FILES_VERBIAGE2 from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1072. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 135) String labelText = SystemWidgetHelpers.appendColon(SystemResources.RESID_SUBSYSTEM_PORT_LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1073. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 135) String labelText = SystemWidgetHelpers.appendColon(SystemResources.RESID_SUBSYSTEM_PORT_LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_SUBSYSTEM_PORT_LABEL from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1074. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 139) composite_prompts,null,SystemResources.RESID_SUBSYSTEM_PORT_TIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1075. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 139) composite_prompts,null,SystemResources.RESID_SUBSYSTEM_PORT_TIP); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_SUBSYSTEM_PORT_TIP from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 1076. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 160) protected boolean isPortEditable() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1077. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 179) public int getPortNumber() ^^^ Javadoc: Missing tag for return type ---------- 1078. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemFileNewConnectionWizardPage.java (at line 204) protected SystemMessage validatePortInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1079. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 96) protected SystemNewFileWizardMainPage createMainPage() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1080. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 212) protected static String getNewAbsoluteName(IRemoteFile parentFolder, String newName) ^^^^^^ Javadoc: Missing tag for return type ---------- 1081. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 212) protected static String getNewAbsoluteName(IRemoteFile parentFolder, String newName) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentFolder ---------- 1082. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 212) protected static String getNewAbsoluteName(IRemoteFile parentFolder, String newName) ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 1083. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 242) protected boolean meetsFilterCriteria(ISystemFilterReference selectedFilterRef, IRemoteFile parentFolder, String newAbsName) ^^^^^^^ Javadoc: Missing tag for return type ---------- 1084. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 242) protected boolean meetsFilterCriteria(ISystemFilterReference selectedFilterRef, IRemoteFile parentFolder, String newAbsName) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedFilterRef ---------- 1085. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 242) protected boolean meetsFilterCriteria(ISystemFilterReference selectedFilterRef, IRemoteFile parentFolder, String newAbsName) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentFolder ---------- 1086. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 242) protected boolean meetsFilterCriteria(ISystemFilterReference selectedFilterRef, IRemoteFile parentFolder, String newAbsName) ^^^^^^^^^^ Javadoc: Missing tag for parameter newAbsName ---------- 1087. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 284) protected static void updateGUI(IRemoteFile parentFolder, IRemoteFile newFileOrFolder, Viewer viewer, ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentFolder ---------- 1088. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 284) protected static void updateGUI(IRemoteFile parentFolder, IRemoteFile newFileOrFolder, Viewer viewer, ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newFileOrFolder ---------- 1089. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 284) protected static void updateGUI(IRemoteFile parentFolder, IRemoteFile newFileOrFolder, Viewer viewer, ^^^^^^ Javadoc: Missing tag for parameter viewer ---------- 1090. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 285) boolean isInputAFilter, ISystemFilterReference selectedFilterRef) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter isInputAFilter ---------- 1091. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 285) boolean isInputAFilter, ISystemFilterReference selectedFilterRef) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedFilterRef ---------- 1092. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 323) protected boolean isInputAFilter() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1093. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 330) protected ISystemFilterReference getSelectedFilterReference() ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1094. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 341) protected IRemoteFile[] getParentFolders() throws SystemMessageException ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1095. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 341) protected IRemoteFile[] getParentFolders() throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 1096. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 356) public static IRemoteFile[] getParentFolders(ISystemFilterReference filterRef) throws SystemMessageException ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1097. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 356) public static IRemoteFile[] getParentFolders(ISystemFilterReference filterRef) throws SystemMessageException ^^^^^^^^^ Javadoc: Missing tag for parameter filterRef ---------- 1098. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizard.java (at line 356) public static IRemoteFile[] getParentFolders(ISystemFilterReference filterRef) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- ---------- 1099. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizardMainPage.java (at line 64) public SystemNewFileWizardMainPage(Wizard wizard, IRemoteFile[] parentFolders) ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 1100. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizardMainPage.java (at line 64) public SystemNewFileWizardMainPage(Wizard wizard, IRemoteFile[] parentFolders) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentFolders ---------- 1101. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizardMainPage.java (at line 171) protected SystemMessage validateNameInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1102. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizardMainPage.java (at line 205) public String getfileName() ^^^^^^ Javadoc: Missing tag for return type ---------- 1103. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFileWizardMainPage.java (at line 212) public IRemoteFile getParentFolder() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1104. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFolderWizard.java (at line 80) protected SystemNewFolderWizardMainPage createMainPage() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1105. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFolderWizard.java (at line 201) protected boolean meetsFilterCriteria(ISystemFilterReference selectedFilterRef, IRemoteFile parentFolder, String newAbsName) ^^^^^^^ Javadoc: Missing tag for return type ---------- 1106. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFolderWizard.java (at line 201) protected boolean meetsFilterCriteria(ISystemFilterReference selectedFilterRef, IRemoteFile parentFolder, String newAbsName) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedFilterRef ---------- 1107. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFolderWizard.java (at line 201) protected boolean meetsFilterCriteria(ISystemFilterReference selectedFilterRef, IRemoteFile parentFolder, String newAbsName) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentFolder ---------- 1108. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFolderWizard.java (at line 201) protected boolean meetsFilterCriteria(ISystemFilterReference selectedFilterRef, IRemoteFile parentFolder, String newAbsName) ^^^^^^^^^^ Javadoc: Missing tag for parameter newAbsName ---------- 1109. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFolderWizard.java (at line 244) protected boolean isInputAFilter() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1110. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFolderWizard.java (at line 251) protected ISystemFilterReference getSelectedFilterReference() ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1111. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFolderWizard.java (at line 262) protected IRemoteFile[] getParentFolders() throws SystemMessageException ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1112. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFolderWizard.java (at line 262) protected IRemoteFile[] getParentFolders() throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- ---------- 1113. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFolderWizardMainPage.java (at line 65) public SystemNewFolderWizardMainPage(Wizard wizard, IRemoteFile[] parentFolders) ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 1114. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFolderWizardMainPage.java (at line 65) public SystemNewFolderWizardMainPage(Wizard wizard, IRemoteFile[] parentFolders) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentFolders ---------- 1115. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFolderWizardMainPage.java (at line 174) protected SystemMessage validateNameInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1116. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFolderWizardMainPage.java (at line 207) public String getfolderName() ^^^^^^ Javadoc: Missing tag for return type ---------- 1117. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/src/org/eclipse/rse/internal/files/ui/wizards/SystemNewFolderWizardMainPage.java (at line 214) public IRemoteFile getParentFolder() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1117 problems (1117 warnings)# 7/6/07 10:42:12 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.importexport/src/org/eclipse/rse/internal/importexport/RemoteImportExportPlugin.java (at line 68) public static RemoteImportExportPlugin getDefault() { ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/RemoteImportExportUtil.java (at line 86) public IResource findExistingResourceVariant(IPath target) { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/RemoteImportExportUtil.java (at line 86) public IResource findExistingResourceVariant(IPath target) { ^^^^^^ Javadoc: Missing tag for parameter target ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/RemoteImportExportUtil.java (at line 129) private String findVariant(String target, IResource[] list) { ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 5. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/FileSystemElement.java (at line 91) public FileSystemElement(String name, FileSystemElement parent, boolean isDirectory) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 6. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/FileSystemElement.java (at line 91) public FileSystemElement(String name, FileSystemElement parent, boolean isDirectory) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter isDirectory ---------- 7. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/FileSystemElement.java (at line 128) public String getFileNameExtension() { ^^^^^^ Javadoc: Missing tag for return type ---------- 8. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/FileSystemElement.java (at line 139) public AdaptableList getFiles() { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 9. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/FileSystemElement.java (at line 159) public AdaptableList getFolders() { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 10. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/FileSystemElement.java (at line 167) public String getName() { ^^^^^^ Javadoc: Missing tag for return type ---------- 11. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/FileSystemElement.java (at line 184) public boolean isDirectory() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 12. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/FileSystemElement.java (at line 191) public void removeFolder(FileSystemElement child) { ^^^^^ Javadoc: Missing tag for parameter child ---------- 13. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/FileSystemElement.java (at line 209) public void setParent(FileSystemElement element) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- ---------- 14. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/IImportStructureProvider.java (at line 28) List getChildren(Object element); ^^^^ Javadoc: Missing tag for return type ---------- 15. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/IImportStructureProvider.java (at line 28) List getChildren(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- ---------- 16. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/MinimizedFileSystemElement.java (at line 44) public AdaptableList getFiles(IImportStructureProvider provider) { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 17. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/MinimizedFileSystemElement.java (at line 44) public AdaptableList getFiles(IImportStructureProvider provider) { ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- 18. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/MinimizedFileSystemElement.java (at line 54) public AdaptableList getFolders(IImportStructureProvider provider) { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 19. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/MinimizedFileSystemElement.java (at line 54) public AdaptableList getFolders(IImportStructureProvider provider) { ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- 20. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/MinimizedFileSystemElement.java (at line 63) public boolean isPopulated() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 21. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/MinimizedFileSystemElement.java (at line 70) boolean notPopulated() { ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 22. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizard.java (at line 75) private ImageDescriptor getImageDescriptor(String key) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 23. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizard.java (at line 75) private ImageDescriptor getImageDescriptor(String key) { ^^^ Javadoc: Missing tag for parameter key ---------- ---------- 24. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizardPage1.java (at line 101) protected RemoteExportWizardPage1(String name, IStructuredSelection selection) { ^^^^ Javadoc: Missing tag for parameter name ---------- 25. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizardPage1.java (at line 101) protected RemoteExportWizardPage1(String name, IStructuredSelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 26. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizardPage1.java (at line 109) public RemoteExportWizardPage1(IStructuredSelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 27. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizardPage1.java (at line 296) protected boolean ensureTargetIsValid(File targetDirectory) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetDirectory ---------- 28. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizardPage1.java (at line 312) protected boolean executeExportOperation(RemoteFileExportOperation op) { ^^ Javadoc: Missing tag for parameter op ---------- 29. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizardPage1.java (at line 508) protected boolean isDestinationFolder() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 30. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizardPage1.java (at line 600) protected void setDestinationValue(String path) { ^^^^ Javadoc: Missing tag for parameter path ---------- 31. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizardPage1.java (at line 818) public void setErrorMessage(SystemMessage message) { ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 32. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizardPage1.java (at line 835) public void setErrorMessage(Throwable exc) { ^^^ Javadoc: Missing tag for parameter exc ---------- 33. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExportWizardPage1.java (at line 863) public void setMessage(SystemMessage message) { ^^^^^^^ Javadoc: Missing tag for parameter message ---------- ---------- 34. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 38) public RemoteExporter(IHost s) { ^ Javadoc: Missing tag for parameter s ---------- 35. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 54) public void createFolder(IPath destinationPath) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter destinationPath ---------- 36. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 66) public void write(IResource resource, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^^^^^ Javadoc: Missing tag for parameter resource ---------- 37. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 66) public void write(IResource resource, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter destinationPath ---------- 38. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 66) public void write(IResource resource, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 39. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 66) public void write(IResource resource, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception CoreException ---------- 40. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 77) protected void writeChildren(IContainer folder, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^^^ Javadoc: Missing tag for parameter folder ---------- 41. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 77) protected void writeChildren(IContainer folder, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter destinationPath ---------- 42. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 77) protected void writeChildren(IContainer folder, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 43. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 77) protected void writeChildren(IContainer folder, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception CoreException ---------- 44. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 92) protected void writeFile(IFile file, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^ Javadoc: Missing tag for parameter file ---------- 45. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 92) protected void writeFile(IFile file, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter destinationPath ---------- 46. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 92) protected void writeFile(IFile file, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 47. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 92) protected void writeFile(IFile file, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception CoreException ---------- 48. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 108) protected void writeResource(IResource resource, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^^^^^ Javadoc: Missing tag for parameter resource ---------- 49. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 108) protected void writeResource(IResource resource, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter destinationPath ---------- 50. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 108) protected void writeResource(IResource resource, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 51. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteExporter.java (at line 108) protected void writeResource(IResource resource, IPath destinationPath) throws IOException, CoreException, SystemMessageException { ^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception CoreException ---------- ---------- 52. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportActionDelegate.java (at line 94) protected RemoteFileExportData readExportData(IFile description, MultiStatus readStatus) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 53. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportActionDelegate.java (at line 94) protected RemoteFileExportData readExportData(IFile description, MultiStatus readStatus) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter description ---------- 54. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportActionDelegate.java (at line 94) protected RemoteFileExportData readExportData(IFile description, MultiStatus readStatus) { ^^^^^^^^^^ Javadoc: Missing tag for parameter readStatus ---------- ---------- 55. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportData.java (at line 164) public IRemoteFileExportDescriptionWriter createExportDescriptionWriter(OutputStream outputStream) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 56. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportData.java (at line 164) public IRemoteFileExportDescriptionWriter createExportDescriptionWriter(OutputStream outputStream) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter outputStream ---------- 57. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportData.java (at line 171) public IRemoteFileExportDescriptionReader createExportDescriptionReader(InputStream inputStream) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 58. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportData.java (at line 171) public IRemoteFileExportDescriptionReader createExportDescriptionReader(InputStream inputStream) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter inputStream ---------- ---------- 59. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportDescriptionReader.java (at line 50) public RemoteFileExportDescriptionReader(InputStream inputStream) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter inputStream ---------- ---------- 60. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportDescriptionWriter.java (at line 49) public RemoteFileExportDescriptionWriter(OutputStream outputStream) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter outputStream ---------- 61. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportDescriptionWriter.java (at line 70) public void writeXML(RemoteFileExportData exportData) throws IOException { ^^^^^^^^^^ Javadoc: Missing tag for parameter exportData ---------- ---------- 62. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportOperation.java (at line 76) private RemoteFileExportOperation(IHost conn, IResource resource, List resources, String destinationPath, IOverwriteQuery overwriteImplementor) { ^^^^ Javadoc: Missing tag for parameter conn ---------- 63. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportOperation.java (at line 76) private RemoteFileExportOperation(IHost conn, IResource resource, List resources, String destinationPath, IOverwriteQuery overwriteImplementor) { ^^^^^^^^ Javadoc: Missing tag for parameter resource ---------- 64. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportOperation.java (at line 76) private RemoteFileExportOperation(IHost conn, IResource resource, List resources, String destinationPath, IOverwriteQuery overwriteImplementor) { ^^^^^^^^^ Javadoc: Missing tag for parameter resources ---------- 65. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportOperation.java (at line 76) private RemoteFileExportOperation(IHost conn, IResource resource, List resources, String destinationPath, IOverwriteQuery overwriteImplementor) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter destinationPath ---------- 66. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportOperation.java (at line 76) private RemoteFileExportOperation(IHost conn, IResource resource, List resources, String destinationPath, IOverwriteQuery overwriteImplementor) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter overwriteImplementor ---------- 67. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportOperation.java (at line 97) protected void addError(String message, Throwable e) { ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 68. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportOperation.java (at line 97) protected void addError(String message, Throwable e) { ^ Javadoc: Missing tag for parameter e ---------- 69. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportOperation.java (at line 108) protected int countChildrenOf(IResource resource) throws CoreException { ^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception CoreException ---------- 70. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportOperation.java (at line 125) protected int countSelectedResources() throws CoreException { ^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception CoreException ---------- 71. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportOperation.java (at line 150) protected void exportAllResources() throws InterruptedException { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InterruptedException ---------- 72. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportOperation.java (at line 171) protected void exportChildren(IResource[] children, IPath currentPath) throws InterruptedException { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InterruptedException ---------- 73. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportOperation.java (at line 207) protected void exportFile(IFile file, IPath location) throws InterruptedException { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InterruptedException ---------- 74. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileExportOperation.java (at line 325) protected void exportSpecifiedResources() throws InterruptedException { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InterruptedException ---------- ---------- 75. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportActionDelegate.java (at line 94) protected RemoteFileImportData readImportData(IFile description, MultiStatus readStatus) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 76. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportActionDelegate.java (at line 94) protected RemoteFileImportData readImportData(IFile description, MultiStatus readStatus) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter description ---------- 77. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportActionDelegate.java (at line 94) protected RemoteFileImportData readImportData(IFile description, MultiStatus readStatus) { ^^^^^^^^^^ Javadoc: Missing tag for parameter readStatus ---------- ---------- 78. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportData.java (at line 209) public IRemoteFileImportDescriptionWriter createImportDescriptionWriter(OutputStream outputStream) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 79. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportData.java (at line 209) public IRemoteFileImportDescriptionWriter createImportDescriptionWriter(OutputStream outputStream) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter outputStream ---------- 80. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportData.java (at line 216) public IRemoteFileImportDescriptionReader createImportDescriptionReader(InputStream inputStream) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 81. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportData.java (at line 216) public IRemoteFileImportDescriptionReader createImportDescriptionReader(InputStream inputStream) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter inputStream ---------- ---------- 82. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportDescriptionReader.java (at line 51) public RemoteFileImportDescriptionReader(InputStream inputStream) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter inputStream ---------- ---------- 83. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportDescriptionWriter.java (at line 48) public RemoteFileImportDescriptionWriter(OutputStream outputStream) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter outputStream ---------- 84. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportDescriptionWriter.java (at line 69) public void writeXML(RemoteFileImportData importData) throws IOException { ^^^^^^^^^^ Javadoc: Missing tag for parameter importData ---------- ---------- 85. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportExportActionDelegate.java (at line 51) protected IRemoteFile getRemoteFile(IStructuredSelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 86. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportExportActionDelegate.java (at line 60) protected IRemoteFile[] getRemoteFiles(IStructuredSelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 87. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportExportActionDelegate.java (at line 76) protected IFile getDescriptionFile(IStructuredSelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 88. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportExportActionDelegate.java (at line 86) protected IFile[] getDescriptionFiles(IStructuredSelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- ---------- 89. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportOperation.java (at line 527) * @param fileObject the file system container object to be imported ^^^^^^^^^^ Javadoc: Parameter fileObject is not declared ---------- 90. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportOperation.java (at line 531) int importFolder(Object folderObject, int policy) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter folderObject ---------- 91. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportOperation.java (at line 591) * @param path the workspace path of the resource that needs to be overwritten ^^^^ Javadoc: Parameter path is not declared ---------- 92. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileImportOperation.java (at line 595) boolean queryOverwrite(IPath resourcePath) throws OperationCanceledException { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter resourcePath ---------- ---------- 93. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileOpenExportWizardActionDelegate.java (at line 67) private RemoteFileExportData readRemoteFileExportData(IFile description) throws CoreException, IOException, SAXException { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 94. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileOpenExportWizardActionDelegate.java (at line 67) private RemoteFileExportData readRemoteFileExportData(IFile description) throws CoreException, IOException, SAXException { ^^^^^^^^^^^ Javadoc: Missing tag for parameter description ---------- 95. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileOpenExportWizardActionDelegate.java (at line 67) private RemoteFileExportData readRemoteFileExportData(IFile description) throws CoreException, IOException, SAXException { ^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception CoreException ---------- 96. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileOpenExportWizardActionDelegate.java (at line 67) private RemoteFileExportData readRemoteFileExportData(IFile description) throws CoreException, IOException, SAXException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 97. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileOpenExportWizardActionDelegate.java (at line 67) private RemoteFileExportData readRemoteFileExportData(IFile description) throws CoreException, IOException, SAXException { ^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SAXException ---------- ---------- 98. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileOpenImportWizardActionDelegate.java (at line 67) private RemoteFileImportData readRemoteFileImportData(IFile description) throws CoreException, IOException, SAXException { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 99. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileOpenImportWizardActionDelegate.java (at line 67) private RemoteFileImportData readRemoteFileImportData(IFile description) throws CoreException, IOException, SAXException { ^^^^^^^^^^^ Javadoc: Missing tag for parameter description ---------- 100. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileOpenImportWizardActionDelegate.java (at line 67) private RemoteFileImportData readRemoteFileImportData(IFile description) throws CoreException, IOException, SAXException { ^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception CoreException ---------- 101. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileOpenImportWizardActionDelegate.java (at line 67) private RemoteFileImportData readRemoteFileImportData(IFile description) throws CoreException, IOException, SAXException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 102. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteFileOpenImportWizardActionDelegate.java (at line 67) private RemoteFileImportData readRemoteFileImportData(IFile description) throws CoreException, IOException, SAXException { ^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SAXException ---------- ---------- 103. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizard.java (at line 76) private ImageDescriptor getImageDescriptor(String key) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 104. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizard.java (at line 76) private ImageDescriptor getImageDescriptor(String key) { ^^^ Javadoc: Missing tag for parameter key ---------- ---------- 105. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 78) import org.eclipse.ui.internal.ide.dialogs.IElementFilter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IElementFilter is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.ide_3.3.0.I20070620.jar ---------- 106. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 122) protected RemoteImportWizardPage1(String name, IWorkbench aWorkbench, IStructuredSelection selection) { ^^^^ Javadoc: Missing tag for parameter name ---------- 107. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 122) protected RemoteImportWizardPage1(String name, IWorkbench aWorkbench, IStructuredSelection selection) { ^^^^^^^^^^ Javadoc: Missing tag for parameter aWorkbench ---------- 108. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 122) protected RemoteImportWizardPage1(String name, IWorkbench aWorkbench, IStructuredSelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 109. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 160) protected Button createButton(Composite parent, int id, String label, boolean defaultButton) { ^^^^^^ Javadoc: Missing tag for return type ---------- 110. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 242) selectionGroup.setFocus(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setFocus() from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.ide_3.3.0.I20070620.jar ---------- 111. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 308) protected void createRootDirectoryGroup(Composite parent) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 112. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 375) protected MinimizedFileSystemElement createRootElement(Object fileSystemObject, IImportStructureProvider provider) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 113. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 375) protected MinimizedFileSystemElement createRootElement(Object fileSystemObject, IImportStructureProvider provider) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fileSystemObject ---------- 114. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 375) protected MinimizedFileSystemElement createRootElement(Object fileSystemObject, IImportStructureProvider provider) { ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- 115. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 402) protected void enableButtonGroup(boolean enable) { ^^^^^^ Javadoc: Missing tag for parameter enable ---------- 116. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 412) protected boolean ensureSourceIsValid() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 117. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 424) protected boolean executeImportOperation(RemoteFileImportOperation op) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 118. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 424) protected boolean executeImportOperation(RemoteFileImportOperation op) { ^^ Javadoc: Missing tag for parameter op ---------- 119. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 521) protected MinimizedFileSystemElement getFileSystemTree() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 120. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 585) protected File getSourceDirectory() { ^^^^ Javadoc: Missing tag for return type ---------- 121. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 595) private File getSourceDirectory(String path) { ^^^^ Javadoc: Missing tag for return type ---------- 122. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 604) private String getSourceDirectoryName() { ^^^^^^ Javadoc: Missing tag for return type ---------- 123. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 613) private String getSourceDirectoryName(String sourceName) { ^^^^^^ Javadoc: Missing tag for return type ---------- 124. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 613) private String getSourceDirectoryName(String sourceName) { ^^^^^^^^^^ Javadoc: Missing tag for parameter sourceName ---------- 125. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 672) selectionGroup.setFocus(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setFocus() from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.ide_3.3.0.I20070620.jar ---------- 126. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 754) this.selectionGroup.setRoot(currentRoot); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setRoot(Object) from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.ide_3.3.0.I20070620.jar ---------- 127. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 854) protected MinimizedFileSystemElement selectFiles(final Object rootFileSystemObject, final IImportStructureProvider structureProvider) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 128. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 854) protected MinimizedFileSystemElement selectFiles(final Object rootFileSystemObject, final IImportStructureProvider structureProvider) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter rootFileSystemObject ---------- 129. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 854) protected MinimizedFileSystemElement selectFiles(final Object rootFileSystemObject, final IImportStructureProvider structureProvider) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter structureProvider ---------- 130. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 924) final IElementFilter filter = new IElementFilter() { ^^^^^^^^^^^^^^ Discouraged access: The type IElementFilter is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.ide_3.3.0.I20070620.jar ---------- 131. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 924) final IElementFilter filter = new IElementFilter() { ^^^^^^^^^^^^^^ Discouraged access: The type IElementFilter is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.ide_3.3.0.I20070620.jar ---------- 132. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 990) final IElementFilter filter = new IElementFilter() { ^^^^^^^^^^^^^^ Discouraged access: The type IElementFilter is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.ide_3.3.0.I20070620.jar ---------- 133. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 990) final IElementFilter filter = new IElementFilter() { ^^^^^^^^^^^^^^ Discouraged access: The type IElementFilter is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.ide_3.3.0.I20070620.jar ---------- 134. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 1065) selectionGroup.setFocus(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setFocus() from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.ide_3.3.0.I20070620.jar ---------- 135. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 1301) public void setErrorMessage(SystemMessage message) { ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 136. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 1317) public void setErrorMessage(Throwable exc) { ^^^ Javadoc: Missing tag for parameter exc ---------- 137. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/RemoteImportWizardPage1.java (at line 1349) public void setMessage(SystemMessage message) { ^^^^^^^ Javadoc: Missing tag for parameter message ---------- ---------- 138. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/TreeScrollDropListener.java (at line 105) private TreeItem getNextVisibleItem(Tree tree, TreeItem item, boolean ignoreChildren) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter ignoreChildren ---------- ---------- 139. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/UniFilePlus.java (at line 43) public UniFilePlus(IRemoteFile remoteFile) { ^^^^^^^^^^ Javadoc: Missing tag for parameter remoteFile ---------- ---------- 140. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 43) public static IRemoteFile getIRemoteFile(IHost c, String path) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 141. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 43) public static IRemoteFile getIRemoteFile(IHost c, String path) { ^ Javadoc: Missing tag for parameter c ---------- 142. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 43) public static IRemoteFile getIRemoteFile(IHost c, String path) { ^^^^ Javadoc: Missing tag for parameter path ---------- 143. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 70) public static String getAsString(IRemoteFile selectedDirectory) { ^^^^^^ Javadoc: Missing tag for return type ---------- 144. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 70) public static String getAsString(IRemoteFile selectedDirectory) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedDirectory ---------- 145. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 78) public static String getAsString(UniFilePlus selectedDirectory) { ^^^^^^ Javadoc: Missing tag for return type ---------- 146. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 78) public static String getAsString(UniFilePlus selectedDirectory) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedDirectory ---------- 147. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 86) public static boolean isConnectionValid(String name, Shell s) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 148. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 86) public static boolean isConnectionValid(String name, Shell s) { ^^^^ Javadoc: Missing tag for parameter name ---------- 149. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 86) public static boolean isConnectionValid(String name, Shell s) { ^ Javadoc: Missing tag for parameter s ---------- 150. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 103) public static IRemoteFile parseForIRemoteFile(String sel) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 151. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 103) public static IRemoteFile parseForIRemoteFile(String sel) { ^^^ Javadoc: Missing tag for parameter sel ---------- 152. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 116) public static String parseForPath(String sel) { ^^^^^^ Javadoc: Missing tag for return type ---------- 153. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 116) public static String parseForPath(String sel) { ^^^ Javadoc: Missing tag for parameter sel ---------- 154. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 124) public static IHost getConnection(String profileName, String connectionName) { ^^^^^ Javadoc: Missing tag for return type ---------- 155. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 124) public static IHost getConnection(String profileName, String connectionName) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter profileName ---------- 156. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 124) public static IHost getConnection(String profileName, String connectionName) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter connectionName ---------- 157. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 154) public static IHost parseForSystemConnection(String sel) { ^^^^^ Javadoc: Missing tag for return type ---------- 158. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.importexport/src/org/eclipse/rse/internal/importexport/files/Utilities.java (at line 154) public static IHost parseForSystemConnection(String sel) { ^^^ Javadoc: Missing tag for parameter sel ---------- 158 problems (158 warnings)# 7/6/07 10:42:07 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.processes.ui/src/org/eclipse/rse/internal/processes/ui/ProcessesPlugin.java (at line 74) public static ProcessesPlugin getDefault() { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/ProcessesPlugin.java (at line 82) public static String getResourceString(String key) { ^^^^^^ Javadoc: Missing tag for return type ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/ProcessesPlugin.java (at line 82) public static String getResourceString(String key) { ^^^ Javadoc: Missing tag for parameter key ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/ProcessesPlugin.java (at line 94) public ResourceBundle getResourceBundle() { ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 5. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/ProcessesPlugin.java (at line 110) public static SystemMessage getPluginMessage(String msgId) ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 6. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemKillProcessAction.java (at line 65) public SystemKillProcessAction(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 7. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemKillProcessAction.java (at line 149) protected IRunnableContext getRunnableContext() ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 8. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemKillProcessAction.java (at line 210) protected boolean doKill(IRemoteProcess process, String signal, IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for return type ---------- 9. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemKillProcessAction.java (at line 211) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 10. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemKillProcessAction.java (at line 295) protected SystemMessage getKillingMessage(String signal, String processName) ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 11. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemKillProcessAction.java (at line 295) protected SystemMessage getKillingMessage(String signal, String processName) ^^^^^^ Javadoc: Missing tag for parameter signal ---------- 12. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemKillProcessAction.java (at line 295) protected SystemMessage getKillingMessage(String signal, String processName) ^^^^^^^^^^^ Javadoc: Missing tag for parameter processName ---------- 13. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemKillProcessAction.java (at line 306) protected void showOperationMessage(Exception exc, Shell shell) ^^^ Javadoc: Missing tag for parameter exc ---------- 14. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemKillProcessAction.java (at line 306) protected void showOperationMessage(Exception exc, Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 15. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemKillProcessAction.java (at line 321) protected void showOperationErrorMessage(Shell shell, Throwable exc) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 16. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemKillProcessAction.java (at line 321) protected void showOperationErrorMessage(Shell shell, Throwable exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 17. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemKillProcessAction.java (at line 342) protected void showOperationErrorMessage(Shell shell, SystemMessageException exc) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 18. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemKillProcessAction.java (at line 342) protected void showOperationErrorMessage(Shell shell, SystemMessageException exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 19. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemKillProcessAction.java (at line 355) protected void showOperationCancelledMessage(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- ---------- 20. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemNewProcessFilterAction.java (at line 36) public SystemNewProcessFilterAction(Shell shell, ISystemFilterPool parentPool) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 21. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemNewProcessFilterAction.java (at line 36) public SystemNewProcessFilterAction(Shell shell, ISystemFilterPool parentPool) ^^^^^^^^^^ Javadoc: Missing tag for parameter parentPool ---------- ---------- 22. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/actions/SystemProcessUpdateFilterAction.java (at line 33) public SystemProcessUpdateFilterAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- ---------- 23. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/dialogs/SystemKillDialog.java (at line 93) public SystemKillDialog(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 24. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/dialogs/SystemKillDialog.java (at line 309) public SystemKillTableRow[] getRows() ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 25. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/dialogs/SystemKillDialog.java (at line 319) protected ISystemViewElementAdapter getViewAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 26. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/dialogs/SystemKillDialog.java (at line 319) protected ISystemViewElementAdapter getViewAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- ---------- 27. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/dialogs/SystemKillTableProvider.java (at line 57) public int getRowNumber(SystemKillTableRow row) ^^^ Javadoc: Missing tag for return type ---------- 28. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/internal/processes/ui/dialogs/SystemKillTableProvider.java (at line 57) public int getRowNumber(SystemKillTableRow row) ^^^ Javadoc: Missing tag for parameter row ---------- ---------- 29. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/processes/ui/SystemProcessFilterStringEditPane.java (at line 136) public void setExeNameLength(int max) ^^^ Javadoc: Missing tag for parameter max ---------- 30. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/processes/ui/SystemProcessFilterStringEditPane.java (at line 145) public void setUserNameLength(int max) ^^^ Javadoc: Missing tag for parameter max ---------- 31. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/processes/ui/SystemProcessFilterStringEditPane.java (at line 154) public void setExistingStrings(String[] existingStrings) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter existingStrings ---------- 32. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/processes/ui/SystemProcessFilterStringEditPane.java (at line 542) protected SystemMessage validateNameInput(Text txt) ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 33. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/processes/ui/SystemProcessFilterStringEditPane.java (at line 542) protected SystemMessage validateNameInput(Text txt) ^^^ Javadoc: Missing tag for parameter txt ---------- 34. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/processes/ui/SystemProcessFilterStringEditPane.java (at line 564) protected SystemMessage validateGidInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 35. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/processes/ui/SystemProcessFilterStringEditPane.java (at line 586) protected SystemMessage validateMinVMInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 36. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/processes/ui/SystemProcessFilterStringEditPane.java (at line 608) protected SystemMessage validateMaxVMInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 37. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.processes.ui/src/org/eclipse/rse/processes/ui/SystemProcessFilterStringEditPane.java (at line 630) protected SystemMessage validateMinLessThanMax() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 37 problems (37 warnings)# 7/6/07 10:44:25 AM EDT # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. # 7/6/07 10:42:20 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.services.dstore/src/org/eclipse/rse/internal/services/dstore/Activator.java (at line 56) 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.services.dstore/src/org/eclipse/rse/internal/services/dstore/files/DStoreFileService.java (at line 787) protected String getSeparator(String parentPath) ^^^^^^ Javadoc: Missing tag for return type ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/internal/services/dstore/files/DStoreFileService.java (at line 787) protected String getSeparator(String parentPath) ^^^^^^^^^^ Javadoc: Missing tag for parameter parentPath ---------- ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/internal/services/dstore/files/DStoreInputStream.java (at line 33) private DataElement _cmdStatus; // leaving this, in case of need for error checking ^^^^^^^^^^ The field DStoreInputStream._cmdStatus is never read locally ---------- ---------- 5. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/internal/services/dstore/processes/DStoreHostProcess.java (at line 74) public DStoreHostProcess(DataElement dataElementObj) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter dataElementObj ---------- 6. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/internal/services/dstore/processes/DStoreHostProcess.java (at line 114) protected String getAttributes(String newAttributes) ^^^^^^ Javadoc: Missing tag for return type ---------- 7. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/internal/services/dstore/processes/DStoreHostProcess.java (at line 114) protected String getAttributes(String newAttributes) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newAttributes ---------- 8. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/internal/services/dstore/processes/DStoreHostProcess.java (at line 163) public void setProcess(Object dataElementObj) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter dataElementObj ---------- 9. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/internal/services/dstore/processes/DStoreHostProcess.java (at line 171) public Object getObject() ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 10. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/internal/services/dstore/processes/DStoreProcessService.java (at line 128) protected IHostProcess[] convertObjsToHostProcesses(IHostProcessFilter processFilter, Object[] objs) ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 11. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/internal/services/dstore/processes/DStoreProcessService.java (at line 128) protected IHostProcess[] convertObjsToHostProcesses(IHostProcessFilter processFilter, Object[] objs) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter processFilter ---------- 12. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/internal/services/dstore/processes/DStoreProcessService.java (at line 128) protected IHostProcess[] convertObjsToHostProcesses(IHostProcessFilter processFilter, Object[] objs) ^^^^ Javadoc: Missing tag for parameter objs ---------- 13. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/internal/services/dstore/processes/DStoreProcessService.java (at line 161) protected DataStore getDataStore() ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 14. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/internal/services/dstore/processes/DStoreProcessService.java (at line 350) public String getRemoteUserName() ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 15. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/internal/services/dstore/shells/DStoreShellOutputReader.java (at line 41) _status.getDataStore().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 ---------- ---------- 16. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/internal/services/dstore/shells/DStoreShellThread.java (at line 53) public DStoreShellThread(DataStore dataStore, String cwd, String invocation, String encoding, String[] envVars) ^^^^^^^^^ Javadoc: Missing tag for parameter dataStore ---------- 17. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/internal/services/dstore/shells/DStoreShellThread.java (at line 128) public void setRemoteEnvironment(DataElement theObject) ^^^^^^^^^ Javadoc: Missing tag for parameter theObject ---------- ---------- 18. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/util/DStoreStatusMonitor.java (at line 124) _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 ---------- 19. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/util/DStoreStatusMonitor.java (at line 175) public boolean determineStatusDone(DataElement status) ^^^^^^ Javadoc: Missing tag for parameter status ---------- 20. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/util/DStoreStatusMonitor.java (at line 191) public synchronized void setDone(DataElement status) ^^^^^^ Javadoc: Missing tag for parameter status ---------- 21. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/util/DStoreStatusMonitor.java (at line 238) public boolean isNetworkDown() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 22. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/util/DownloadListener.java (at line 65) _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 ---------- 23. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/util/DownloadListener.java (at line 185) public void setDone(boolean done) ^^^^ Javadoc: Missing tag for parameter done ---------- 24. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/util/DownloadListener.java (at line 191) _status.getDataStore().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 ---------- 25. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/util/DownloadListener.java (at line 201) public boolean wasCancelled() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 26. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/util/FileSystemMessageUtil.java (at line 23) public static String getSourceMessage(DataElement element) ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 27. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/util/FileSystemMessageUtil.java (at line 38) public static String getSourceLocation(DataElement element) ^^^^^^^ Javadoc: Missing tag for parameter element ---------- ---------- 28. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/util/StatusChangeListener.java (at line 99) public void setStatus(DataElement p_target) ^^^^^^^^ Javadoc: Missing tag for parameter p_target ---------- 29. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/util/StatusChangeListener.java (at line 119) public DataElement getStatus() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 30. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/util/StatusChangeListener.java (at line 168) public void setDone(boolean done) ^^^^ Javadoc: Missing tag for parameter done ---------- 31. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/util/StatusChangeListener.java (at line 188) public boolean wasCancelled() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 32. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/util/StatusChangeListener.java (at line 251) target.getDataStore().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.services.dstore/src/org/eclipse/rse/services/dstore/util/StatusChangeListener.java (at line 266) target.getDataStore().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 ---------- 34. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/util/StatusChangeListener.java (at line 280) target.getDataStore().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 ---------- 35. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/util/StatusChangeListener.java (at line 295) target.getDataStore().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 ---------- 36. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/src/org/eclipse/rse/services/dstore/util/StatusChangeListener.java (at line 328) public boolean isNetworkDown() { ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 37. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/ServerLogger.java (at line 49) public ServerLogger(String logPathName) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter logPathName ---------- ---------- 38. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 517) public void deleteDir(File fileObj, DataElement status) { ^^^^^^^ Javadoc: Missing tag for parameter fileObj ---------- 39. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 517) public void deleteDir(File fileObj, DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 40. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 547) public DataElement handleSearch(DataElement theElement, DataElement status, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 41. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 547) public DataElement handleSearch(DataElement theElement, DataElement status, ^^^^^^^^^^ Javadoc: Missing tag for parameter theElement ---------- 42. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 547) public DataElement handleSearch(DataElement theElement, DataElement status, ^^^^^^ Javadoc: Missing tag for parameter status ---------- 43. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 548) String queryType, boolean fileNamesCaseSensitive) { ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 44. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 548) String queryType, boolean fileNamesCaseSensitive) { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fileNamesCaseSensitive ---------- 45. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 625) public DataElement handleQueryAll(DataElement subject, DataElement attributes, DataElement status, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 46. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 625) public DataElement handleQueryAll(DataElement subject, DataElement attributes, DataElement status, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 47. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 625) public DataElement handleQueryAll(DataElement subject, DataElement attributes, DataElement status, ^^^^^^^^^^ Javadoc: Missing tag for parameter attributes ---------- 48. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 625) public DataElement handleQueryAll(DataElement subject, DataElement attributes, DataElement status, ^^^^^^ Javadoc: Missing tag for parameter status ---------- 49. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 626) String queryType, boolean caseSensitive) ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 50. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 626) String queryType, boolean caseSensitive) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- 51. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 874) public DataElement handleQueryFiles(DataElement subject, DataElement attributes, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 52. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 874) public DataElement handleQueryFiles(DataElement subject, DataElement attributes, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 53. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 874) public DataElement handleQueryFiles(DataElement subject, DataElement attributes, ^^^^^^^^^^ Javadoc: Missing tag for parameter attributes ---------- 54. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 875) DataElement status, String queryType, boolean caseSensitive) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 55. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 875) DataElement status, String queryType, boolean caseSensitive) { ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 56. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 875) DataElement status, String queryType, boolean caseSensitive) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- 57. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 926) public DataElement handleQueryFolders(DataElement subject, DataElement attributes, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 58. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 926) public DataElement handleQueryFolders(DataElement subject, DataElement attributes, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 59. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 926) public DataElement handleQueryFolders(DataElement subject, DataElement attributes, ^^^^^^^^^^ Javadoc: Missing tag for parameter attributes ---------- 60. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 927) DataElement status, String queryType, boolean caseSensitive) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 61. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 927) DataElement status, String queryType, boolean caseSensitive) { ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 62. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 927) DataElement status, String queryType, boolean caseSensitive) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- 63. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 983) public DataElement handleQueryRoots(DataElement subject, DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 64. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 983) public DataElement handleQueryRoots(DataElement subject, DataElement status) { ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 65. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 983) public DataElement handleQueryRoots(DataElement subject, DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 66. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1026) public DataElement handleDelete(DataElement subject, DataElement status, boolean refreshDataStore) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 67. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1026) public DataElement handleDelete(DataElement subject, DataElement status, boolean refreshDataStore) { ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 68. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1026) public DataElement handleDelete(DataElement subject, DataElement status, boolean refreshDataStore) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 69. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1026) public DataElement handleDelete(DataElement subject, DataElement status, boolean refreshDataStore) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter refreshDataStore ---------- 70. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1110) public DataElement handleRename(DataElement subject, DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 71. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1110) public DataElement handleRename(DataElement subject, DataElement status) { ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 72. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1110) public DataElement handleRename(DataElement subject, DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 73. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1189) public DataElement handleCreateFile(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 74. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1189) public DataElement handleCreateFile(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 75. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1190) DataElement status, String queryType) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 76. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1190) DataElement status, String queryType) { ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 77. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1264) public DataElement handleCreateFolder(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 78. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1264) public DataElement handleCreateFolder(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 79. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1265) DataElement status, String queryType) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 80. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1265) DataElement status, String queryType) { ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 81. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1330) public DataElement handleSetReadOnly(DataElement subject, DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 82. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1330) public DataElement handleSetReadOnly(DataElement subject, DataElement status) { ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 83. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1330) public DataElement handleSetReadOnly(DataElement subject, DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 84. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1409) public DataElement handleSetLastModified(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 85. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1409) public DataElement handleSetLastModified(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 86. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1410) DataElement status) ^^^^^^ Javadoc: Missing tag for parameter status ---------- 87. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1451) protected DataElement handleQueryBasicProperty(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 88. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1451) protected DataElement handleQueryBasicProperty(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 89. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1452) DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 90. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1463) protected DataElement handleQuerycanWriteProperty(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 91. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1463) protected DataElement handleQuerycanWriteProperty(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 92. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1464) DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 93. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1482) protected DataElement handleQueryAdvanceProperty(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 94. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1482) protected DataElement handleQueryAdvanceProperty(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 95. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1483) DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 96. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1501) protected DataElement handleQueryExists(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 97. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1501) protected DataElement handleQueryExists(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 98. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1502) DataElement status, String queryType) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 99. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1502) DataElement status, String queryType) { ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 100. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1554) public DataElement handleQueryGetRemoteObject(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 101. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1554) public DataElement handleQueryGetRemoteObject(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 102. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1555) DataElement status, String queryType) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 103. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1555) DataElement status, String queryType) { ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 104. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1752) protected void createDataElement(DataStore ds, DataElement subject, ^^ Javadoc: Missing tag for parameter ds ---------- 105. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1752) protected void createDataElement(DataStore ds, DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 106. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1753) File[] list, String queryType, String filter, int include, String types[]) ^^^^ Javadoc: Missing tag for parameter list ---------- 107. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1753) File[] list, String queryType, String filter, int include, String types[]) ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 108. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1753) File[] list, String queryType, String filter, int include, String types[]) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 109. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1753) File[] list, String queryType, String filter, int include, String types[]) ^^^^^^^ Javadoc: Missing tag for parameter include ---------- 110. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1753) File[] list, String queryType, String filter, int include, String types[]) ^^^^^ Javadoc: Missing tag for parameter types ---------- 111. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1760) long enterForTime = System.currentTimeMillis(); ^^^^^^^^^^^^ The local variable enterForTime is never read ---------- 112. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1975) protected void createDataElement(DataStore ds, DataElement subject, ^^ Javadoc: Missing tag for parameter ds ---------- 113. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1975) protected void createDataElement(DataStore ds, DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 114. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1976) VirtualChild[] list, String filter, String rootPath, ^^^^ Javadoc: Missing tag for parameter list ---------- 115. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1976) VirtualChild[] list, String filter, String rootPath, ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 116. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1976) VirtualChild[] list, String filter, String rootPath, ^^^^^^^^ Javadoc: Missing tag for parameter rootPath ---------- 117. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1977) String virtualPath) ^^^^^^^^^^^ Javadoc: Missing tag for parameter virtualPath ---------- 118. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2081) public String setProperties(File fileObj, boolean doArchiveProperties) { ^^^^^^ Javadoc: Missing tag for return type ---------- 119. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2081) public String setProperties(File fileObj, boolean doArchiveProperties) { ^^^^^^^ Javadoc: Missing tag for parameter fileObj ---------- 120. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2081) public String setProperties(File fileObj, boolean doArchiveProperties) { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter doArchiveProperties ---------- 121. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2174) protected String getClassificationString(String s) { ^^^^^^ Javadoc: Missing tag for return type ---------- 122. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2174) protected String getClassificationString(String s) { ^ Javadoc: Missing tag for parameter s ---------- 123. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2198) protected String getFilterString(String s) { ^^^^^^ Javadoc: Missing tag for return type ---------- 124. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2198) protected String getFilterString(String s) { ^ Javadoc: Missing tag for parameter s ---------- 125. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2226) protected boolean getShowHiddenFlag(String s) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 126. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2226) protected boolean getShowHiddenFlag(String s) { ^ Javadoc: Missing tag for parameter s ---------- 127. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2253) protected int getDepth(String s) ^^^ Javadoc: Missing tag for return type ---------- 128. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2253) protected int getDepth(String s) ^ Javadoc: Missing tag for parameter s ---------- 129. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2278) protected DataElement handleDownload(DataElement theElement, DataElement status) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 130. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2278) protected DataElement handleDownload(DataElement theElement, DataElement status) ^^^^^^^^^^ Javadoc: Missing tag for parameter theElement ---------- 131. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2278) protected DataElement handleDownload(DataElement theElement, DataElement status) ^^^^^^ Javadoc: Missing tag for parameter status ---------- 132. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2391) protected DataElement handleQueryEncoding(DataElement subject, DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 133. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2391) protected DataElement handleQueryEncoding(DataElement subject, DataElement status) { ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 134. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2391) protected DataElement handleQueryEncoding(DataElement subject, DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 135. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2404) protected DataElement handleQueryUnusedPort(DataElement subject, DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 136. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2404) protected DataElement handleQueryUnusedPort(DataElement subject, DataElement status) { ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 137. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2404) protected DataElement handleQueryUnusedPort(DataElement subject, DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- ---------- 138. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 146) protected DataElement handleQueryUserName(DataElement subject, DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 139. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 146) protected DataElement handleQueryUserName(DataElement subject, DataElement status) { ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 140. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 146) protected DataElement handleQueryUserName(DataElement subject, DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 141. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 216) private DataElement handleQuery(DataElement subject, DataElement status) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 142. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 216) private DataElement handleQuery(DataElement subject, DataElement status) ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 143. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 216) private DataElement handleQuery(DataElement subject, DataElement status) ^^^^^^ Javadoc: Missing tag for parameter status ---------- 144. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 378) private void handleQueryJobAllProperties(DataElement subject, DataElement status) ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 145. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 378) private void handleQueryJobAllProperties(DataElement subject, DataElement status) ^^^^^^ Javadoc: Missing tag for parameter status ---------- 146. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 385) private DataElement handleKill(DataElement subject, DataElement status) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 147. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 385) private DataElement handleKill(DataElement subject, DataElement status) ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 148. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 385) private DataElement handleKill(DataElement subject, DataElement status) ^^^^^^ Javadoc: Missing tag for parameter status ---------- ---------- 149. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalServerUtilities.java (at line 33) public static String getUserPreferencesDirectory() ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 150. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1059) public DataElement createObject(String type, String text) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 151. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1059) public DataElement createObject(String type, String text) ^^^^ Javadoc: Missing tag for parameter type ---------- 152. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1059) public DataElement createObject(String type, String text) ^^^^ Javadoc: Missing tag for parameter text ---------- 153. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1086) private DataElement createObject(String type, String text, String file, Integer line) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 154. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1086) private DataElement createObject(String type, String text, String file, Integer line) ^^^^ Javadoc: Missing tag for parameter type ---------- 155. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1086) private DataElement createObject(String type, String text, String file, Integer line) ^^^^ Javadoc: Missing tag for parameter text ---------- 156. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1086) private DataElement createObject(String type, String text, String file, Integer line) ^^^^ Javadoc: Missing tag for parameter file ---------- 157. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1086) private DataElement createObject(String type, String text, String file, Integer line) ^^^^ Javadoc: Missing tag for parameter line ---------- ---------- 158. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/FileClassifier.java (at line 223) * @param name ^^^^ Javadoc: Parameter name is not declared ---------- 159. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/FileClassifier.java (at line 227) private List getElementsFor(String fileName) ^^^^^^^^ Javadoc: Missing tag for parameter fileName ---------- ---------- 160. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/UniversalFileSystemFilter.java (at line 41) public UniversalFileSystemFilter(String fString, boolean files, boolean folders, boolean caseSensitive) { ^^^^^ Javadoc: Missing tag for parameter files ---------- 161. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/UniversalFileSystemFilter.java (at line 41) public UniversalFileSystemFilter(String fString, boolean files, boolean folders, boolean caseSensitive) { ^^^^^^^ Javadoc: Missing tag for parameter folders ---------- 162. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/UniversalFileSystemFilter.java (at line 41) public UniversalFileSystemFilter(String fString, boolean files, boolean folders, boolean caseSensitive) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- 162 problems (162 warnings)# 7/6/07 10:42:19 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.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/ServerLogger.java (at line 49) public ServerLogger(String logPathName) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter logPathName ---------- ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 517) public void deleteDir(File fileObj, DataElement status) { ^^^^^^^ Javadoc: Missing tag for parameter fileObj ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 517) public void deleteDir(File fileObj, DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 547) public DataElement handleSearch(DataElement theElement, DataElement status, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 5. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 547) public DataElement handleSearch(DataElement theElement, DataElement status, ^^^^^^^^^^ Javadoc: Missing tag for parameter theElement ---------- 6. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 547) public DataElement handleSearch(DataElement theElement, DataElement status, ^^^^^^ Javadoc: Missing tag for parameter status ---------- 7. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 548) String queryType, boolean fileNamesCaseSensitive) { ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 8. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 548) String queryType, boolean fileNamesCaseSensitive) { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fileNamesCaseSensitive ---------- 9. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 625) public DataElement handleQueryAll(DataElement subject, DataElement attributes, DataElement status, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 10. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 625) public DataElement handleQueryAll(DataElement subject, DataElement attributes, DataElement status, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 11. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 625) public DataElement handleQueryAll(DataElement subject, DataElement attributes, DataElement status, ^^^^^^^^^^ Javadoc: Missing tag for parameter attributes ---------- 12. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 625) public DataElement handleQueryAll(DataElement subject, DataElement attributes, DataElement status, ^^^^^^ Javadoc: Missing tag for parameter status ---------- 13. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 626) String queryType, boolean caseSensitive) ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 14. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 626) String queryType, boolean caseSensitive) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- 15. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 874) public DataElement handleQueryFiles(DataElement subject, DataElement attributes, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 16. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 874) public DataElement handleQueryFiles(DataElement subject, DataElement attributes, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 17. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 874) public DataElement handleQueryFiles(DataElement subject, DataElement attributes, ^^^^^^^^^^ Javadoc: Missing tag for parameter attributes ---------- 18. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 875) DataElement status, String queryType, boolean caseSensitive) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 19. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 875) DataElement status, String queryType, boolean caseSensitive) { ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 20. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 875) DataElement status, String queryType, boolean caseSensitive) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- 21. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 926) public DataElement handleQueryFolders(DataElement subject, DataElement attributes, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 22. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 926) public DataElement handleQueryFolders(DataElement subject, DataElement attributes, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 23. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 926) public DataElement handleQueryFolders(DataElement subject, DataElement attributes, ^^^^^^^^^^ Javadoc: Missing tag for parameter attributes ---------- 24. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 927) DataElement status, String queryType, boolean caseSensitive) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 25. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 927) DataElement status, String queryType, boolean caseSensitive) { ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 26. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 927) DataElement status, String queryType, boolean caseSensitive) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- 27. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 983) public DataElement handleQueryRoots(DataElement subject, DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 28. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 983) public DataElement handleQueryRoots(DataElement subject, DataElement status) { ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 29. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 983) public DataElement handleQueryRoots(DataElement subject, DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 30. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1026) public DataElement handleDelete(DataElement subject, DataElement status, boolean refreshDataStore) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 31. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1026) public DataElement handleDelete(DataElement subject, DataElement status, boolean refreshDataStore) { ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 32. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1026) public DataElement handleDelete(DataElement subject, DataElement status, boolean refreshDataStore) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 33. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1026) public DataElement handleDelete(DataElement subject, DataElement status, boolean refreshDataStore) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter refreshDataStore ---------- 34. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1110) public DataElement handleRename(DataElement subject, DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 35. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1110) public DataElement handleRename(DataElement subject, DataElement status) { ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 36. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1110) public DataElement handleRename(DataElement subject, DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 37. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1189) public DataElement handleCreateFile(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 38. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1189) public DataElement handleCreateFile(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 39. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1190) DataElement status, String queryType) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 40. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1190) DataElement status, String queryType) { ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 41. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1264) public DataElement handleCreateFolder(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 42. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1264) public DataElement handleCreateFolder(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 43. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1265) DataElement status, String queryType) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 44. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1265) DataElement status, String queryType) { ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 45. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1330) public DataElement handleSetReadOnly(DataElement subject, DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 46. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1330) public DataElement handleSetReadOnly(DataElement subject, DataElement status) { ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 47. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1330) public DataElement handleSetReadOnly(DataElement subject, DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 48. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1409) public DataElement handleSetLastModified(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 49. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1409) public DataElement handleSetLastModified(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 50. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1410) DataElement status) ^^^^^^ Javadoc: Missing tag for parameter status ---------- 51. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1451) protected DataElement handleQueryBasicProperty(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 52. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1451) protected DataElement handleQueryBasicProperty(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 53. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1452) DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 54. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1463) protected DataElement handleQuerycanWriteProperty(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 55. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1463) protected DataElement handleQuerycanWriteProperty(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 56. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1464) DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 57. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1482) protected DataElement handleQueryAdvanceProperty(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 58. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1482) protected DataElement handleQueryAdvanceProperty(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 59. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1483) DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 60. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1501) protected DataElement handleQueryExists(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 61. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1501) protected DataElement handleQueryExists(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 62. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1502) DataElement status, String queryType) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 63. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1502) DataElement status, String queryType) { ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 64. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1554) public DataElement handleQueryGetRemoteObject(DataElement subject, ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 65. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1554) public DataElement handleQueryGetRemoteObject(DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 66. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1555) DataElement status, String queryType) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 67. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1555) DataElement status, String queryType) { ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 68. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1752) protected void createDataElement(DataStore ds, DataElement subject, ^^ Javadoc: Missing tag for parameter ds ---------- 69. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1752) protected void createDataElement(DataStore ds, DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 70. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1753) File[] list, String queryType, String filter, int include, String types[]) ^^^^ Javadoc: Missing tag for parameter list ---------- 71. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1753) File[] list, String queryType, String filter, int include, String types[]) ^^^^^^^^^ Javadoc: Missing tag for parameter queryType ---------- 72. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1753) File[] list, String queryType, String filter, int include, String types[]) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 73. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1753) File[] list, String queryType, String filter, int include, String types[]) ^^^^^^^ Javadoc: Missing tag for parameter include ---------- 74. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1753) File[] list, String queryType, String filter, int include, String types[]) ^^^^^ Javadoc: Missing tag for parameter types ---------- 75. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1760) long enterForTime = System.currentTimeMillis(); ^^^^^^^^^^^^ The local variable enterForTime is never read ---------- 76. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1975) protected void createDataElement(DataStore ds, DataElement subject, ^^ Javadoc: Missing tag for parameter ds ---------- 77. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1975) protected void createDataElement(DataStore ds, DataElement subject, ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 78. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1976) VirtualChild[] list, String filter, String rootPath, ^^^^ Javadoc: Missing tag for parameter list ---------- 79. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1976) VirtualChild[] list, String filter, String rootPath, ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 80. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1976) VirtualChild[] list, String filter, String rootPath, ^^^^^^^^ Javadoc: Missing tag for parameter rootPath ---------- 81. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 1977) String virtualPath) ^^^^^^^^^^^ Javadoc: Missing tag for parameter virtualPath ---------- 82. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2081) public String setProperties(File fileObj, boolean doArchiveProperties) { ^^^^^^ Javadoc: Missing tag for return type ---------- 83. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2081) public String setProperties(File fileObj, boolean doArchiveProperties) { ^^^^^^^ Javadoc: Missing tag for parameter fileObj ---------- 84. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2081) public String setProperties(File fileObj, boolean doArchiveProperties) { ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter doArchiveProperties ---------- 85. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2174) protected String getClassificationString(String s) { ^^^^^^ Javadoc: Missing tag for return type ---------- 86. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2174) protected String getClassificationString(String s) { ^ Javadoc: Missing tag for parameter s ---------- 87. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2198) protected String getFilterString(String s) { ^^^^^^ Javadoc: Missing tag for return type ---------- 88. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2198) protected String getFilterString(String s) { ^ Javadoc: Missing tag for parameter s ---------- 89. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2226) protected boolean getShowHiddenFlag(String s) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 90. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2226) protected boolean getShowHiddenFlag(String s) { ^ Javadoc: Missing tag for parameter s ---------- 91. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2253) protected int getDepth(String s) ^^^ Javadoc: Missing tag for return type ---------- 92. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2253) protected int getDepth(String s) ^ Javadoc: Missing tag for parameter s ---------- 93. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2278) protected DataElement handleDownload(DataElement theElement, DataElement status) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 94. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2278) protected DataElement handleDownload(DataElement theElement, DataElement status) ^^^^^^^^^^ Javadoc: Missing tag for parameter theElement ---------- 95. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2278) protected DataElement handleDownload(DataElement theElement, DataElement status) ^^^^^^ Javadoc: Missing tag for parameter status ---------- 96. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2391) protected DataElement handleQueryEncoding(DataElement subject, DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 97. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2391) protected DataElement handleQueryEncoding(DataElement subject, DataElement status) { ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 98. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2391) protected DataElement handleQueryEncoding(DataElement subject, DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 99. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2404) protected DataElement handleQueryUnusedPort(DataElement subject, DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 100. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2404) protected DataElement handleQueryUnusedPort(DataElement subject, DataElement status) { ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 101. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalFileSystemMiner.java (at line 2404) protected DataElement handleQueryUnusedPort(DataElement subject, DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- ---------- 102. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 146) protected DataElement handleQueryUserName(DataElement subject, DataElement status) { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 103. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 146) protected DataElement handleQueryUserName(DataElement subject, DataElement status) { ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 104. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 146) protected DataElement handleQueryUserName(DataElement subject, DataElement status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- 105. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 216) private DataElement handleQuery(DataElement subject, DataElement status) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 106. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 216) private DataElement handleQuery(DataElement subject, DataElement status) ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 107. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 216) private DataElement handleQuery(DataElement subject, DataElement status) ^^^^^^ Javadoc: Missing tag for parameter status ---------- 108. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 378) private void handleQueryJobAllProperties(DataElement subject, DataElement status) ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 109. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 378) private void handleQueryJobAllProperties(DataElement subject, DataElement status) ^^^^^^ Javadoc: Missing tag for parameter status ---------- 110. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 385) private DataElement handleKill(DataElement subject, DataElement status) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 111. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 385) private DataElement handleKill(DataElement subject, DataElement status) ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 112. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalProcessMiner.java (at line 385) private DataElement handleKill(DataElement subject, DataElement status) ^^^^^^ Javadoc: Missing tag for parameter status ---------- ---------- 113. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/dstore/universal/miners/UniversalServerUtilities.java (at line 33) public static String getUserPreferencesDirectory() ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 114. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1059) public DataElement createObject(String type, String text) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 115. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1059) public DataElement createObject(String type, String text) ^^^^ Javadoc: Missing tag for parameter type ---------- 116. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1059) public DataElement createObject(String type, String text) ^^^^ Javadoc: Missing tag for parameter text ---------- 117. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1086) private DataElement createObject(String type, String text, String file, Integer line) ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 118. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1086) private DataElement createObject(String type, String text, String file, Integer line) ^^^^ Javadoc: Missing tag for parameter type ---------- 119. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1086) private DataElement createObject(String type, String text, String file, Integer line) ^^^^ Javadoc: Missing tag for parameter text ---------- 120. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1086) private DataElement createObject(String type, String text, String file, Integer line) ^^^^ Javadoc: Missing tag for parameter file ---------- 121. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/command/CommandMinerThread.java (at line 1086) private DataElement createObject(String type, String text, String file, Integer line) ^^^^ Javadoc: Missing tag for parameter line ---------- ---------- 122. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/FileClassifier.java (at line 223) * @param name ^^^^ Javadoc: Parameter name is not declared ---------- 123. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/FileClassifier.java (at line 227) private List getElementsFor(String fileName) ^^^^^^^^ Javadoc: Missing tag for parameter fileName ---------- ---------- 124. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/UniversalFileSystemFilter.java (at line 41) public UniversalFileSystemFilter(String fString, boolean files, boolean folders, boolean caseSensitive) { ^^^^^ Javadoc: Missing tag for parameter files ---------- 125. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/UniversalFileSystemFilter.java (at line 41) public UniversalFileSystemFilter(String fString, boolean files, boolean folders, boolean caseSensitive) { ^^^^^^^ Javadoc: Missing tag for parameter folders ---------- 126. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.dstore/miners/org/eclipse/rse/internal/dstore/universal/miners/filesystem/UniversalFileSystemFilter.java (at line 41) public UniversalFileSystemFilter(String fString, boolean files, boolean folders, boolean caseSensitive) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- 126 problems (126 warnings)# 7/6/07 10:42:27 AM EDT # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. # 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.services.local/src/org/eclipse/rse/internal/services/local/Activator.java (at line 37) 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.services.local/src/org/eclipse/rse/internal/services/local/files/LocalFileService.java (at line 972) protected boolean deleteFromArchive(File destination) throws SystemMessageException ^^^^^^^ Javadoc: Missing tag for return type ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.local/src/org/eclipse/rse/internal/services/local/files/LocalFileService.java (at line 972) protected boolean deleteFromArchive(File destination) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.local/src/org/eclipse/rse/internal/services/local/files/LocalFileService.java (at line 1018) protected boolean renameVirtualFile(File destination, String newName) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 5. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.local/src/org/eclipse/rse/internal/services/local/files/LocalFileService.java (at line 1227) public boolean copyFromArchive(File sourceFolderOrFile, File targetFolder, String newName, IProgressMonitor monitor, String sourceEncoding, String targetEncoding, boolean isText) throws SystemMessageException ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 6. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.local/src/org/eclipse/rse/internal/services/local/files/LocalFileService.java (at line 1227) public boolean copyFromArchive(File sourceFolderOrFile, File targetFolder, String newName, IProgressMonitor monitor, String sourceEncoding, String targetEncoding, boolean isText) throws SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- ---------- 7. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.local/src/org/eclipse/rse/internal/services/local/shells/LocalShellThread.java (at line 487) private String[] getEnvironmentVariables(boolean windows) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 8. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.local/src/org/eclipse/rse/internal/services/local/shells/LocalShellThread.java (at line 487) private String[] getEnvironmentVariables(boolean windows) ^^^^^^^ Javadoc: Missing tag for parameter windows ---------- 8 problems (8 warnings)# 7/6/07 10:42:31 AM EDT # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. # 7/6/07 10:42:34 AM EDT # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. # 7/6/07 10:41:39 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.services/src/org/eclipse/rse/services/RemoteUtil.java (at line 68) public static Socket createSocket(final String host, final int port, int timeout, IProgressMonitor monitor) throws UnknownHostException, IOException { ^^^^^^ Javadoc: Missing tag for return type ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/RemoteUtil.java (at line 68) public static Socket createSocket(final String host, final int port, int timeout, IProgressMonitor monitor) throws UnknownHostException, IOException { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception UnknownHostException ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/RemoteUtil.java (at line 68) public static Socket createSocket(final String host, final int port, int timeout, IProgressMonitor monitor) throws UnknownHostException, IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/files/IFileService.java (at line 280) public boolean setLastModified(String parent, String name, long timestamp, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 5. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/files/IFileService.java (at line 290) public boolean setReadOnly(String parent, String name, boolean readOnly, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- ---------- 6. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/search/AbstractSearchResult.java (at line 62) public AbstractSearchResult(IHostSearchResultConfiguration configuration, Object parent, SystemSearchString searchString) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter configuration ---------- ---------- 7. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/search/AbstractSearchResultConfiguration.java (at line 53) public AbstractSearchResultConfiguration(IHostSearchResultSet resultSet, Object searchObject, SystemSearchString string, ISearchService searchService) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter searchService ---------- ---------- 8. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/internal/services/clientserver/archiveutils/SystemArchiveUtil.java (at line 31) public static boolean delete(File file) { ^^^^ Javadoc: Missing tag for parameter file ---------- ---------- 9. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/internal/services/clientserver/archiveutils/SystemUniversalZipEntry.java (at line 48) public ZipEntry getEntry() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 10. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/internal/services/clientserver/archiveutils/SystemUniversalZipEntry.java (at line 56) public void setEntry(ZipEntry newEntry) ^^^^^^^^ Javadoc: Missing tag for parameter newEntry ---------- 11. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/internal/services/clientserver/archiveutils/SystemUniversalZipEntry.java (at line 129) public String getExtension() ^^^^^^ Javadoc: Missing tag for return type ---------- 12. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/internal/services/clientserver/archiveutils/SystemUniversalZipEntry.java (at line 137) public boolean isNested() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 13. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/internal/services/clientserver/archiveutils/TarEntry.java (at line 400) public void writeFields(OutputStream outStream) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- ---------- 14. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/internal/services/clientserver/archiveutils/TarFile.java (at line 239) private TarEntry extractBlockHeader(byte[] blockData) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- ---------- 15. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/internal/services/clientserver/archiveutils/TarOutputStream.java (at line 87) public void putNextEntry(TarEntry entry) throws IOException { ^^^^^ Javadoc: Missing tag for parameter entry ---------- ---------- 16. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/internal/services/clientserver/java/EnhancedClassLoader.java (at line 76) private byte[] loadClassData(String name) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- ---------- 17. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/FileTypeMatcher.java (at line 74) public void setTypes(String[] types) ^^^^^ Javadoc: Missing tag for parameter types ---------- 18. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/FileTypeMatcher.java (at line 83) public void setTypesAndNames(String[] types, String[] names) ^^^^^ Javadoc: Missing tag for parameter types ---------- 19. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/FileTypeMatcher.java (at line 83) public void setTypesAndNames(String[] types, String[] names) ^^^^^ Javadoc: Missing tag for parameter names ---------- 20. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/FileTypeMatcher.java (at line 94) public void setTypesAndNames(String[] typesAndNames) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter typesAndNames ---------- 21. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/FileTypeMatcher.java (at line 122) public String[] getTypes() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 22. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/FileTypeMatcher.java (at line 130) public String[] getNames() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 23. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/FileTypeMatcher.java (at line 138) public void setCaseSensitive(boolean caseSensitive) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- 24. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/FileTypeMatcher.java (at line 161) public boolean isCaseSensitive() ^^^^^^^ Javadoc: Missing tag for return type ---------- 25. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/FileTypeMatcher.java (at line 248) public static String[] parseTypes(String typeList) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 26. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/FileTypeMatcher.java (at line 248) public static String[] parseTypes(String typeList) ^^^^^^^^ Javadoc: Missing tag for parameter typeList ---------- 27. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/FileTypeMatcher.java (at line 269) public static String[] parseNames(String typeList) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 28. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/FileTypeMatcher.java (at line 269) public static String[] parseNames(String typeList) ^^^^^^^^ Javadoc: Missing tag for parameter typeList ---------- ---------- 29. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/NamePatternMatcher.java (at line 361) public boolean isGeneric() ^^^^^^^ Javadoc: Missing tag for return type ---------- 30. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/NamePatternMatcher.java (at line 368) public boolean isQuoted() ^^^^^^^ Javadoc: Missing tag for return type ---------- 31. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/NamePatternMatcher.java (at line 377) public int getPatternType() ^^^ Javadoc: Missing tag for return type ---------- 32. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/NamePatternMatcher.java (at line 386) private static int countOccurrencesOf(String haystack, char needle) ^^^ Javadoc: Missing tag for return type ---------- 33. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/NamePatternMatcher.java (at line 386) private static int countOccurrencesOf(String haystack, char needle) ^^^^^^^^ Javadoc: Missing tag for parameter haystack ---------- 34. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/NamePatternMatcher.java (at line 386) private static int countOccurrencesOf(String haystack, char needle) ^^^^^^ Javadoc: Missing tag for parameter needle ---------- 35. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/NamePatternMatcher.java (at line 409) public void writeInfo(PrintWriter stream) ^^^^^^ Javadoc: Missing tag for parameter stream ---------- 36. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/NamePatternMatcher.java (at line 441) public static boolean verifyPattern(String genericName, boolean advanced) ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 37. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/SystemEncodingUtil.java (at line 100) public String getXMLFileEncoding(String filePath) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 38. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/SystemEncodingUtil.java (at line 338) public String getEncodingFromBOM(String filePath) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 39. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/SystemEncodingUtil.java (at line 350) * @param filePath the file path. ^^^^^^^^ Javadoc: Parameter filePath is not declared ---------- 40. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/SystemEncodingUtil.java (at line 353) private String getEncodingFromBOM(InputStream stream) throws IOException { ^^^^^^ Javadoc: Missing tag for parameter stream ---------- 41. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/SystemEncodingUtil.java (at line 353) private String getEncodingFromBOM(InputStream stream) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- ---------- 42. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/AbsoluteVirtualPath.java (at line 43) public AbsoluteVirtualPath(String absolutePath) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter absolutePath ---------- 43. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/AbsoluteVirtualPath.java (at line 113) public void setVirtualPart(String newVirtualPart) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newVirtualPart ---------- ---------- 44. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 128) * @param file the name of the file to test. ^^^^ Javadoc: Parameter file is not declared ---------- 45. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 132) public boolean isRegisteredArchive(String filename) ^^^^^^^^ Javadoc: Missing tag for parameter filename ---------- 46. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 178) public VirtualChild getVirtualObject(String fullyQualifiedName) ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 47. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 196) public ISystemArchiveHandler getRegisteredHandler(File file) ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 48. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 196) public ISystemArchiveHandler getRegisteredHandler(File file) ^^^^ Javadoc: Missing tag for parameter file ---------- 49. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 298) protected boolean handlerHasProperConstructor(Class handlerType) ^^^^^^^ Javadoc: Missing tag for return type ---------- 50. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 298) protected boolean handlerHasProperConstructor(Class handlerType) ^^^^^^^^^^^ Javadoc: Missing tag for parameter handlerType ---------- 51. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 319) protected boolean handlerImplementsISystemArchiveHandler(Class handlerType) ^^^^^^^ Javadoc: Missing tag for return type ---------- 52. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 319) protected boolean handlerImplementsISystemArchiveHandler(Class handlerType) ^^^^^^^^^^^ Javadoc: Missing tag for parameter handlerType ---------- 53. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 340) public void disposeOfRegisteredHandlerFor(File file) ^^^^ Javadoc: Missing tag for parameter file ---------- 54. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 447) public String[] getRegisteredExtensions() ^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 55. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 56) public VirtualChild[] getVirtualChildrenList(String parent); ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 56. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 64) public VirtualChild[] getVirtualChildren(String fullVirtualName); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 57. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 73) public VirtualChild[] getVirtualChildFolders(String fullVirtualName); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 58. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 81) public VirtualChild getVirtualFile(String fullVirtualName); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 59. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 87) public boolean exists(String fullVirtualName); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 60. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 104) public long getTimeStampFor(String fullVirtualName); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 61. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 110) public long getSizeFor(String fullVirtualName); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 62. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 197) public boolean add(File file, String virtualPath, String name); ^^^^ Javadoc: Missing tag for parameter file ---------- 63. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 197) public boolean add(File file, String virtualPath, String name); ^^^^^^^^^^^ Javadoc: Missing tag for parameter virtualPath ---------- 64. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 197) public boolean add(File file, String virtualPath, String name); ^^^^ Javadoc: Missing tag for parameter name ---------- 65. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 208) public boolean add(File file, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^ Javadoc: Missing tag for parameter file ---------- 66. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 208) public boolean add(File file, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^^^^^^^^ Javadoc: Missing tag for parameter virtualPath ---------- 67. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 208) public boolean add(File file, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^ Javadoc: Missing tag for parameter name ---------- 68. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 208) public boolean add(File file, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceEncoding ---------- 69. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 208) public boolean add(File file, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetEncoding ---------- 70. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 208) public boolean add(File file, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^^^ Javadoc: Missing tag for parameter isText ---------- 71. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 218) public boolean add(InputStream stream, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^^^ Javadoc: Missing tag for parameter stream ---------- 72. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 218) public boolean add(InputStream stream, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^^^^^^^^ Javadoc: Missing tag for parameter virtualPath ---------- 73. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 218) public boolean add(InputStream stream, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^ Javadoc: Missing tag for parameter name ---------- 74. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 218) public boolean add(InputStream stream, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceEncoding ---------- 75. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 218) public boolean add(InputStream stream, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetEncoding ---------- 76. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 218) public boolean add(InputStream stream, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^^^ Javadoc: Missing tag for parameter isText ---------- 77. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 229) public boolean add(File file, String virtualPath, String name, String sourceEncoding, String targetEncoding, ISystemFileTypes typeRegistery); ^^^^ Javadoc: Missing tag for parameter file ---------- 78. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 229) public boolean add(File file, String virtualPath, String name, String sourceEncoding, String targetEncoding, ISystemFileTypes typeRegistery); ^^^^^^^^^^^ Javadoc: Missing tag for parameter virtualPath ---------- 79. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 229) public boolean add(File file, String virtualPath, String name, String sourceEncoding, String targetEncoding, ISystemFileTypes typeRegistery); ^^^^ Javadoc: Missing tag for parameter name ---------- 80. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 229) public boolean add(File file, String virtualPath, String name, String sourceEncoding, String targetEncoding, ISystemFileTypes typeRegistery); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceEncoding ---------- 81. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 229) public boolean add(File file, String virtualPath, String name, String sourceEncoding, String targetEncoding, ISystemFileTypes typeRegistery); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetEncoding ---------- 82. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 229) public boolean add(File file, String virtualPath, String name, String sourceEncoding, String targetEncoding, ISystemFileTypes typeRegistery); ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter typeRegistery ---------- 83. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 239) public boolean add(File[] files, String virtualPath, String[] names); ^^^^^ Javadoc: Missing tag for parameter files ---------- 84. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 239) public boolean add(File[] files, String virtualPath, String[] names); ^^^^^^^^^^^ Javadoc: Missing tag for parameter virtualPath ---------- 85. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 239) public boolean add(File[] files, String virtualPath, String[] names); ^^^^^ Javadoc: Missing tag for parameter names ---------- 86. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 250) public boolean add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText); ^^^^^ Javadoc: Missing tag for parameter files ---------- 87. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 250) public boolean add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText); ^^^^^^^^^^^ Javadoc: Missing tag for parameter virtualPath ---------- 88. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 250) public boolean add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText); ^^^^^ Javadoc: Missing tag for parameter names ---------- 89. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 250) public boolean add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceEncodings ---------- 90. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 250) public boolean add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetEncodings ---------- 91. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 250) public boolean add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText); ^^^^^^ Javadoc: Missing tag for parameter isText ---------- 92. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 258) public boolean replace(String fullVirtualName, File file, String name); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 93. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 258) public boolean replace(String fullVirtualName, File file, String name); ^^^^ Javadoc: Missing tag for parameter file ---------- 94. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 258) public boolean replace(String fullVirtualName, File file, String name); ^^^^ Javadoc: Missing tag for parameter name ---------- 95. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 268) public boolean replace(String fullVirtualName, InputStream stream, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 96. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 268) public boolean replace(String fullVirtualName, InputStream stream, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^^^ Javadoc: Missing tag for parameter stream ---------- 97. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 268) public boolean replace(String fullVirtualName, InputStream stream, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^ Javadoc: Missing tag for parameter name ---------- 98. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 268) public boolean replace(String fullVirtualName, InputStream stream, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceEncoding ---------- 99. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 268) public boolean replace(String fullVirtualName, InputStream stream, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetEncoding ---------- 100. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 268) public boolean replace(String fullVirtualName, InputStream stream, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^^^ Javadoc: Missing tag for parameter isText ---------- 101. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 274) public boolean delete(String fullVirtualName); ^^^^^^^ Javadoc: Missing tag for return type ---------- 102. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 274) public boolean delete(String fullVirtualName); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 103. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 281) public boolean rename(String fullVirtualName, String newName); ^^^^^^^ Javadoc: Missing tag for return type ---------- 104. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 281) public boolean rename(String fullVirtualName, String newName); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 105. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 281) public boolean rename(String fullVirtualName, String newName); ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 106. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 288) public boolean move(String fullVirtualName, String destinationVirtualPath); ^^^^^^^ Javadoc: Missing tag for return type ---------- 107. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 288) public boolean move(String fullVirtualName, String destinationVirtualPath); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 108. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 288) public boolean move(String fullVirtualName, String destinationVirtualPath); ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter destinationVirtualPath ---------- 109. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 295) public boolean fullRename(String fullVirtualName, String newFullVirtualName); ^^^^^^^ Javadoc: Missing tag for return type ---------- 110. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 295) public boolean fullRename(String fullVirtualName, String newFullVirtualName); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 111. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 295) public boolean fullRename(String fullVirtualName, String newFullVirtualName); ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newFullVirtualName ---------- 112. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 324) public String getStandardName(VirtualChild vc); ^^^^^^ Javadoc: Missing tag for return type ---------- 113. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 324) public String getStandardName(VirtualChild vc); ^^ Javadoc: Missing tag for parameter vc ---------- ---------- 114. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 213) * @param the path of the parent entry, or "" to indicate the root entry. ^^^ Javadoc: Parameter the is not declared ---------- 115. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 216) public VirtualChild[] getChildren(String path) { ^^^^ Javadoc: Missing tag for parameter path ---------- 116. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 235) * @param the path of the parent entry, or "" to indicate the root entry. ^^^ Javadoc: Parameter the is not declared ---------- 117. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 238) public VirtualChild[] getChildrenFolders(String path) { ^^^^ Javadoc: Missing tag for parameter path ---------- 118. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 352) * @param name the name of the node. ^^^^ Javadoc: Parameter name is not declared ---------- 119. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 550) public SystemTarHandler(File file) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 120. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 611) protected void updateCache() throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 121. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 1061) public void listAllFiles(File parent, Vector found) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 122. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 1061) public void listAllFiles(File parent, Vector found) { ^^^^^ Javadoc: Missing tag for parameter found ---------- 123. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 1258) * @param name the virtual path for the entry. ^^^^ Javadoc: Parameter name is not declared ---------- 124. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 1261) protected TarEntry createTarEntry(File file, String virtualPath) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter virtualPath ---------- ---------- 125. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 101) * @throws IOException If there is an error handling file ^^^^^^^^^^^ Javadoc: Exception IOException is not declared ---------- 126. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 183) protected void recursivePopulate(String key, VirtualChild value) ^^^ Javadoc: Missing tag for parameter key ---------- 127. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 183) protected void recursivePopulate(String key, VirtualChild value) ^^^^^ Javadoc: Missing tag for parameter value ---------- 128. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 238) public VirtualChild[] getVirtualChildrenList(boolean closeZipFile) ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 129. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 238) public VirtualChild[] getVirtualChildrenList(boolean closeZipFile) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 130. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 278) public VirtualChild[] getVirtualChildrenList(String parent, boolean closeZipFile) ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 131. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 278) public VirtualChild[] getVirtualChildrenList(String parent, boolean closeZipFile) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 132. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 278) public VirtualChild[] getVirtualChildrenList(String parent, boolean closeZipFile) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 133. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 478) public long getTimeStampFor(String fullVirtualName, boolean closeZipFile) ^^^^ Javadoc: Missing tag for return type ---------- 134. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 478) public long getTimeStampFor(String fullVirtualName, boolean closeZipFile) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 135. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 478) public long getTimeStampFor(String fullVirtualName, boolean closeZipFile) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 136. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 552) public boolean extractVirtualFile(String fullVirtualName, File destination, boolean closeZipFile, String sourceEncoding, boolean isText) ^^^^^^^ Javadoc: Missing tag for return type ---------- 137. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 552) public boolean extractVirtualFile(String fullVirtualName, File destination, boolean closeZipFile, String sourceEncoding, boolean isText) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 138. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 552) public boolean extractVirtualFile(String fullVirtualName, File destination, boolean closeZipFile, String sourceEncoding, boolean isText) ^^^^^^^^^^^ Javadoc: Missing tag for parameter destination ---------- 139. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 552) public boolean extractVirtualFile(String fullVirtualName, File destination, boolean closeZipFile, String sourceEncoding, boolean isText) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 140. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 552) public boolean extractVirtualFile(String fullVirtualName, File destination, boolean closeZipFile, String sourceEncoding, boolean isText) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceEncoding ---------- 141. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 552) public boolean extractVirtualFile(String fullVirtualName, File destination, boolean closeZipFile, String sourceEncoding, boolean isText) ^^^^^^ Javadoc: Missing tag for parameter isText ---------- 142. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 900) public boolean add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText, boolean closeZipFile) ^^^^^^^ Javadoc: Missing tag for return type ---------- 143. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 900) public boolean add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText, boolean closeZipFile) ^^^^^ Javadoc: Missing tag for parameter files ---------- 144. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 900) public boolean add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText, boolean closeZipFile) ^^^^^^^^^^^ Javadoc: Missing tag for parameter virtualPath ---------- 145. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 900) public boolean add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText, boolean closeZipFile) ^^^^^ Javadoc: Missing tag for parameter names ---------- 146. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 900) public boolean add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText, boolean closeZipFile) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceEncodings ---------- 147. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 900) public boolean add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText, boolean closeZipFile) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetEncodings ---------- 148. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 900) public boolean add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText, boolean closeZipFile) ^^^^^^ Javadoc: Missing tag for parameter isText ---------- 149. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 900) public boolean add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText, boolean closeZipFile) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 150. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 966) public static void listAllFiles(File parent, HashSet found) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 151. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 966) public static void listAllFiles(File parent, HashSet found) ^^^^^ Javadoc: Missing tag for parameter found ---------- 152. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1048) * @param oldName The name of the virtual child to rename ^^^^^^^ Javadoc: Parameter oldName is not declared ---------- 153. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1049) * @param newName The new name for the renamed virtual child. ^^^^^^^ Javadoc: Parameter newName is not declared ---------- 154. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1052) protected void recreateZipRenameEntries(VirtualChild[] vcList, ZipOutputStream dest, HashMap names) throws IOException ^^^^^ Javadoc: Missing tag for parameter names ---------- 155. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1108) protected ZipEntry appendFile(File file, ZipOutputStream dest, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText) throws IOException ^^^^ Javadoc: Missing tag for parameter file ---------- 156. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1108) protected ZipEntry appendFile(File file, ZipOutputStream dest, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText) throws IOException ^^^^ Javadoc: Missing tag for parameter dest ---------- 157. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1108) protected ZipEntry appendFile(File file, ZipOutputStream dest, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText) throws IOException ^^^^^^^^^^^ Javadoc: Missing tag for parameter virtualPath ---------- 158. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1108) protected ZipEntry appendFile(File file, ZipOutputStream dest, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText) throws IOException ^^^^ Javadoc: Missing tag for parameter name ---------- 159. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1108) protected ZipEntry appendFile(File file, ZipOutputStream dest, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText) throws IOException ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceEncoding ---------- 160. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1108) protected ZipEntry appendFile(File file, ZipOutputStream dest, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText) throws IOException ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetEncoding ---------- 161. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1108) protected ZipEntry appendFile(File file, ZipOutputStream dest, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText) throws IOException ^^^^^^ Javadoc: Missing tag for parameter isText ---------- 162. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1175) protected ZipEntry appendBytes(InputStream stream, ZipOutputStream dest, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText) throws IOException ^^^^^^ Javadoc: Missing tag for parameter stream ---------- 163. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1175) protected ZipEntry appendBytes(InputStream stream, ZipOutputStream dest, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText) throws IOException ^^^^ Javadoc: Missing tag for parameter dest ---------- 164. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1175) protected ZipEntry appendBytes(InputStream stream, ZipOutputStream dest, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText) throws IOException ^^^^^^^^^^^ Javadoc: Missing tag for parameter virtualPath ---------- 165. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1175) protected ZipEntry appendBytes(InputStream stream, ZipOutputStream dest, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText) throws IOException ^^^^ Javadoc: Missing tag for parameter name ---------- 166. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1175) protected ZipEntry appendBytes(InputStream stream, ZipOutputStream dest, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText) throws IOException ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceEncoding ---------- 167. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1175) protected ZipEntry appendBytes(InputStream stream, ZipOutputStream dest, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText) throws IOException ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetEncoding ---------- 168. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1175) protected ZipEntry appendBytes(InputStream stream, ZipOutputStream dest, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText) throws IOException ^^^^^^ Javadoc: Missing tag for parameter isText ---------- 169. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1223) protected void replaceOldZip(File outputTempFile) throws IOException ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter outputTempFile ---------- 170. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1247) public boolean delete(String fullVirtualName, boolean closeZipFile) ^^^^^^^ Javadoc: Missing tag for return type ---------- 171. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1247) public boolean delete(String fullVirtualName, boolean closeZipFile) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 172. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1247) public boolean delete(String fullVirtualName, boolean closeZipFile) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 173. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1360) public boolean replace(String fullVirtualName, File file, String name, boolean closeZipFile) ^^^^^^^ Javadoc: Missing tag for return type ---------- 174. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1360) public boolean replace(String fullVirtualName, File file, String name, boolean closeZipFile) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 175. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1360) public boolean replace(String fullVirtualName, File file, String name, boolean closeZipFile) ^^^^ Javadoc: Missing tag for parameter file ---------- 176. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1360) public boolean replace(String fullVirtualName, File file, String name, boolean closeZipFile) ^^^^ Javadoc: Missing tag for parameter name ---------- 177. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1360) public boolean replace(String fullVirtualName, File file, String name, boolean closeZipFile) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 178. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1487) public boolean fullRename(String fullVirtualName, String newFullVirtualName, boolean closeZipFile) ^^^^^^^ Javadoc: Missing tag for return type ---------- 179. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1487) public boolean fullRename(String fullVirtualName, String newFullVirtualName, boolean closeZipFile) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 180. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1487) public boolean fullRename(String fullVirtualName, String newFullVirtualName, boolean closeZipFile) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newFullVirtualName ---------- 181. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1487) public boolean fullRename(String fullVirtualName, String newFullVirtualName, boolean closeZipFile) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 182. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1664) protected boolean createVirtualObject(String name, boolean closeZipFile) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 183. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1820) protected ZipEntry safeGetEntry(String name) throws IOException ^^^^^^^^ Javadoc: Missing tag for return type ---------- 184. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1820) protected ZipEntry safeGetEntry(String name) throws IOException ^^^^ Javadoc: Missing tag for parameter name ---------- 185. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1820) protected ZipEntry safeGetEntry(String name) throws IOException ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 186. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1938) public String getCommentFor(String fullVirtualName, boolean closeZipFile) ^^^^^^ Javadoc: Missing tag for return type ---------- 187. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1938) public String getCommentFor(String fullVirtualName, boolean closeZipFile) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 188. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1938) public String getCommentFor(String fullVirtualName, boolean closeZipFile) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 189. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1975) public long getCompressedSizeFor(String fullVirtualName, boolean closeZipFile) ^^^^ Javadoc: Missing tag for return type ---------- 190. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1975) public long getCompressedSizeFor(String fullVirtualName, boolean closeZipFile) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 191. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1975) public long getCompressedSizeFor(String fullVirtualName, boolean closeZipFile) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 192. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2010) public String getCompressionMethodFor(String fullVirtualName, boolean closeZipFile) ^^^^^^ Javadoc: Missing tag for return type ---------- 193. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2010) public String getCompressionMethodFor(String fullVirtualName, boolean closeZipFile) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 194. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2010) public String getCompressionMethodFor(String fullVirtualName, boolean closeZipFile) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 195. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2041) * @see org.eclipse.rse.services.clientserver.archiveutils.ISystemArchiveHandler#isExecutable(java.lang.String) ^^^^^^^^^^^^ Javadoc: The method isExecutable(String) is undefined for the type ISystemArchiveHandler ---------- 196. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2050) * @see org.eclipse.rse.services.clientserver.archiveutils.ISystemArchiveHandler#isExecutable(java.lang.String) ^^^^^^^^^^^^ Javadoc: The method isExecutable(String) is undefined for the type ISystemArchiveHandler ---------- 197. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2052) public String getClassification(String fullVirtualName, boolean closeZipFile) { ^^^^^^ Javadoc: Missing tag for return type ---------- 198. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2052) public String getClassification(String fullVirtualName, boolean closeZipFile) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 199. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2052) public String getClassification(String fullVirtualName, boolean closeZipFile) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- ---------- 200. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 45) public VirtualChild(ISystemArchiveHandler handler) ^^^^^^^ Javadoc: Missing tag for parameter handler ---------- 201. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 62) public VirtualChild(ISystemArchiveHandler handler, String fullVirtualName) ^^^^^^^ Javadoc: Missing tag for parameter handler ---------- 202. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 62) public VirtualChild(ISystemArchiveHandler handler, String fullVirtualName) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 203. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 76) public VirtualChild(String fullVirtualName, File containingArchive) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 204. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 76) public VirtualChild(String fullVirtualName, File containingArchive) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter containingArchive ---------- 205. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 170) public File getExtractedFile(String sourceEncoding, boolean isText) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceEncoding ---------- 206. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 170) public File getExtractedFile(String sourceEncoding, boolean isText) ^^^^^^ Javadoc: Missing tag for parameter isText ---------- 207. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 233) public boolean getExtractedFile(File destination) ^^^^^^^^^^^ Javadoc: Missing tag for parameter destination ---------- 208. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 248) public boolean getExtractedFile(File destination, String sourceEncoding, boolean isText) ^^^^^^^^^^^ Javadoc: Missing tag for parameter destination ---------- 209. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 248) public boolean getExtractedFile(File destination, String sourceEncoding, boolean isText) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceEncoding ---------- 210. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 248) public boolean getExtractedFile(File destination, String sourceEncoding, boolean isText) ^^^^^^ Javadoc: Missing tag for parameter isText ---------- 211. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 285) public void renameTo(String newName) ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- ---------- 212. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/BasicClassFileParser.java (at line 283) protected FieldInfo readField(EnhancedDataInputStream dataStream) throws IOException { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 213. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/BasicClassFileParser.java (at line 315) protected MethodInfo readMethod(EnhancedDataInputStream dataStream) throws IOException { ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 214. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/BasicClassFileParser.java (at line 334) protected AbstractAttributeInfo readAttribute(EnhancedDataInputStream dataStream) throws IOException { ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 215. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/BasicClassFileParser.java (at line 358) protected String getString(int index) { ^^^^^^ Javadoc: Missing tag for return type ---------- 216. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/BasicClassFileParser.java (at line 358) protected String getString(int index) { ^^^^^ Javadoc: Missing tag for parameter index ---------- ---------- 217. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/ClassFileUtil.java (at line 95) public String getQualifiedClassName(String classFilePath) throws IOException { ^^^^^^ Javadoc: Missing tag for return type ---------- 218. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/ClassFileUtil.java (at line 105) public String getQualifiedClassName(File classFile) throws IOException { ^^^^^^ Javadoc: Missing tag for return type ---------- 219. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/ClassFileUtil.java (at line 115) public String getQualifiedClassName(InputStream stream) throws IOException { ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 220. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessage.java (at line 336) private void makeSub(int subNumber, Object sub) { ^^^^^^^^^ Javadoc: Missing tag for parameter subNumber ---------- 221. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessage.java (at line 336) private void makeSub(int subNumber, Object sub) { ^^^ Javadoc: Missing tag for parameter sub ---------- ---------- 222. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessageFile.java (at line 331) private String getNodeText(Node msgNode) ^^^^^^ Javadoc: Missing tag for return type ---------- 223. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessageFile.java (at line 331) private String getNodeText(Node msgNode) ^^^^^^^ Javadoc: Missing tag for parameter msgNode ---------- 224. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessageFile.java (at line 550) private boolean issueErrorMessage(String errormsg, boolean echoStandardOut) ^^^^^^^ Javadoc: Missing tag for return type ---------- 225. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessageFile.java (at line 550) private boolean issueErrorMessage(String errormsg, boolean echoStandardOut) ^^^^^^^^ Javadoc: Missing tag for parameter errormsg ---------- 226. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessageFile.java (at line 550) private boolean issueErrorMessage(String errormsg, boolean echoStandardOut) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter echoStandardOut ---------- 227. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessageFile.java (at line 564) private boolean issueWarningMessage(String errormsg, boolean echoStandardOut) ^^^^^^^ Javadoc: Missing tag for return type ---------- 228. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessageFile.java (at line 564) private boolean issueWarningMessage(String errormsg, boolean echoStandardOut) ^^^^^^^^ Javadoc: Missing tag for parameter errormsg ---------- 229. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessageFile.java (at line 564) private boolean issueWarningMessage(String errormsg, boolean echoStandardOut) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter echoStandardOut ---------- 230. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessageFile.java (at line 664) * @param String messageFile: InputStream containing the XML file ^^^^^^ Javadoc: Parameter String is not declared ---------- 231. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessageFile.java (at line 666) private Document loadAndParseXMLFile (InputStream messageFile) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 232. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessageFile.java (at line 666) private Document loadAndParseXMLFile (InputStream messageFile) ^^^^^^^^^^^ Javadoc: Missing tag for parameter messageFile ---------- ---------- 233. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/HostProcessFilterImpl.java (at line 67) public HostProcessFilterImpl(boolean resolveVariables) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter resolveVariables ---------- 234. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/HostProcessFilterImpl.java (at line 85) public HostProcessFilterImpl(String input) ^^^^^ Javadoc: Missing tag for parameter input ---------- 235. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/HostProcessFilterImpl.java (at line 94) public HostProcessFilterImpl(String input, boolean resolveVariables) ^^^^^ Javadoc: Missing tag for parameter input ---------- 236. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/HostProcessFilterImpl.java (at line 94) public HostProcessFilterImpl(String input, boolean resolveVariables) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter resolveVariables ---------- ---------- 237. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcess.java (at line 33) public long getPid(); ^^^^ Javadoc: Missing tag for return type ---------- 238. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcess.java (at line 38) public long getPPid(); ^^^^ Javadoc: Missing tag for return type ---------- 239. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcess.java (at line 43) public String getName(); ^^^^^^ Javadoc: Missing tag for return type ---------- 240. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcess.java (at line 48) public String getState(); ^^^^^^ Javadoc: Missing tag for return type ---------- 241. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcess.java (at line 53) public long getTgid(); ^^^^ Javadoc: Missing tag for return type ---------- 242. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcess.java (at line 58) public long getTracerPid(); ^^^^ Javadoc: Missing tag for return type ---------- 243. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcess.java (at line 63) public long getUid(); ^^^^ Javadoc: Missing tag for return type ---------- 244. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcess.java (at line 68) public String getUsername(); ^^^^^^ Javadoc: Missing tag for return type ---------- 245. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcess.java (at line 73) public long getGid(); ^^^^ Javadoc: Missing tag for return type ---------- 246. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcess.java (at line 78) public boolean isRoot(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 247. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcess.java (at line 83) public long getVmSizeInKB(); ^^^^ Javadoc: Missing tag for return type ---------- 248. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcess.java (at line 89) public long getVmRSSInKB(); ^^^^ Javadoc: Missing tag for return type ---------- 249. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcess.java (at line 94) public String getLabel(); ^^^^^^ Javadoc: Missing tag for return type ---------- 250. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcess.java (at line 100) public String getAllProperties(); ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 251. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 28) public String getName(); ^^^^^^ Javadoc: Missing tag for return type ---------- 252. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 33) public String getUsername(); ^^^^^^ Javadoc: Missing tag for return type ---------- 253. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 38) public String getGid(); ^^^^^^ Javadoc: Missing tag for return type ---------- 254. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 43) public String getPpid(); ^^^^^^ Javadoc: Missing tag for return type ---------- 255. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 48) public String getPid(); ^^^^^^ Javadoc: Missing tag for return type ---------- 256. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 54) public boolean getAnyStatus(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 257. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 59) public String getMinVM(); ^^^^^^ Javadoc: Missing tag for return type ---------- 258. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 64) public String getMaxVM(); ^^^^^^ Javadoc: Missing tag for return type ---------- 259. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 71) public void setName(String obj); ^^^ Javadoc: Missing tag for parameter obj ---------- 260. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 78) public void setUsername(String obj); ^^^ Javadoc: Missing tag for parameter obj ---------- 261. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 83) public void setGid(String obj); ^^^ Javadoc: Missing tag for parameter obj ---------- 262. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 88) public void setPpid(String obj); ^^^ Javadoc: Missing tag for parameter obj ---------- 263. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 93) public void setPid(String obj); ^^^ Javadoc: Missing tag for parameter obj ---------- 264. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 103) public void setMinVM(String strMinVM); ^^^^^^^^ Javadoc: Missing tag for parameter strMinVM ---------- 265. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 108) public void setMaxVM(String strMaxVM); ^^^^^^^^ Javadoc: Missing tag for parameter strMaxVM ---------- 266. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 119) public boolean allows(String status); ^^^^^^^ Javadoc: Missing tag for return type ---------- 267. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 119) public boolean allows(String status); ^^^^^^ Javadoc: Missing tag for parameter status ---------- ---------- 268. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/IRemoteServerProcess.java (at line 42) public void setPid(String pid); ^^^ Javadoc: Missing tag for parameter pid ---------- 269. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/IRemoteServerProcess.java (at line 47) public void setPPid(String ppid); ^^^^ Javadoc: Missing tag for parameter ppid ---------- 270. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/IRemoteServerProcess.java (at line 52) public void setName(String name); ^^^^ Javadoc: Missing tag for parameter name ---------- 271. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/IRemoteServerProcess.java (at line 57) public void setState(String state); ^^^^^ Javadoc: Missing tag for parameter state ---------- 272. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/IRemoteServerProcess.java (at line 62) public void setTgid(String tgid); ^^^^ Javadoc: Missing tag for parameter tgid ---------- 273. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/IRemoteServerProcess.java (at line 67) public void setTracerPid(String tracerpid); ^^^^^^^^^ Javadoc: Missing tag for parameter tracerpid ---------- 274. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/IRemoteServerProcess.java (at line 72) public void setUid(String uid); ^^^ Javadoc: Missing tag for parameter uid ---------- 275. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/IRemoteServerProcess.java (at line 77) public void setUsername(String username); ^^^^^^^^ Javadoc: Missing tag for parameter username ---------- 276. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/IRemoteServerProcess.java (at line 82) public void setGid(String gid); ^^^ Javadoc: Missing tag for parameter gid ---------- 277. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/IRemoteServerProcess.java (at line 88) public void setAllProperties(String allProperties); ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter allProperties ---------- 278. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/IRemoteServerProcess.java (at line 93) public void setVmSizeInKB(String size); ^^^^ Javadoc: Missing tag for parameter size ---------- 279. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/IRemoteServerProcess.java (at line 99) public void setVmRSSInKB(String size); ^^^^ Javadoc: Missing tag for parameter size ---------- 280. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/IRemoteServerProcess.java (at line 104) public void setLabel(String label); ^^^^^ Javadoc: Missing tag for parameter label ---------- ---------- 281. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/ProcessHandler.java (at line 39) public SortedSet lookupProcesses(IHostProcessFilter rpfs) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 282. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/ProcessHandler.java (at line 47) public IHostProcess kill(IHostProcess process, String type) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- ---------- 283. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/ProcessHandlerManager.java (at line 40) public ProcessHandler getNewProcessHandler() ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 284. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/UniversalAIXProcessHandler.java (at line 236) protected String convertToStateCode(String state) ^^^^^^ Javadoc: Missing tag for return type ---------- 285. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/UniversalAIXProcessHandler.java (at line 236) protected String convertToStateCode(String state) ^^^^^ Javadoc: Missing tag for parameter state ---------- ---------- 286. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/UniversalLinuxProcessHandler.java (at line 193) public String getUid(String username) ^^^^^^ Javadoc: Missing tag for return type ---------- 287. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/UniversalLinuxProcessHandler.java (at line 193) public String getUid(String username) ^^^^^^^^ Javadoc: Missing tag for parameter username ---------- 288. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/UniversalLinuxProcessHandler.java (at line 202) public String getUsername(String uid) ^^^^^^ Javadoc: Missing tag for return type ---------- 289. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/UniversalLinuxProcessHandler.java (at line 202) public String getUsername(String uid) ^^^ Javadoc: Missing tag for parameter uid ---------- 290. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/UniversalLinuxProcessHandler.java (at line 243) private String processStatusLine(String line, int length) ^^^^^^ Javadoc: Missing tag for return type ---------- 291. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/UniversalLinuxProcessHandler.java (at line 297) protected String convertToStateCode(String state) ^^^^^^ Javadoc: Missing tag for return type ---------- 292. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/UniversalLinuxProcessHandler.java (at line 297) protected String convertToStateCode(String state) ^^^^^ Javadoc: Missing tag for parameter state ---------- ---------- 293. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/UniversalMacOSXProcessHandler.java (at line 118) protected String convertToStateCode(String state) { ^^^^^^ Javadoc: Missing tag for return type ---------- 294. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/UniversalMacOSXProcessHandler.java (at line 118) protected String convertToStateCode(String state) { ^^^^^ Javadoc: Missing tag for parameter state ---------- ---------- 295. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/UniversalServerProcessImpl.java (at line 53) public UniversalServerProcessImpl(String initialAttributes) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter initialAttributes ---------- ---------- 296. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemNonRegexMatcher.java (at line 324) * @param caseIgnored wether the pattern is not casesensitive ^^^^^^^^^^^ Javadoc: Parameter caseIgnored is not declared ---------- 297. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemNonRegexMatcher.java (at line 341) * @param start int that indicates the starting index of match, inclusive ^^^^^ Javadoc: Parameter start is not declared ---------- 298. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemNonRegexMatcher.java (at line 342) * @param end int that indicates the ending index of match, exclusive ^^^ Javadoc: Parameter end is not declared ---------- 299. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemNonRegexMatcher.java (at line 344) * @param ignoreCase boolean indicating wether p is case sensitive ^^^^^^^^^^ Javadoc: Parameter ignoreCase is not declared ---------- 300. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemNonRegexMatcher.java (at line 346) protected boolean regExpRegionMatches(String text, int tStart, String p, int pStart, int plen) { ^^^^^^ Javadoc: Missing tag for parameter tStart ---------- 301. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemNonRegexMatcher.java (at line 346) protected boolean regExpRegionMatches(String text, int tStart, String p, int pStart, int plen) { ^^^^^^ Javadoc: Missing tag for parameter pStart ---------- 302. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemNonRegexMatcher.java (at line 346) protected boolean regExpRegionMatches(String text, int tStart, String p, int pStart, int plen) { ^^^^ Javadoc: Missing tag for parameter plen ---------- 303. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemNonRegexMatcher.java (at line 377) * @param ignoreCase boolean indicating wether p is case sensitive ^^^^^^^^^^ Javadoc: Parameter ignoreCase is not declared ---------- ---------- 304. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemSearchFileNameMatcher.java (at line 108) * @see org.eclipse.rse.services.clientserver.ISystemSearchMatcher#matches(java.lang.String) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.rse.services.clientserver.ISystemSearchMatcher cannot be resolved to a type ---------- ---------- 305. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemSearchStringMatcher.java (at line 42) * @throws ^^^^^^ Javadoc: Missing class name ---------- 306. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemSearchStringMatcher.java (at line 94) * @see org.eclipse.rse.services.clientserver.ISystemSearchMatcher#matches(java.lang.String) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.rse.services.clientserver.ISystemSearchMatcher cannot be resolved to a type ---------- 306 problems (306 warnings)# 7/6/07 10:41: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.services/clientserver/org/eclipse/rse/internal/services/clientserver/archiveutils/SystemArchiveUtil.java (at line 31) public static boolean delete(File file) { ^^^^ Javadoc: Missing tag for parameter file ---------- ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/internal/services/clientserver/archiveutils/SystemUniversalZipEntry.java (at line 48) public ZipEntry getEntry() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/internal/services/clientserver/archiveutils/SystemUniversalZipEntry.java (at line 56) public void setEntry(ZipEntry newEntry) ^^^^^^^^ Javadoc: Missing tag for parameter newEntry ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/internal/services/clientserver/archiveutils/SystemUniversalZipEntry.java (at line 129) public String getExtension() ^^^^^^ Javadoc: Missing tag for return type ---------- 5. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/internal/services/clientserver/archiveutils/SystemUniversalZipEntry.java (at line 137) public boolean isNested() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 6. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/internal/services/clientserver/archiveutils/TarEntry.java (at line 400) public void writeFields(OutputStream outStream) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- ---------- 7. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/internal/services/clientserver/archiveutils/TarFile.java (at line 239) private TarEntry extractBlockHeader(byte[] blockData) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- ---------- 8. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/internal/services/clientserver/archiveutils/TarOutputStream.java (at line 87) public void putNextEntry(TarEntry entry) throws IOException { ^^^^^ Javadoc: Missing tag for parameter entry ---------- ---------- 9. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/internal/services/clientserver/java/EnhancedClassLoader.java (at line 76) private byte[] loadClassData(String name) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- ---------- 10. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/FileTypeMatcher.java (at line 74) public void setTypes(String[] types) ^^^^^ Javadoc: Missing tag for parameter types ---------- 11. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/FileTypeMatcher.java (at line 83) public void setTypesAndNames(String[] types, String[] names) ^^^^^ Javadoc: Missing tag for parameter types ---------- 12. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/FileTypeMatcher.java (at line 83) public void setTypesAndNames(String[] types, String[] names) ^^^^^ Javadoc: Missing tag for parameter names ---------- 13. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/FileTypeMatcher.java (at line 94) public void setTypesAndNames(String[] typesAndNames) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter typesAndNames ---------- 14. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/FileTypeMatcher.java (at line 122) public String[] getTypes() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 15. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/FileTypeMatcher.java (at line 130) public String[] getNames() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 16. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/FileTypeMatcher.java (at line 138) public void setCaseSensitive(boolean caseSensitive) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- 17. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/FileTypeMatcher.java (at line 161) public boolean isCaseSensitive() ^^^^^^^ Javadoc: Missing tag for return type ---------- 18. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/FileTypeMatcher.java (at line 248) public static String[] parseTypes(String typeList) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 19. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/FileTypeMatcher.java (at line 248) public static String[] parseTypes(String typeList) ^^^^^^^^ Javadoc: Missing tag for parameter typeList ---------- 20. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/FileTypeMatcher.java (at line 269) public static String[] parseNames(String typeList) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 21. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/FileTypeMatcher.java (at line 269) public static String[] parseNames(String typeList) ^^^^^^^^ Javadoc: Missing tag for parameter typeList ---------- ---------- 22. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/NamePatternMatcher.java (at line 361) public boolean isGeneric() ^^^^^^^ Javadoc: Missing tag for return type ---------- 23. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/NamePatternMatcher.java (at line 368) public boolean isQuoted() ^^^^^^^ Javadoc: Missing tag for return type ---------- 24. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/NamePatternMatcher.java (at line 377) public int getPatternType() ^^^ Javadoc: Missing tag for return type ---------- 25. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/NamePatternMatcher.java (at line 386) private static int countOccurrencesOf(String haystack, char needle) ^^^ Javadoc: Missing tag for return type ---------- 26. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/NamePatternMatcher.java (at line 386) private static int countOccurrencesOf(String haystack, char needle) ^^^^^^^^ Javadoc: Missing tag for parameter haystack ---------- 27. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/NamePatternMatcher.java (at line 386) private static int countOccurrencesOf(String haystack, char needle) ^^^^^^ Javadoc: Missing tag for parameter needle ---------- 28. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/NamePatternMatcher.java (at line 409) public void writeInfo(PrintWriter stream) ^^^^^^ Javadoc: Missing tag for parameter stream ---------- 29. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/NamePatternMatcher.java (at line 441) public static boolean verifyPattern(String genericName, boolean advanced) ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 30. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/SystemEncodingUtil.java (at line 100) public String getXMLFileEncoding(String filePath) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 31. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/SystemEncodingUtil.java (at line 338) public String getEncodingFromBOM(String filePath) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 32. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/SystemEncodingUtil.java (at line 350) * @param filePath the file path. ^^^^^^^^ Javadoc: Parameter filePath is not declared ---------- 33. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/SystemEncodingUtil.java (at line 353) private String getEncodingFromBOM(InputStream stream) throws IOException { ^^^^^^ Javadoc: Missing tag for parameter stream ---------- 34. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/SystemEncodingUtil.java (at line 353) private String getEncodingFromBOM(InputStream stream) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- ---------- 35. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/AbsoluteVirtualPath.java (at line 43) public AbsoluteVirtualPath(String absolutePath) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter absolutePath ---------- 36. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/AbsoluteVirtualPath.java (at line 113) public void setVirtualPart(String newVirtualPart) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newVirtualPart ---------- ---------- 37. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 128) * @param file the name of the file to test. ^^^^ Javadoc: Parameter file is not declared ---------- 38. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 132) public boolean isRegisteredArchive(String filename) ^^^^^^^^ Javadoc: Missing tag for parameter filename ---------- 39. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 178) public VirtualChild getVirtualObject(String fullyQualifiedName) ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 40. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 196) public ISystemArchiveHandler getRegisteredHandler(File file) ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 41. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 196) public ISystemArchiveHandler getRegisteredHandler(File file) ^^^^ Javadoc: Missing tag for parameter file ---------- 42. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 298) protected boolean handlerHasProperConstructor(Class handlerType) ^^^^^^^ Javadoc: Missing tag for return type ---------- 43. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 298) protected boolean handlerHasProperConstructor(Class handlerType) ^^^^^^^^^^^ Javadoc: Missing tag for parameter handlerType ---------- 44. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 319) protected boolean handlerImplementsISystemArchiveHandler(Class handlerType) ^^^^^^^ Javadoc: Missing tag for return type ---------- 45. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 319) protected boolean handlerImplementsISystemArchiveHandler(Class handlerType) ^^^^^^^^^^^ Javadoc: Missing tag for parameter handlerType ---------- 46. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 340) public void disposeOfRegisteredHandlerFor(File file) ^^^^ Javadoc: Missing tag for parameter file ---------- 47. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ArchiveHandlerManager.java (at line 447) public String[] getRegisteredExtensions() ^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 48. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 56) public VirtualChild[] getVirtualChildrenList(String parent); ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 49. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 64) public VirtualChild[] getVirtualChildren(String fullVirtualName); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 50. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 73) public VirtualChild[] getVirtualChildFolders(String fullVirtualName); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 51. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 81) public VirtualChild getVirtualFile(String fullVirtualName); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 52. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 87) public boolean exists(String fullVirtualName); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 53. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 104) public long getTimeStampFor(String fullVirtualName); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 54. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 110) public long getSizeFor(String fullVirtualName); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 55. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 197) public boolean add(File file, String virtualPath, String name); ^^^^ Javadoc: Missing tag for parameter file ---------- 56. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 197) public boolean add(File file, String virtualPath, String name); ^^^^^^^^^^^ Javadoc: Missing tag for parameter virtualPath ---------- 57. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 197) public boolean add(File file, String virtualPath, String name); ^^^^ Javadoc: Missing tag for parameter name ---------- 58. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 208) public boolean add(File file, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^ Javadoc: Missing tag for parameter file ---------- 59. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 208) public boolean add(File file, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^^^^^^^^ Javadoc: Missing tag for parameter virtualPath ---------- 60. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 208) public boolean add(File file, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^ Javadoc: Missing tag for parameter name ---------- 61. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 208) public boolean add(File file, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceEncoding ---------- 62. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 208) public boolean add(File file, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetEncoding ---------- 63. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 208) public boolean add(File file, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^^^ Javadoc: Missing tag for parameter isText ---------- 64. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 218) public boolean add(InputStream stream, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^^^ Javadoc: Missing tag for parameter stream ---------- 65. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 218) public boolean add(InputStream stream, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^^^^^^^^ Javadoc: Missing tag for parameter virtualPath ---------- 66. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 218) public boolean add(InputStream stream, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^ Javadoc: Missing tag for parameter name ---------- 67. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 218) public boolean add(InputStream stream, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceEncoding ---------- 68. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 218) public boolean add(InputStream stream, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetEncoding ---------- 69. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 218) public boolean add(InputStream stream, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^^^ Javadoc: Missing tag for parameter isText ---------- 70. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 229) public boolean add(File file, String virtualPath, String name, String sourceEncoding, String targetEncoding, ISystemFileTypes typeRegistery); ^^^^ Javadoc: Missing tag for parameter file ---------- 71. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 229) public boolean add(File file, String virtualPath, String name, String sourceEncoding, String targetEncoding, ISystemFileTypes typeRegistery); ^^^^^^^^^^^ Javadoc: Missing tag for parameter virtualPath ---------- 72. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 229) public boolean add(File file, String virtualPath, String name, String sourceEncoding, String targetEncoding, ISystemFileTypes typeRegistery); ^^^^ Javadoc: Missing tag for parameter name ---------- 73. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 229) public boolean add(File file, String virtualPath, String name, String sourceEncoding, String targetEncoding, ISystemFileTypes typeRegistery); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceEncoding ---------- 74. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 229) public boolean add(File file, String virtualPath, String name, String sourceEncoding, String targetEncoding, ISystemFileTypes typeRegistery); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetEncoding ---------- 75. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 229) public boolean add(File file, String virtualPath, String name, String sourceEncoding, String targetEncoding, ISystemFileTypes typeRegistery); ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter typeRegistery ---------- 76. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 239) public boolean add(File[] files, String virtualPath, String[] names); ^^^^^ Javadoc: Missing tag for parameter files ---------- 77. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 239) public boolean add(File[] files, String virtualPath, String[] names); ^^^^^^^^^^^ Javadoc: Missing tag for parameter virtualPath ---------- 78. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 239) public boolean add(File[] files, String virtualPath, String[] names); ^^^^^ Javadoc: Missing tag for parameter names ---------- 79. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 250) public boolean add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText); ^^^^^ Javadoc: Missing tag for parameter files ---------- 80. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 250) public boolean add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText); ^^^^^^^^^^^ Javadoc: Missing tag for parameter virtualPath ---------- 81. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 250) public boolean add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText); ^^^^^ Javadoc: Missing tag for parameter names ---------- 82. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 250) public boolean add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceEncodings ---------- 83. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 250) public boolean add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetEncodings ---------- 84. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 250) public boolean add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText); ^^^^^^ Javadoc: Missing tag for parameter isText ---------- 85. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 258) public boolean replace(String fullVirtualName, File file, String name); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 86. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 258) public boolean replace(String fullVirtualName, File file, String name); ^^^^ Javadoc: Missing tag for parameter file ---------- 87. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 258) public boolean replace(String fullVirtualName, File file, String name); ^^^^ Javadoc: Missing tag for parameter name ---------- 88. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 268) public boolean replace(String fullVirtualName, InputStream stream, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 89. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 268) public boolean replace(String fullVirtualName, InputStream stream, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^^^ Javadoc: Missing tag for parameter stream ---------- 90. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 268) public boolean replace(String fullVirtualName, InputStream stream, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^ Javadoc: Missing tag for parameter name ---------- 91. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 268) public boolean replace(String fullVirtualName, InputStream stream, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceEncoding ---------- 92. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 268) public boolean replace(String fullVirtualName, InputStream stream, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetEncoding ---------- 93. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 268) public boolean replace(String fullVirtualName, InputStream stream, String name, String sourceEncoding, String targetEncoding, boolean isText); ^^^^^^ Javadoc: Missing tag for parameter isText ---------- 94. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 274) public boolean delete(String fullVirtualName); ^^^^^^^ Javadoc: Missing tag for return type ---------- 95. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 274) public boolean delete(String fullVirtualName); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 96. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 281) public boolean rename(String fullVirtualName, String newName); ^^^^^^^ Javadoc: Missing tag for return type ---------- 97. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 281) public boolean rename(String fullVirtualName, String newName); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 98. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 281) public boolean rename(String fullVirtualName, String newName); ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 99. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 288) public boolean move(String fullVirtualName, String destinationVirtualPath); ^^^^^^^ Javadoc: Missing tag for return type ---------- 100. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 288) public boolean move(String fullVirtualName, String destinationVirtualPath); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 101. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 288) public boolean move(String fullVirtualName, String destinationVirtualPath); ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter destinationVirtualPath ---------- 102. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 295) public boolean fullRename(String fullVirtualName, String newFullVirtualName); ^^^^^^^ Javadoc: Missing tag for return type ---------- 103. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 295) public boolean fullRename(String fullVirtualName, String newFullVirtualName); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 104. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 295) public boolean fullRename(String fullVirtualName, String newFullVirtualName); ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newFullVirtualName ---------- 105. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 324) public String getStandardName(VirtualChild vc); ^^^^^^ Javadoc: Missing tag for return type ---------- 106. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/ISystemArchiveHandler.java (at line 324) public String getStandardName(VirtualChild vc); ^^ Javadoc: Missing tag for parameter vc ---------- ---------- 107. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 213) * @param the path of the parent entry, or "" to indicate the root entry. ^^^ Javadoc: Parameter the is not declared ---------- 108. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 216) public VirtualChild[] getChildren(String path) { ^^^^ Javadoc: Missing tag for parameter path ---------- 109. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 235) * @param the path of the parent entry, or "" to indicate the root entry. ^^^ Javadoc: Parameter the is not declared ---------- 110. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 238) public VirtualChild[] getChildrenFolders(String path) { ^^^^ Javadoc: Missing tag for parameter path ---------- 111. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 352) * @param name the name of the node. ^^^^ Javadoc: Parameter name is not declared ---------- 112. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 550) public SystemTarHandler(File file) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 113. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 611) protected void updateCache() throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 114. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 1061) public void listAllFiles(File parent, Vector found) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 115. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 1061) public void listAllFiles(File parent, Vector found) { ^^^^^ Javadoc: Missing tag for parameter found ---------- 116. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 1258) * @param name the virtual path for the entry. ^^^^ Javadoc: Parameter name is not declared ---------- 117. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemTarHandler.java (at line 1261) protected TarEntry createTarEntry(File file, String virtualPath) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter virtualPath ---------- ---------- 118. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 101) * @throws IOException If there is an error handling file ^^^^^^^^^^^ Javadoc: Exception IOException is not declared ---------- 119. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 183) protected void recursivePopulate(String key, VirtualChild value) ^^^ Javadoc: Missing tag for parameter key ---------- 120. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 183) protected void recursivePopulate(String key, VirtualChild value) ^^^^^ Javadoc: Missing tag for parameter value ---------- 121. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 238) public VirtualChild[] getVirtualChildrenList(boolean closeZipFile) ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 122. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 238) public VirtualChild[] getVirtualChildrenList(boolean closeZipFile) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 123. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 278) public VirtualChild[] getVirtualChildrenList(String parent, boolean closeZipFile) ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 124. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 278) public VirtualChild[] getVirtualChildrenList(String parent, boolean closeZipFile) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 125. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 278) public VirtualChild[] getVirtualChildrenList(String parent, boolean closeZipFile) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 126. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 478) public long getTimeStampFor(String fullVirtualName, boolean closeZipFile) ^^^^ Javadoc: Missing tag for return type ---------- 127. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 478) public long getTimeStampFor(String fullVirtualName, boolean closeZipFile) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 128. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 478) public long getTimeStampFor(String fullVirtualName, boolean closeZipFile) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 129. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 552) public boolean extractVirtualFile(String fullVirtualName, File destination, boolean closeZipFile, String sourceEncoding, boolean isText) ^^^^^^^ Javadoc: Missing tag for return type ---------- 130. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 552) public boolean extractVirtualFile(String fullVirtualName, File destination, boolean closeZipFile, String sourceEncoding, boolean isText) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 131. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 552) public boolean extractVirtualFile(String fullVirtualName, File destination, boolean closeZipFile, String sourceEncoding, boolean isText) ^^^^^^^^^^^ Javadoc: Missing tag for parameter destination ---------- 132. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 552) public boolean extractVirtualFile(String fullVirtualName, File destination, boolean closeZipFile, String sourceEncoding, boolean isText) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 133. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 552) public boolean extractVirtualFile(String fullVirtualName, File destination, boolean closeZipFile, String sourceEncoding, boolean isText) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceEncoding ---------- 134. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 552) public boolean extractVirtualFile(String fullVirtualName, File destination, boolean closeZipFile, String sourceEncoding, boolean isText) ^^^^^^ Javadoc: Missing tag for parameter isText ---------- 135. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 900) public boolean add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText, boolean closeZipFile) ^^^^^^^ Javadoc: Missing tag for return type ---------- 136. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 900) public boolean add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText, boolean closeZipFile) ^^^^^ Javadoc: Missing tag for parameter files ---------- 137. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 900) public boolean add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText, boolean closeZipFile) ^^^^^^^^^^^ Javadoc: Missing tag for parameter virtualPath ---------- 138. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 900) public boolean add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText, boolean closeZipFile) ^^^^^ Javadoc: Missing tag for parameter names ---------- 139. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 900) public boolean add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText, boolean closeZipFile) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceEncodings ---------- 140. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 900) public boolean add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText, boolean closeZipFile) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetEncodings ---------- 141. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 900) public boolean add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText, boolean closeZipFile) ^^^^^^ Javadoc: Missing tag for parameter isText ---------- 142. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 900) public boolean add(File[] files, String virtualPath, String[] names, String[] sourceEncodings, String[] targetEncodings, boolean[] isText, boolean closeZipFile) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 143. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 966) public static void listAllFiles(File parent, HashSet found) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 144. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 966) public static void listAllFiles(File parent, HashSet found) ^^^^^ Javadoc: Missing tag for parameter found ---------- 145. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1048) * @param oldName The name of the virtual child to rename ^^^^^^^ Javadoc: Parameter oldName is not declared ---------- 146. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1049) * @param newName The new name for the renamed virtual child. ^^^^^^^ Javadoc: Parameter newName is not declared ---------- 147. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1052) protected void recreateZipRenameEntries(VirtualChild[] vcList, ZipOutputStream dest, HashMap names) throws IOException ^^^^^ Javadoc: Missing tag for parameter names ---------- 148. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1108) protected ZipEntry appendFile(File file, ZipOutputStream dest, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText) throws IOException ^^^^ Javadoc: Missing tag for parameter file ---------- 149. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1108) protected ZipEntry appendFile(File file, ZipOutputStream dest, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText) throws IOException ^^^^ Javadoc: Missing tag for parameter dest ---------- 150. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1108) protected ZipEntry appendFile(File file, ZipOutputStream dest, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText) throws IOException ^^^^^^^^^^^ Javadoc: Missing tag for parameter virtualPath ---------- 151. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1108) protected ZipEntry appendFile(File file, ZipOutputStream dest, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText) throws IOException ^^^^ Javadoc: Missing tag for parameter name ---------- 152. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1108) protected ZipEntry appendFile(File file, ZipOutputStream dest, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText) throws IOException ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceEncoding ---------- 153. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1108) protected ZipEntry appendFile(File file, ZipOutputStream dest, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText) throws IOException ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetEncoding ---------- 154. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1108) protected ZipEntry appendFile(File file, ZipOutputStream dest, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText) throws IOException ^^^^^^ Javadoc: Missing tag for parameter isText ---------- 155. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1175) protected ZipEntry appendBytes(InputStream stream, ZipOutputStream dest, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText) throws IOException ^^^^^^ Javadoc: Missing tag for parameter stream ---------- 156. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1175) protected ZipEntry appendBytes(InputStream stream, ZipOutputStream dest, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText) throws IOException ^^^^ Javadoc: Missing tag for parameter dest ---------- 157. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1175) protected ZipEntry appendBytes(InputStream stream, ZipOutputStream dest, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText) throws IOException ^^^^^^^^^^^ Javadoc: Missing tag for parameter virtualPath ---------- 158. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1175) protected ZipEntry appendBytes(InputStream stream, ZipOutputStream dest, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText) throws IOException ^^^^ Javadoc: Missing tag for parameter name ---------- 159. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1175) protected ZipEntry appendBytes(InputStream stream, ZipOutputStream dest, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText) throws IOException ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceEncoding ---------- 160. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1175) protected ZipEntry appendBytes(InputStream stream, ZipOutputStream dest, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText) throws IOException ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetEncoding ---------- 161. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1175) protected ZipEntry appendBytes(InputStream stream, ZipOutputStream dest, String virtualPath, String name, String sourceEncoding, String targetEncoding, boolean isText) throws IOException ^^^^^^ Javadoc: Missing tag for parameter isText ---------- 162. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1223) protected void replaceOldZip(File outputTempFile) throws IOException ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter outputTempFile ---------- 163. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1247) public boolean delete(String fullVirtualName, boolean closeZipFile) ^^^^^^^ Javadoc: Missing tag for return type ---------- 164. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1247) public boolean delete(String fullVirtualName, boolean closeZipFile) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 165. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1247) public boolean delete(String fullVirtualName, boolean closeZipFile) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 166. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1360) public boolean replace(String fullVirtualName, File file, String name, boolean closeZipFile) ^^^^^^^ Javadoc: Missing tag for return type ---------- 167. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1360) public boolean replace(String fullVirtualName, File file, String name, boolean closeZipFile) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 168. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1360) public boolean replace(String fullVirtualName, File file, String name, boolean closeZipFile) ^^^^ Javadoc: Missing tag for parameter file ---------- 169. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1360) public boolean replace(String fullVirtualName, File file, String name, boolean closeZipFile) ^^^^ Javadoc: Missing tag for parameter name ---------- 170. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1360) public boolean replace(String fullVirtualName, File file, String name, boolean closeZipFile) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 171. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1487) public boolean fullRename(String fullVirtualName, String newFullVirtualName, boolean closeZipFile) ^^^^^^^ Javadoc: Missing tag for return type ---------- 172. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1487) public boolean fullRename(String fullVirtualName, String newFullVirtualName, boolean closeZipFile) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 173. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1487) public boolean fullRename(String fullVirtualName, String newFullVirtualName, boolean closeZipFile) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newFullVirtualName ---------- 174. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1487) public boolean fullRename(String fullVirtualName, String newFullVirtualName, boolean closeZipFile) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 175. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1664) protected boolean createVirtualObject(String name, boolean closeZipFile) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 176. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1820) protected ZipEntry safeGetEntry(String name) throws IOException ^^^^^^^^ Javadoc: Missing tag for return type ---------- 177. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1820) protected ZipEntry safeGetEntry(String name) throws IOException ^^^^ Javadoc: Missing tag for parameter name ---------- 178. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1820) protected ZipEntry safeGetEntry(String name) throws IOException ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 179. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1938) public String getCommentFor(String fullVirtualName, boolean closeZipFile) ^^^^^^ Javadoc: Missing tag for return type ---------- 180. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1938) public String getCommentFor(String fullVirtualName, boolean closeZipFile) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 181. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1938) public String getCommentFor(String fullVirtualName, boolean closeZipFile) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 182. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1975) public long getCompressedSizeFor(String fullVirtualName, boolean closeZipFile) ^^^^ Javadoc: Missing tag for return type ---------- 183. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1975) public long getCompressedSizeFor(String fullVirtualName, boolean closeZipFile) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 184. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 1975) public long getCompressedSizeFor(String fullVirtualName, boolean closeZipFile) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 185. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2010) public String getCompressionMethodFor(String fullVirtualName, boolean closeZipFile) ^^^^^^ Javadoc: Missing tag for return type ---------- 186. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2010) public String getCompressionMethodFor(String fullVirtualName, boolean closeZipFile) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 187. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2010) public String getCompressionMethodFor(String fullVirtualName, boolean closeZipFile) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- 188. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2041) * @see org.eclipse.rse.services.clientserver.archiveutils.ISystemArchiveHandler#isExecutable(java.lang.String) ^^^^^^^^^^^^ Javadoc: The method isExecutable(String) is undefined for the type ISystemArchiveHandler ---------- 189. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2050) * @see org.eclipse.rse.services.clientserver.archiveutils.ISystemArchiveHandler#isExecutable(java.lang.String) ^^^^^^^^^^^^ Javadoc: The method isExecutable(String) is undefined for the type ISystemArchiveHandler ---------- 190. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2052) public String getClassification(String fullVirtualName, boolean closeZipFile) { ^^^^^^ Javadoc: Missing tag for return type ---------- 191. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2052) public String getClassification(String fullVirtualName, boolean closeZipFile) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 192. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/SystemZipHandler.java (at line 2052) public String getClassification(String fullVirtualName, boolean closeZipFile) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter closeZipFile ---------- ---------- 193. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 45) public VirtualChild(ISystemArchiveHandler handler) ^^^^^^^ Javadoc: Missing tag for parameter handler ---------- 194. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 62) public VirtualChild(ISystemArchiveHandler handler, String fullVirtualName) ^^^^^^^ Javadoc: Missing tag for parameter handler ---------- 195. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 62) public VirtualChild(ISystemArchiveHandler handler, String fullVirtualName) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 196. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 76) public VirtualChild(String fullVirtualName, File containingArchive) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullVirtualName ---------- 197. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 76) public VirtualChild(String fullVirtualName, File containingArchive) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter containingArchive ---------- 198. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 170) public File getExtractedFile(String sourceEncoding, boolean isText) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceEncoding ---------- 199. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 170) public File getExtractedFile(String sourceEncoding, boolean isText) ^^^^^^ Javadoc: Missing tag for parameter isText ---------- 200. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 233) public boolean getExtractedFile(File destination) ^^^^^^^^^^^ Javadoc: Missing tag for parameter destination ---------- 201. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 248) public boolean getExtractedFile(File destination, String sourceEncoding, boolean isText) ^^^^^^^^^^^ Javadoc: Missing tag for parameter destination ---------- 202. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 248) public boolean getExtractedFile(File destination, String sourceEncoding, boolean isText) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceEncoding ---------- 203. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 248) public boolean getExtractedFile(File destination, String sourceEncoding, boolean isText) ^^^^^^ Javadoc: Missing tag for parameter isText ---------- 204. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/archiveutils/VirtualChild.java (at line 285) public void renameTo(String newName) ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- ---------- 205. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/BasicClassFileParser.java (at line 283) protected FieldInfo readField(EnhancedDataInputStream dataStream) throws IOException { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 206. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/BasicClassFileParser.java (at line 315) protected MethodInfo readMethod(EnhancedDataInputStream dataStream) throws IOException { ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 207. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/BasicClassFileParser.java (at line 334) protected AbstractAttributeInfo readAttribute(EnhancedDataInputStream dataStream) throws IOException { ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 208. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/BasicClassFileParser.java (at line 358) protected String getString(int index) { ^^^^^^ Javadoc: Missing tag for return type ---------- 209. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/BasicClassFileParser.java (at line 358) protected String getString(int index) { ^^^^^ Javadoc: Missing tag for parameter index ---------- ---------- 210. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/ClassFileUtil.java (at line 95) public String getQualifiedClassName(String classFilePath) throws IOException { ^^^^^^ Javadoc: Missing tag for return type ---------- 211. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/ClassFileUtil.java (at line 105) public String getQualifiedClassName(File classFile) throws IOException { ^^^^^^ Javadoc: Missing tag for return type ---------- 212. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/java/ClassFileUtil.java (at line 115) public String getQualifiedClassName(InputStream stream) throws IOException { ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 213. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessage.java (at line 336) private void makeSub(int subNumber, Object sub) { ^^^^^^^^^ Javadoc: Missing tag for parameter subNumber ---------- 214. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessage.java (at line 336) private void makeSub(int subNumber, Object sub) { ^^^ Javadoc: Missing tag for parameter sub ---------- ---------- 215. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessageFile.java (at line 331) private String getNodeText(Node msgNode) ^^^^^^ Javadoc: Missing tag for return type ---------- 216. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessageFile.java (at line 331) private String getNodeText(Node msgNode) ^^^^^^^ Javadoc: Missing tag for parameter msgNode ---------- 217. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessageFile.java (at line 550) private boolean issueErrorMessage(String errormsg, boolean echoStandardOut) ^^^^^^^ Javadoc: Missing tag for return type ---------- 218. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessageFile.java (at line 550) private boolean issueErrorMessage(String errormsg, boolean echoStandardOut) ^^^^^^^^ Javadoc: Missing tag for parameter errormsg ---------- 219. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessageFile.java (at line 550) private boolean issueErrorMessage(String errormsg, boolean echoStandardOut) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter echoStandardOut ---------- 220. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessageFile.java (at line 564) private boolean issueWarningMessage(String errormsg, boolean echoStandardOut) ^^^^^^^ Javadoc: Missing tag for return type ---------- 221. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessageFile.java (at line 564) private boolean issueWarningMessage(String errormsg, boolean echoStandardOut) ^^^^^^^^ Javadoc: Missing tag for parameter errormsg ---------- 222. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessageFile.java (at line 564) private boolean issueWarningMessage(String errormsg, boolean echoStandardOut) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter echoStandardOut ---------- 223. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessageFile.java (at line 664) * @param String messageFile: InputStream containing the XML file ^^^^^^ Javadoc: Parameter String is not declared ---------- 224. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessageFile.java (at line 666) private Document loadAndParseXMLFile (InputStream messageFile) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 225. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/messages/SystemMessageFile.java (at line 666) private Document loadAndParseXMLFile (InputStream messageFile) ^^^^^^^^^^^ Javadoc: Missing tag for parameter messageFile ---------- ---------- 226. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/HostProcessFilterImpl.java (at line 67) public HostProcessFilterImpl(boolean resolveVariables) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter resolveVariables ---------- 227. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/HostProcessFilterImpl.java (at line 85) public HostProcessFilterImpl(String input) ^^^^^ Javadoc: Missing tag for parameter input ---------- 228. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/HostProcessFilterImpl.java (at line 94) public HostProcessFilterImpl(String input, boolean resolveVariables) ^^^^^ Javadoc: Missing tag for parameter input ---------- 229. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/HostProcessFilterImpl.java (at line 94) public HostProcessFilterImpl(String input, boolean resolveVariables) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter resolveVariables ---------- ---------- 230. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcess.java (at line 33) public long getPid(); ^^^^ Javadoc: Missing tag for return type ---------- 231. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcess.java (at line 38) public long getPPid(); ^^^^ Javadoc: Missing tag for return type ---------- 232. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcess.java (at line 43) public String getName(); ^^^^^^ Javadoc: Missing tag for return type ---------- 233. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcess.java (at line 48) public String getState(); ^^^^^^ Javadoc: Missing tag for return type ---------- 234. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcess.java (at line 53) public long getTgid(); ^^^^ Javadoc: Missing tag for return type ---------- 235. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcess.java (at line 58) public long getTracerPid(); ^^^^ Javadoc: Missing tag for return type ---------- 236. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcess.java (at line 63) public long getUid(); ^^^^ Javadoc: Missing tag for return type ---------- 237. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcess.java (at line 68) public String getUsername(); ^^^^^^ Javadoc: Missing tag for return type ---------- 238. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcess.java (at line 73) public long getGid(); ^^^^ Javadoc: Missing tag for return type ---------- 239. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcess.java (at line 78) public boolean isRoot(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 240. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcess.java (at line 83) public long getVmSizeInKB(); ^^^^ Javadoc: Missing tag for return type ---------- 241. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcess.java (at line 89) public long getVmRSSInKB(); ^^^^ Javadoc: Missing tag for return type ---------- 242. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcess.java (at line 94) public String getLabel(); ^^^^^^ Javadoc: Missing tag for return type ---------- 243. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcess.java (at line 100) public String getAllProperties(); ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 244. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 28) public String getName(); ^^^^^^ Javadoc: Missing tag for return type ---------- 245. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 33) public String getUsername(); ^^^^^^ Javadoc: Missing tag for return type ---------- 246. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 38) public String getGid(); ^^^^^^ Javadoc: Missing tag for return type ---------- 247. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 43) public String getPpid(); ^^^^^^ Javadoc: Missing tag for return type ---------- 248. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 48) public String getPid(); ^^^^^^ Javadoc: Missing tag for return type ---------- 249. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 54) public boolean getAnyStatus(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 250. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 59) public String getMinVM(); ^^^^^^ Javadoc: Missing tag for return type ---------- 251. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 64) public String getMaxVM(); ^^^^^^ Javadoc: Missing tag for return type ---------- 252. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 71) public void setName(String obj); ^^^ Javadoc: Missing tag for parameter obj ---------- 253. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 78) public void setUsername(String obj); ^^^ Javadoc: Missing tag for parameter obj ---------- 254. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 83) public void setGid(String obj); ^^^ Javadoc: Missing tag for parameter obj ---------- 255. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 88) public void setPpid(String obj); ^^^ Javadoc: Missing tag for parameter obj ---------- 256. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 93) public void setPid(String obj); ^^^ Javadoc: Missing tag for parameter obj ---------- 257. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 103) public void setMinVM(String strMinVM); ^^^^^^^^ Javadoc: Missing tag for parameter strMinVM ---------- 258. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 108) public void setMaxVM(String strMaxVM); ^^^^^^^^ Javadoc: Missing tag for parameter strMaxVM ---------- 259. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 119) public boolean allows(String status); ^^^^^^^ Javadoc: Missing tag for return type ---------- 260. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/IHostProcessFilter.java (at line 119) public boolean allows(String status); ^^^^^^ Javadoc: Missing tag for parameter status ---------- ---------- 261. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/IRemoteServerProcess.java (at line 42) public void setPid(String pid); ^^^ Javadoc: Missing tag for parameter pid ---------- 262. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/IRemoteServerProcess.java (at line 47) public void setPPid(String ppid); ^^^^ Javadoc: Missing tag for parameter ppid ---------- 263. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/IRemoteServerProcess.java (at line 52) public void setName(String name); ^^^^ Javadoc: Missing tag for parameter name ---------- 264. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/IRemoteServerProcess.java (at line 57) public void setState(String state); ^^^^^ Javadoc: Missing tag for parameter state ---------- 265. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/IRemoteServerProcess.java (at line 62) public void setTgid(String tgid); ^^^^ Javadoc: Missing tag for parameter tgid ---------- 266. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/IRemoteServerProcess.java (at line 67) public void setTracerPid(String tracerpid); ^^^^^^^^^ Javadoc: Missing tag for parameter tracerpid ---------- 267. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/IRemoteServerProcess.java (at line 72) public void setUid(String uid); ^^^ Javadoc: Missing tag for parameter uid ---------- 268. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/IRemoteServerProcess.java (at line 77) public void setUsername(String username); ^^^^^^^^ Javadoc: Missing tag for parameter username ---------- 269. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/IRemoteServerProcess.java (at line 82) public void setGid(String gid); ^^^ Javadoc: Missing tag for parameter gid ---------- 270. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/IRemoteServerProcess.java (at line 88) public void setAllProperties(String allProperties); ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter allProperties ---------- 271. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/IRemoteServerProcess.java (at line 93) public void setVmSizeInKB(String size); ^^^^ Javadoc: Missing tag for parameter size ---------- 272. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/IRemoteServerProcess.java (at line 99) public void setVmRSSInKB(String size); ^^^^ Javadoc: Missing tag for parameter size ---------- 273. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/IRemoteServerProcess.java (at line 104) public void setLabel(String label); ^^^^^ Javadoc: Missing tag for parameter label ---------- ---------- 274. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/ProcessHandler.java (at line 39) public SortedSet lookupProcesses(IHostProcessFilter rpfs) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 275. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/ProcessHandler.java (at line 47) public IHostProcess kill(IHostProcess process, String type) 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.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/ProcessHandlerManager.java (at line 40) public ProcessHandler getNewProcessHandler() ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 277. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/UniversalAIXProcessHandler.java (at line 236) protected String convertToStateCode(String state) ^^^^^^ Javadoc: Missing tag for return type ---------- 278. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/UniversalAIXProcessHandler.java (at line 236) protected String convertToStateCode(String state) ^^^^^ Javadoc: Missing tag for parameter state ---------- ---------- 279. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/UniversalLinuxProcessHandler.java (at line 193) public String getUid(String username) ^^^^^^ Javadoc: Missing tag for return type ---------- 280. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/UniversalLinuxProcessHandler.java (at line 193) public String getUid(String username) ^^^^^^^^ Javadoc: Missing tag for parameter username ---------- 281. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/UniversalLinuxProcessHandler.java (at line 202) public String getUsername(String uid) ^^^^^^ Javadoc: Missing tag for return type ---------- 282. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/UniversalLinuxProcessHandler.java (at line 202) public String getUsername(String uid) ^^^ Javadoc: Missing tag for parameter uid ---------- 283. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/UniversalLinuxProcessHandler.java (at line 243) private String processStatusLine(String line, int length) ^^^^^^ Javadoc: Missing tag for return type ---------- 284. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/UniversalLinuxProcessHandler.java (at line 297) protected String convertToStateCode(String state) ^^^^^^ Javadoc: Missing tag for return type ---------- 285. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/UniversalLinuxProcessHandler.java (at line 297) protected String convertToStateCode(String state) ^^^^^ Javadoc: Missing tag for parameter state ---------- ---------- 286. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/UniversalMacOSXProcessHandler.java (at line 118) protected String convertToStateCode(String state) { ^^^^^^ Javadoc: Missing tag for return type ---------- 287. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/UniversalMacOSXProcessHandler.java (at line 118) protected String convertToStateCode(String state) { ^^^^^ Javadoc: Missing tag for parameter state ---------- ---------- 288. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/processes/handlers/UniversalServerProcessImpl.java (at line 53) public UniversalServerProcessImpl(String initialAttributes) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter initialAttributes ---------- ---------- 289. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemNonRegexMatcher.java (at line 324) * @param caseIgnored wether the pattern is not casesensitive ^^^^^^^^^^^ Javadoc: Parameter caseIgnored is not declared ---------- 290. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemNonRegexMatcher.java (at line 341) * @param start int that indicates the starting index of match, inclusive ^^^^^ Javadoc: Parameter start is not declared ---------- 291. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemNonRegexMatcher.java (at line 342) * @param end int that indicates the ending index of match, exclusive ^^^ Javadoc: Parameter end is not declared ---------- 292. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemNonRegexMatcher.java (at line 344) * @param ignoreCase boolean indicating wether p is case sensitive ^^^^^^^^^^ Javadoc: Parameter ignoreCase is not declared ---------- 293. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemNonRegexMatcher.java (at line 346) protected boolean regExpRegionMatches(String text, int tStart, String p, int pStart, int plen) { ^^^^^^ Javadoc: Missing tag for parameter tStart ---------- 294. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemNonRegexMatcher.java (at line 346) protected boolean regExpRegionMatches(String text, int tStart, String p, int pStart, int plen) { ^^^^^^ Javadoc: Missing tag for parameter pStart ---------- 295. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemNonRegexMatcher.java (at line 346) protected boolean regExpRegionMatches(String text, int tStart, String p, int pStart, int plen) { ^^^^ Javadoc: Missing tag for parameter plen ---------- 296. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemNonRegexMatcher.java (at line 377) * @param ignoreCase boolean indicating wether p is case sensitive ^^^^^^^^^^ Javadoc: Parameter ignoreCase is not declared ---------- ---------- 297. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemSearchFileNameMatcher.java (at line 108) * @see org.eclipse.rse.services.clientserver.ISystemSearchMatcher#matches(java.lang.String) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.rse.services.clientserver.ISystemSearchMatcher cannot be resolved to a type ---------- ---------- 298. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemSearchStringMatcher.java (at line 42) * @throws ^^^^^^ Javadoc: Missing class name ---------- 299. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services/clientserver/org/eclipse/rse/services/clientserver/search/SystemSearchStringMatcher.java (at line 94) * @see org.eclipse.rse.services.clientserver.ISystemSearchMatcher#matches(java.lang.String) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.rse.services.clientserver.ISystemSearchMatcher cannot be resolved to a type ---------- 299 problems (299 warnings)# 7/6/07 10:42:13 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.shells.ui/src/org/eclipse/rse/internal/shells/ui/ShellsUIPlugin.java (at line 108) public static ShellsUIPlugin getDefault() { ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/actions/SystemCommandAction.java (at line 478) private void runCommand(String cmd, boolean launchNewShell) ^^^ Javadoc: Missing tag for parameter cmd ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/actions/SystemCommandAction.java (at line 478) private void runCommand(String cmd, boolean launchNewShell) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter launchNewShell ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/actions/SystemCommandAction.java (at line 620) private void showInView(IRemoteCommandShell cmd) ^^^ Javadoc: Missing tag for parameter cmd ---------- ---------- 5. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/actions/SystemExportShellHistoryAction.java (at line 24) import org.eclipse.rse.internal.subsystems.files.core.SystemFileResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 6. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/actions/SystemExportShellHistoryAction.java (at line 60) fdlg.setText(SystemFileResources.RESID_ENTER_OR_SELECT_FILE_TITLE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 7. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/actions/SystemExportShellHistoryAction.java (at line 60) fdlg.setText(SystemFileResources.RESID_ENTER_OR_SELECT_FILE_TITLE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_ENTER_OR_SELECT_FILE_TITLE from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- ---------- 8. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/actions/SystemExportShellOutputAction.java (at line 25) import org.eclipse.rse.internal.subsystems.files.core.SystemFileResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 9. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/actions/SystemExportShellOutputAction.java (at line 59) fdlg.setText(SystemFileResources.RESID_ENTER_OR_SELECT_FILE_TITLE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- 10. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/actions/SystemExportShellOutputAction.java (at line 59) fdlg.setText(SystemFileResources.RESID_ENTER_OR_SELECT_FILE_TITLE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_ENTER_OR_SELECT_FILE_TITLE from the type SystemFileResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/@dot ---------- ---------- 11. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/propertypages/EnvironmentVariablesPropertyPage.java (at line 111) private IRemoteCmdSubSystem getCmdSubSystem() ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 12. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/CommandsViewPage.java (at line 39) import org.eclipse.rse.internal.ui.SystemResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 13. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/CommandsViewPage.java (at line 40) import org.eclipse.rse.internal.ui.view.SystemTableViewProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemTableViewProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 14. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/CommandsViewPage.java (at line 146) super(SystemResources.ACTION_SELECT_ALL_LABEL, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 15. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/CommandsViewPage.java (at line 146) super(SystemResources.ACTION_SELECT_ALL_LABEL, null); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ACTION_SELECT_ALL_LABEL from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 16. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/CommandsViewPage.java (at line 147) setToolTipText(SystemResources.ACTION_SELECT_ALL_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 17. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/CommandsViewPage.java (at line 147) setToolTipText(SystemResources.ACTION_SELECT_ALL_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ACTION_SELECT_ALL_TOOLTIP from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 18. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/CommandsViewPage.java (at line 309) _inputEntry = new SystemCommandEditor(_viewPart.getViewSite(), _inputContainer, SWT.SINGLE | SWT.BORDER, 50, _entryViewerConfiguration, "", SystemResources.ACTION_CONTENT_ASSIST); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 19. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/CommandsViewPage.java (at line 309) _inputEntry = new SystemCommandEditor(_viewPart.getViewSite(), _inputContainer, SWT.SINGLE | SWT.BORDER, 50, _entryViewerConfiguration, "", SystemResources.ACTION_CONTENT_ASSIST); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ACTION_CONTENT_ASSIST from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 20. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/CommandsViewPage.java (at line 548) ((SystemTableViewProvider) _viewer.getContentProvider()).flushCache(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method flushCache() from the type SystemTableViewProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 21. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/CommandsViewPage.java (at line 548) ((SystemTableViewProvider) _viewer.getContentProvider()).flushCache(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemTableViewProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 22. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/ShellServiceSubSystemConfigurationAdapter.java (at line 92) public IAction getCommandShellHistoryExportAction(Shell shell) ^^^^^^^ Javadoc: Missing tag for return type ---------- 23. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/ShellServiceSubSystemConfigurationAdapter.java (at line 92) public IAction getCommandShellHistoryExportAction(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 24. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/ShellServiceSubSystemConfigurationAdapter.java (at line 104) public IAction getCommandShellOutputExportAction(Shell shell) ^^^^^^^ Javadoc: Missing tag for return type ---------- 25. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/ShellServiceSubSystemConfigurationAdapter.java (at line 104) public IAction getCommandShellOutputExportAction(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 26. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/ShellServiceSubSystemConfigurationAdapter.java (at line 117) public ImageDescriptor getActiveCommandShellImageDescriptor() ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 27. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/ShellServiceSubSystemConfigurationAdapter.java (at line 129) public ImageDescriptor getInactiveCommandShellImageDescriptor() ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 28. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/SystemCommandsViewPart.java (at line 52) import org.eclipse.rse.internal.ui.SystemResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 29. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/SystemCommandsViewPart.java (at line 183) super(SystemResources.ACTION_CLEAR_LABEL, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 30. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/SystemCommandsViewPart.java (at line 183) super(SystemResources.ACTION_CLEAR_LABEL, ^^^^^^^^^^^^^^^^^^ Discouraged access: The field ACTION_CLEAR_LABEL from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 31. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/SystemCommandsViewProvider.java (at line 20) import org.eclipse.rse.internal.ui.view.SystemTableViewProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemTableViewProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 32. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/SystemCommandsViewProvider.java (at line 22) public class SystemCommandsViewProvider extends SystemTableViewProvider ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemTableViewProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 33. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/SystemCommandsViewProvider.java (at line 30) String result = getAdapterFor(object).getAlternateText(object); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getAdapterFor(Object) from the type SystemTableViewProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 34. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/SystemCommandsViewProvider.java (at line 32) if (len > _maxCharsInColumnZero) ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field _maxCharsInColumnZero from the type SystemTableViewProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 35. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/SystemCommandsViewProvider.java (at line 34) _maxCharsInColumnZero = len; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field _maxCharsInColumnZero from the type SystemTableViewProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 36. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/SystemViewRemoteErrorAdapter.java (at line 21) import org.eclipse.rse.internal.ui.view.SystemViewResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 37. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/SystemViewRemoteErrorAdapter.java (at line 62) _uniquePropertyDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_ERROR_FILENAME, SystemViewResources.RESID_PROPERTY_ERROR_FILENAME_LABEL, SystemViewResources.RESID_PROPERTY_ERROR_FILENAME_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 38. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/SystemViewRemoteErrorAdapter.java (at line 62) _uniquePropertyDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_ERROR_FILENAME, SystemViewResources.RESID_PROPERTY_ERROR_FILENAME_LABEL, SystemViewResources.RESID_PROPERTY_ERROR_FILENAME_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_ERROR_FILENAME_LABEL from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 39. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/SystemViewRemoteErrorAdapter.java (at line 62) _uniquePropertyDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_ERROR_FILENAME, SystemViewResources.RESID_PROPERTY_ERROR_FILENAME_LABEL, SystemViewResources.RESID_PROPERTY_ERROR_FILENAME_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 40. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/SystemViewRemoteErrorAdapter.java (at line 62) _uniquePropertyDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_ERROR_FILENAME, SystemViewResources.RESID_PROPERTY_ERROR_FILENAME_LABEL, SystemViewResources.RESID_PROPERTY_ERROR_FILENAME_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_ERROR_FILENAME_TOOLTIP from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 41. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/SystemViewRemoteErrorAdapter.java (at line 65) _uniquePropertyDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_ERROR_LINENO, SystemViewResources.RESID_PROPERTY_ERROR_LINENO_LABEL, SystemViewResources.RESID_PROPERTY_ERROR_LINENO_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 42. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/SystemViewRemoteErrorAdapter.java (at line 65) _uniquePropertyDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_ERROR_LINENO, SystemViewResources.RESID_PROPERTY_ERROR_LINENO_LABEL, SystemViewResources.RESID_PROPERTY_ERROR_LINENO_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_ERROR_LINENO_LABEL from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 43. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/SystemViewRemoteErrorAdapter.java (at line 65) _uniquePropertyDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_ERROR_LINENO, SystemViewResources.RESID_PROPERTY_ERROR_LINENO_LABEL, SystemViewResources.RESID_PROPERTY_ERROR_LINENO_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 44. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/SystemViewRemoteErrorAdapter.java (at line 65) _uniquePropertyDescriptorArray[++i] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_ERROR_LINENO, SystemViewResources.RESID_PROPERTY_ERROR_LINENO_LABEL, SystemViewResources.RESID_PROPERTY_ERROR_LINENO_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_ERROR_LINENO_TOOLTIP from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 45. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/SystemViewRemoteErrorAdapter.java (at line 86) _propertyDescriptors[++idx] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_PATH, SystemViewResources.RESID_PROPERTY_FILE_PATH_LABEL, SystemViewResources.RESID_PROPERTY_FILE_PATH_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 46. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/SystemViewRemoteErrorAdapter.java (at line 86) _propertyDescriptors[++idx] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_PATH, SystemViewResources.RESID_PROPERTY_FILE_PATH_LABEL, SystemViewResources.RESID_PROPERTY_FILE_PATH_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_PATH_LABEL from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 47. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/SystemViewRemoteErrorAdapter.java (at line 86) _propertyDescriptors[++idx] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_PATH, SystemViewResources.RESID_PROPERTY_FILE_PATH_LABEL, SystemViewResources.RESID_PROPERTY_FILE_PATH_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 48. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/internal/shells/ui/view/SystemViewRemoteErrorAdapter.java (at line 86) _propertyDescriptors[++idx] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_FILE_PATH, SystemViewResources.RESID_PROPERTY_FILE_PATH_LABEL, SystemViewResources.RESID_PROPERTY_FILE_PATH_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_FILE_PATH_TOOLTIP from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 49. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/RemoteCommandHelpers.java (at line 65) public static String getWorkingDirectory(IRemoteFile selectedFile) ^^^^^^ Javadoc: Missing tag for return type ---------- 50. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/RemoteCommandHelpers.java (at line 65) public static String getWorkingDirectory(IRemoteFile selectedFile) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedFile ---------- 51. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/RemoteCommandHelpers.java (at line 131) IRemoteCmdSubSystem cmdSubSystem, boolean isCompile) ^^^^^^^^^ Javadoc: Missing tag for parameter isCompile ---------- ---------- 52. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/CommandEntryContentAssistProcessor.java (at line 130) public CommandEntryContentAssistProcessor(CommandEntryViewerConfiguration configurator) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter configurator ---------- ---------- 53. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/CommandEntryViewerConfiguration.java (at line 82) protected char[] getCompletionProposalAutoActivationCharacters() ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 54. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 45) import org.eclipse.rse.internal.ui.SystemResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 55. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 46) import org.eclipse.rse.internal.ui.view.SystemViewMenuListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewMenuListener is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 56. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 94) IViewSite site, ^^^^ Javadoc: Missing tag for parameter site ---------- 57. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 95) Composite parent, ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 58. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 96) int attributes, ^^^^^^^^^^ Javadoc: Missing tag for parameter attributes ---------- 59. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 97) int columnSpan, ^^^^^^^^^^ Javadoc: Missing tag for parameter columnSpan ---------- 60. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 98) SourceViewerConfiguration sourceViewerConfiguration, ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sourceViewerConfiguration ---------- 61. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 99) String cmd, ^^^ Javadoc: Missing tag for parameter cmd ---------- 62. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 100) String contentAssistText) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter contentAssistText ---------- 63. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 198) public void addModifyListener(ISystemCommandTextModifyListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 64. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 205) public void removeModifyListener(ISystemCommandTextModifyListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 65. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 212) private void fireModifyEvents(String cmdText, SystemMessage errorMessage) ^^^^^^^ Javadoc: Missing tag for parameter cmdText ---------- 66. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 212) private void fireModifyEvents(String cmdText, SystemMessage errorMessage) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter errorMessage ---------- 67. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 220) public void setIgnoreChanges(boolean ignore) ^^^^^^ Javadoc: Missing tag for parameter ignore ---------- 68. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 227) public SystemMessage validateCommand() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 69. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 237) public void setCommandValidator(ISystemValidator cmdValidator) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter cmdValidator ---------- 70. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 279) _undoAction.setText(SystemResources.ACTION_UNDO_LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 71. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 279) _undoAction.setText(SystemResources.ACTION_UNDO_LABEL); ^^^^^^^^^^^^^^^^^ Discouraged access: The field ACTION_UNDO_LABEL from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 72. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 283) _cutAction.setText(SystemResources.ACTION_CUT_LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 73. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 283) _cutAction.setText(SystemResources.ACTION_CUT_LABEL); ^^^^^^^^^^^^^^^^ Discouraged access: The field ACTION_CUT_LABEL from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 74. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 287) _copyAction.setText(SystemResources.ACTION_COPY_LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 75. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 287) _copyAction.setText(SystemResources.ACTION_COPY_LABEL); ^^^^^^^^^^^^^^^^^ Discouraged access: The field ACTION_COPY_LABEL from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 76. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 291) _pasteAction.setText(SystemResources.ACTION_PASTE_LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 77. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 291) _pasteAction.setText(SystemResources.ACTION_PASTE_LABEL); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field ACTION_PASTE_LABEL from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 78. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 298) _selectAllAction.setText(SystemResources.ACTION_SELECT_ALL_LABEL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 79. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 298) _selectAllAction.setText(SystemResources.ACTION_SELECT_ALL_LABEL); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ACTION_SELECT_ALL_LABEL from the type SystemResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 80. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 328) SystemViewMenuListener ml = new SystemViewMenuListener(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewMenuListener is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 81. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 328) SystemViewMenuListener ml = new SystemViewMenuListener(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemViewMenuListener() is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 82. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandEditor.java (at line 328) SystemViewMenuListener ml = new SystemViewMenuListener(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewMenuListener is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 83. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandsView.java (at line 27) import org.eclipse.rse.internal.ui.view.SystemTableViewProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemTableViewProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 84. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandsView.java (at line 82) protected SystemTableViewProvider getProvider() ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemTableViewProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 85. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandsView.java (at line 138) SystemTableViewProvider provider = (SystemTableViewProvider) getContentProvider(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemTableViewProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 86. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandsView.java (at line 138) SystemTableViewProvider provider = (SystemTableViewProvider) getContentProvider(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemTableViewProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 87. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandsView.java (at line 140) Object[] children = provider.getChildren(input); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getChildren(Object) from the type SystemTableViewProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 88. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandsView.java (at line 150) int widest = provider.getMaxCharsInColumnZero(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getMaxCharsInColumnZero() from the type SystemTableViewProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 89. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandsView.java (at line 165) provider.flushCache(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method flushCache() from the type SystemTableViewProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 90. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandsView.java (at line 239) SystemTableViewProvider provider = (SystemTableViewProvider) getContentProvider(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemTableViewProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 91. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandsView.java (at line 239) SystemTableViewProvider provider = (SystemTableViewProvider) getContentProvider(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemTableViewProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 92. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandsView.java (at line 240) Object[] children = provider.getChildren(input); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getChildren(Object) from the type SystemTableViewProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 93. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandsView.java (at line 291) SystemTableViewProvider provider = (SystemTableViewProvider) getContentProvider(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemTableViewProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 94. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandsView.java (at line 291) SystemTableViewProvider provider = (SystemTableViewProvider) getContentProvider(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemTableViewProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 95. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemCommandsView.java (at line 294) provider.flushCache(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method flushCache() from the type SystemTableViewProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 96. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 44) import org.eclipse.rse.internal.files.ui.actions.SystemRemoteFileLineOpenWithMenu; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemRemoteFileLineOpenWithMenu is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/@dot ---------- 97. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 53) import org.eclipse.rse.internal.ui.view.SystemView; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 98. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 54) import org.eclipse.rse.internal.ui.view.SystemViewResources; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 99. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 169) new MenuManager(org.eclipse.ui.internal.views.navigator.ResourceNavigatorMessages.ResourceNavigator_openWith, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ResourceNavigatorMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.ide_3.3.0.I20070620.jar ---------- 100. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 169) new MenuManager(org.eclipse.ui.internal.views.navigator.ResourceNavigatorMessages.ResourceNavigator_openWith, ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ResourceNavigator_openWith from the type ResourceNavigatorMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.ide_3.3.0.I20070620.jar ---------- 101. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 172) SystemRemoteFileLineOpenWithMenu openWithMenu = new SystemRemoteFileLineOpenWithMenu(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemRemoteFileLineOpenWithMenu is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/@dot ---------- 102. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 172) SystemRemoteFileLineOpenWithMenu openWithMenu = new SystemRemoteFileLineOpenWithMenu(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemRemoteFileLineOpenWithMenu() is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/@dot ---------- 103. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 172) SystemRemoteFileLineOpenWithMenu openWithMenu = new SystemRemoteFileLineOpenWithMenu(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemRemoteFileLineOpenWithMenu is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/@dot ---------- 104. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 173) openWithMenu.updateSelection(selection); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method updateSelection(IStructuredSelection) from the type SystemRemoteFileLineOpenWithMenu is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/@dot ---------- 105. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 363) if (!(getViewer() instanceof SystemView)) ^^^^^^^^^^ Discouraged access: The type SystemView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 106. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 624) SystemRemoteFileLineOpenWithMenu.handleGotoLine(_file, _line, _charStart, _charEnd); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemRemoteFileLineOpenWithMenu is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/@dot ---------- 107. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 624) SystemRemoteFileLineOpenWithMenu.handleGotoLine(_file, _line, _charStart, _charEnd); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method handleGotoLine(IRemoteFile, int, int, int) from the type SystemRemoteFileLineOpenWithMenu is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.files.ui/@dot ---------- 108. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 1188) _shellPropertyDescriptors[0] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_SHELL_STATUS, SystemViewResources.RESID_PROPERTY_SHELL_STATUS_LABEL, SystemViewResources.RESID_PROPERTY_SHELL_STATUS_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 109. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 1188) _shellPropertyDescriptors[0] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_SHELL_STATUS, SystemViewResources.RESID_PROPERTY_SHELL_STATUS_LABEL, SystemViewResources.RESID_PROPERTY_SHELL_STATUS_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_SHELL_STATUS_LABEL from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 110. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 1188) _shellPropertyDescriptors[0] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_SHELL_STATUS, SystemViewResources.RESID_PROPERTY_SHELL_STATUS_LABEL, SystemViewResources.RESID_PROPERTY_SHELL_STATUS_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 111. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 1188) _shellPropertyDescriptors[0] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_SHELL_STATUS, SystemViewResources.RESID_PROPERTY_SHELL_STATUS_LABEL, SystemViewResources.RESID_PROPERTY_SHELL_STATUS_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_SHELL_STATUS_TOOLTIP from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 112. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 1189) _shellPropertyDescriptors[1] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_SHELL_CONTEXT, SystemViewResources.RESID_PROPERTY_SHELL_CONTEXT_LABEL, SystemViewResources.RESID_PROPERTY_SHELL_CONTEXT_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 113. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 1189) _shellPropertyDescriptors[1] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_SHELL_CONTEXT, SystemViewResources.RESID_PROPERTY_SHELL_CONTEXT_LABEL, SystemViewResources.RESID_PROPERTY_SHELL_CONTEXT_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_SHELL_CONTEXT_LABEL from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 114. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 1189) _shellPropertyDescriptors[1] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_SHELL_CONTEXT, SystemViewResources.RESID_PROPERTY_SHELL_CONTEXT_LABEL, SystemViewResources.RESID_PROPERTY_SHELL_CONTEXT_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 115. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 1189) _shellPropertyDescriptors[1] = createSimplePropertyDescriptor(ISystemPropertyConstants.P_SHELL_CONTEXT, SystemViewResources.RESID_PROPERTY_SHELL_CONTEXT_LABEL, SystemViewResources.RESID_PROPERTY_SHELL_CONTEXT_TOOLTIP); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_SHELL_CONTEXT_TOOLTIP from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 116. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 1220) return SystemViewResources.RESID_PROPERTY_SHELL_STATUS_ACTIVE_VALUE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 117. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 1220) return SystemViewResources.RESID_PROPERTY_SHELL_STATUS_ACTIVE_VALUE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_SHELL_STATUS_ACTIVE_VALUE from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 118. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 1224) return SystemViewResources.RESID_PROPERTY_SHELL_STATUS_INACTIVE_VALUE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 119. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.shells.ui/src/org/eclipse/rse/shells/ui/view/SystemViewRemoteOutputAdapter.java (at line 1224) return SystemViewResources.RESID_PROPERTY_SHELL_STATUS_INACTIVE_VALUE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESID_PROPERTY_SHELL_STATUS_INACTIVE_VALUE from the type SystemViewResources is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 119 problems (119 warnings)# 7/6/07 10:42:04 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.subsystems.files.core/src/org/eclipse/rse/internal/subsystems/files/core/AbstractLanguageUtility.java (at line 45) * @param the subsystem. ^^^ Javadoc: Parameter the is not declared ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/internal/subsystems/files/core/AbstractLanguageUtility.java (at line 47) private void setSubSystem(IRemoteFileSubSystem subsystem) { ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/internal/subsystems/files/core/AbstractLanguageUtility.java (at line 56) private void setLanguage(String language) { ^^^^^^^^ Javadoc: Missing tag for parameter language ---------- ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/internal/subsystems/files/core/Activator.java (at line 68) public static Activator getDefault() { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 5. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/internal/subsystems/files/core/SystemFileAPIProviderImpl.java (at line 24) import org.eclipse.rse.internal.ui.view.SystemAbstractAPIProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemAbstractAPIProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 6. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/internal/subsystems/files/core/SystemFileAPIProviderImpl.java (at line 33) extends SystemAbstractAPIProvider ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemAbstractAPIProvider is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 7. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/internal/subsystems/files/core/SystemFileAPIProviderImpl.java (at line 48) super(); ^^^^^^^^ Discouraged access: The constructor SystemAbstractAPIProvider() is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 8. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/internal/subsystems/files/core/SystemFileSubSystemAPIProviderImpl.java (at line 52) public IRemoteFileSubSystem getSubSystem() ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 9. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/internal/subsystems/files/core/SystemFileSubSystemConfigurationAPIProviderImpl.java (at line 56) public IRemoteFileSubSystemConfiguration getSubSystemConfiguration() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 10. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/internal/subsystems/files/core/SystemFileSubSystemConfigurationAPIProviderImpl.java (at line 128) public boolean hasConnections() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 11. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/internal/subsystems/files/core/SystemRemoteDirectoryMatcher.java (at line 46) public SystemRemoteDirectoryMatcher(String nameFilter) ^^^^^^^^^^ Javadoc: Missing tag for parameter nameFilter ---------- 12. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/internal/subsystems/files/core/SystemRemoteDirectoryMatcher.java (at line 54) public static SystemRemoteDirectoryMatcher getDirectoryMatcher() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 13. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 66) public SystemIFileProperties( IResource file ){ ^^^^ Javadoc: Missing tag for parameter file ---------- 14. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 76) public boolean getDirty(){ ^^^^^^^ Javadoc: Missing tag for return type ---------- 15. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 83) public boolean getReadOnly(){ ^^^^^^^ Javadoc: Missing tag for return type ---------- 16. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 90) public boolean getRemoteFileMounted(){ ^^^^^^^ Javadoc: Missing tag for return type ---------- 17. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 97) public String getEditorProfileType(){ ^^^^^^ Javadoc: Missing tag for return type ---------- 18. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 104) public String getEncoding(){ ^^^^^^ Javadoc: Missing tag for return type ---------- 19. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 119) public IResource getFile() { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 20. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 126) public boolean getHasSequenceNumbers(){ ^^^^^^^ Javadoc: Missing tag for return type ---------- 21. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 133) protected Object getParentSessionObject( QualifiedName name ){ ^^^^^^ Javadoc: Missing tag for return type ---------- 22. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 133) protected Object getParentSessionObject( QualifiedName name ){ ^^^^ Javadoc: Missing tag for parameter name ---------- 23. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 145) protected boolean getPropertyBoolean( QualifiedName name ){ ^^^^^^^ Javadoc: Missing tag for return type ---------- 24. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 145) protected boolean getPropertyBoolean( QualifiedName name ){ ^^^^ Javadoc: Missing tag for parameter name ---------- 25. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 161) protected int getPropertyInteger( QualifiedName name ){ ^^^ Javadoc: Missing tag for return type ---------- 26. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 161) protected int getPropertyInteger( QualifiedName name ){ ^^^^ Javadoc: Missing tag for parameter name ---------- 27. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 181) protected long getPropertyLong( QualifiedName name ){ ^^^^ Javadoc: Missing tag for return type ---------- 28. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 181) protected long getPropertyLong( QualifiedName name ){ ^^^^ Javadoc: Missing tag for parameter name ---------- 29. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 205) protected String getPropertyString( QualifiedName name ){ ^^^^^^ Javadoc: Missing tag for return type ---------- 30. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 205) protected String getPropertyString( QualifiedName name ){ ^^^^ Javadoc: Missing tag for parameter name ---------- 31. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 217) public int getRecordLength() { ^^^ Javadoc: Missing tag for return type ---------- 32. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 224) public int getRemoteCCSID(){ ^^^ Javadoc: Missing tag for return type ---------- 33. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 231) public Object getRemoteFileObject(){ ^^^^^^ Javadoc: Missing tag for return type ---------- 34. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 238) public Object getTempCCSID(){ ^^^^^^ Javadoc: Missing tag for return type ---------- 35. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 246) public String getResolvedMountedRemoteFilePath(){ ^^^^^^ Javadoc: Missing tag for return type ---------- 36. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 253) public String getResolvedMountedRemoteFileHost(){ ^^^^^^ Javadoc: Missing tag for return type ---------- 37. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 260) public String getRemoteFilePath(){ ^^^^^^ Javadoc: Missing tag for return type ---------- 38. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 267) public String getRemoteFileSubSystem(){ ^^^^^^ Javadoc: Missing tag for return type ---------- 39. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 274) public long getRemoteFileTimeStamp(){ ^^^^ Javadoc: Missing tag for return type ---------- 40. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 283) public long getDownloadFileTimeStamp(){ ^^^^ Javadoc: Missing tag for return type ---------- 41. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 290) protected Object getSessionObject( QualifiedName name ){ ^^^^^^ Javadoc: Missing tag for return type ---------- 42. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 290) protected Object getSessionObject( QualifiedName name ){ ^^^^ Javadoc: Missing tag for parameter name ---------- 43. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 302) public boolean getUsedBinaryTransfer(){ ^^^^^^^ Javadoc: Missing tag for return type ---------- 44. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 309) public void setDirty( boolean bDirty ){ ^^^^^^ Javadoc: Missing tag for parameter bDirty ---------- 45. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 316) public void setReadOnly( boolean bReadOnly ){ ^^^^^^^^^ Javadoc: Missing tag for parameter bReadOnly ---------- 46. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 323) public void setRemoteFileMounted( boolean bMounted){ ^^^^^^^^ Javadoc: Missing tag for parameter bMounted ---------- 47. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 330) public void setEditorProfileType( String strType ){ ^^^^^^^ Javadoc: Missing tag for parameter strType ---------- 48. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 337) public void setEncoding( String strEncoding ){ ^^^^^^^^^^^ Javadoc: Missing tag for parameter strEncoding ---------- 49. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 370) public void setHasSequenceNumbers( boolean bSequenceNumbers ){ ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter bSequenceNumbers ---------- 50. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 377) protected void setParentSessionObject( QualifiedName name, Object objValue ){ ^^^^ Javadoc: Missing tag for parameter name ---------- 51. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 377) protected void setParentSessionObject( QualifiedName name, Object objValue ){ ^^^^^^^^ Javadoc: Missing tag for parameter objValue ---------- 52. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 388) protected void setPropertyBoolean( QualifiedName name, boolean bValue ){ ^^^^ Javadoc: Missing tag for parameter name ---------- 53. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 388) protected void setPropertyBoolean( QualifiedName name, boolean bValue ){ ^^^^^^ Javadoc: Missing tag for parameter bValue ---------- 54. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 395) protected void setPropertyInteger( QualifiedName name, int iValue ){ ^^^^ Javadoc: Missing tag for parameter name ---------- 55. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 395) protected void setPropertyInteger( QualifiedName name, int iValue ){ ^^^^^^ Javadoc: Missing tag for parameter iValue ---------- 56. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 402) protected void setPropertyLong( QualifiedName name, long lValue ){ ^^^^ Javadoc: Missing tag for parameter name ---------- 57. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 402) protected void setPropertyLong( QualifiedName name, long lValue ){ ^^^^^^ Javadoc: Missing tag for parameter lValue ---------- 58. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 409) protected void setPropertyString( QualifiedName name, String strValue ){ ^^^^ Javadoc: Missing tag for parameter name ---------- 59. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 409) protected void setPropertyString( QualifiedName name, String strValue ){ ^^^^^^^^ Javadoc: Missing tag for parameter strValue ---------- 60. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 440) public void setRecordLength( int iRecordLength ){ ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter iRecordLength ---------- 61. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 447) public void setRemoteCCSID( int iCCSID ){ ^^^^^^ Javadoc: Missing tag for parameter iCCSID ---------- 62. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 454) public void setRemoteFileObject( Object object ) { ^^^^^^ Javadoc: Missing tag for parameter object ---------- 63. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 462) public void setResolvedMountedRemoteFilePath( String strPath ){ ^^^^^^^ Javadoc: Missing tag for parameter strPath ---------- 64. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 470) public void setResolvedMountedRemoteFileHost( String strHost ){ ^^^^^^^ Javadoc: Missing tag for parameter strHost ---------- 65. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 477) public void setRemoteFilePath( String strPath ){ ^^^^^^^ Javadoc: Missing tag for parameter strPath ---------- 66. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 484) public void setRemoteFileSubSystem( String strSubSystem ){ ^^^^^^^^^^^^ Javadoc: Missing tag for parameter strSubSystem ---------- 67. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 491) public void setRemoteFileTimeStamp( long lTimeStamp ){ ^^^^^^^^^^ Javadoc: Missing tag for parameter lTimeStamp ---------- 68. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 498) public void setDownloadFileTimeStamp( long lTimeStamp ){ ^^^^^^^^^^ Javadoc: Missing tag for parameter lTimeStamp ---------- 69. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 505) protected void setSessionObject( QualifiedName name, Object objValue ){ ^^^^ Javadoc: Missing tag for parameter name ---------- 70. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 505) protected void setSessionObject( QualifiedName name, Object objValue ){ ^^^^^^^^ Javadoc: Missing tag for parameter objValue ---------- 71. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 516) public void setTempCCSID( Object object ) { ^^^^^^ Javadoc: Missing tag for parameter object ---------- 72. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/SystemIFileProperties.java (at line 523) public void setUsedBinaryTransfer( boolean bBinaryTransfer ){ ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter bBinaryTransfer ---------- ---------- 73. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/ISystemFileAPIProvider.java (at line 32) public boolean isDirectoriesOnly(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 74. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/ISystemFileAPIProvider.java (at line 36) public IHost[] getConnections(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 75. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/ISystemFileAPIProvider.java (at line 40) public int getConnectionCount(); ^^^ Javadoc: Missing tag for return type ---------- ---------- 76. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 82) public RemoteFileFilterString(IRemoteFileSubSystemConfiguration subsysFactory) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subsysFactory ---------- 77. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 92) public RemoteFileFilterString(IRemoteFileSubSystemConfiguration subsysFactory, String input) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subsysFactory ---------- 78. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 92) public RemoteFileFilterString(IRemoteFileSubSystemConfiguration subsysFactory, String input) ^^^^^ Javadoc: Missing tag for parameter input ---------- 79. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 101) public RemoteFileFilterString(IRemoteFileSubSystemConfiguration subsysFactory, String path, String input) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subsysFactory ---------- 80. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 101) public RemoteFileFilterString(IRemoteFileSubSystemConfiguration subsysFactory, String path, String input) ^^^^ Javadoc: Missing tag for parameter path ---------- 81. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 101) public RemoteFileFilterString(IRemoteFileSubSystemConfiguration subsysFactory, String path, String input) ^^^^^ Javadoc: Missing tag for parameter input ---------- 82. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 114) public void setFile(String obj) ^^^ Javadoc: Missing tag for parameter obj ---------- 83. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 121) public void setPath(String path) ^^^^ Javadoc: Missing tag for parameter path ---------- 84. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 130) public void setTypes(String[] types) ^^^^^ Javadoc: Missing tag for parameter types ---------- 85. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 138) public void setShowFiles(boolean set) ^^^ Javadoc: Missing tag for parameter set ---------- 86. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 145) public void setShowSubDirs(boolean set) ^^^ Javadoc: Missing tag for parameter set ---------- 87. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 153) public String getFile() ^^^^^^ Javadoc: Missing tag for return type ---------- 88. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 162) public String getFileOrTypes() ^^^^^^ Javadoc: Missing tag for return type ---------- 89. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 174) public static String getTypesString(String[] typesArray) ^^^^^^ Javadoc: Missing tag for return type ---------- 90. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 174) public static String getTypesString(String[] typesArray) ^^^^^^^^^^ Javadoc: Missing tag for parameter typesArray ---------- 91. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 185) public String getTypesAsString() ^^^^^^ Javadoc: Missing tag for return type ---------- 92. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 195) public String getPath() ^^^^^^ Javadoc: Missing tag for return type ---------- 93. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 203) public String[] getTypes() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 94. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 210) public boolean getShowFiles() ^^^^^^^ Javadoc: Missing tag for return type ---------- 95. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 217) public boolean getShowSubDirs() ^^^^^^^ Javadoc: Missing tag for return type ---------- 96. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 224) public boolean getFilterByTypes() ^^^^^^^ Javadoc: Missing tag for return type ---------- 97. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 232) public boolean listRoots() ^^^^^^^ Javadoc: Missing tag for return type ---------- 98. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 241) public boolean listRoot() ^^^^^^^ Javadoc: Missing tag for return type ---------- 99. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 250) protected void parse(String inputPath, String input) ^^^^^^^^^ Javadoc: Missing tag for parameter inputPath ---------- 100. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 250) protected void parse(String inputPath, String input) ^^^^^ Javadoc: Missing tag for parameter input ---------- 101. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 320) protected void parseFileOrTypes(String filter) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 102. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 339) public static String[] parseTypes(String typeList) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 103. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 339) public static String[] parseTypes(String typeList) ^^^^^^^^ Javadoc: Missing tag for parameter typeList ---------- 104. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/RemoteFileFilterString.java (at line 370) public String toStringNoSwitches() ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 105. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/SystemFileTransferModeMapping.java (at line 123) public void setName(String name) { ^^^^ Javadoc: Missing tag for parameter name ---------- 106. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/SystemFileTransferModeMapping.java (at line 131) public void setExtension(String extension) { ^^^^^^^^^ Javadoc: Missing tag for parameter extension ---------- ---------- 107. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/SystemFileTransferModeRegistry.java (at line 87) public static SystemFileTransferModeRegistry getInstance() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 108. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/SystemFileTransferModeRegistry.java (at line 150) private void syncWithEditorRegistry(IEditorRegistry registry) { ^^^^^^^^ Javadoc: Missing tag for parameter registry ---------- 109. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/SystemFileTransferModeRegistry.java (at line 180) private List sortedTypeModeMappings() { ^^^^ Javadoc: Missing tag for return type ---------- 110. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/SystemFileTransferModeRegistry.java (at line 198) public void setModeMappings(SystemFileTransferModeMapping[] newMappings) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter newMappings ---------- 111. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/SystemFileTransferModeRegistry.java (at line 211) private String getMappingKey(ISystemFileTransferModeMapping mapping) { ^^^^^^ Javadoc: Missing tag for return type ---------- 112. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/SystemFileTransferModeRegistry.java (at line 211) private String getMappingKey(ISystemFileTransferModeMapping mapping) { ^^^^^^^ Javadoc: Missing tag for parameter mapping ---------- 113. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/SystemFileTransferModeRegistry.java (at line 283) public SystemFileTransferModeMapping getMapping(IFileEditorMapping editorMapping) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 114. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/SystemFileTransferModeRegistry.java (at line 283) public SystemFileTransferModeMapping getMapping(IFileEditorMapping editorMapping) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter editorMapping ---------- 115. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/SystemFileTransferModeRegistry.java (at line 291) private SystemFileTransferModeMapping getMapping(String fileName) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 116. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/SystemFileTransferModeRegistry.java (at line 291) private SystemFileTransferModeMapping getMapping(String fileName) { ^^^^^^^^ Javadoc: Missing tag for parameter fileName ---------- 117. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/SystemFileTransferModeRegistry.java (at line 354) public static int getFileTransferModeDefaultPreference() ^^^ Javadoc: Missing tag for return type ---------- 118. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/SystemFileTransferModeRegistry.java (at line 363) private SystemFileTransferModeMapping getDefaultMapping(String fileName) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 119. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/SystemFileTransferModeRegistry.java (at line 363) private SystemFileTransferModeMapping getDefaultMapping(String fileName) { ^^^^^^^^ Javadoc: Missing tag for parameter fileName ---------- 120. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/model/SystemFileTransferModeRegistry.java (at line 595) private String getFileLocation() { ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 121. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 66) public boolean showBriefPropertySet(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 122. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 96) public String getLineSeparator(); ^^^^^^ Javadoc: Missing tag for return type ---------- 123. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 101) public IHost getSystemConnection(); ^^^^^ Javadoc: Missing tag for return type ---------- 124. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 114) public RemoteFileFilterString getFilterString(); ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 125. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 124) public RemoteFileFilterString[] getAllFilterStrings(); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 126. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 139) public String getAbsolutePathPlusConnection(); ^^^^^^ Javadoc: Missing tag for return type ---------- 127. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 145) public String getLabel(); ^^^^^^ Javadoc: Missing tag for return type ---------- 128. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 151) public String getName(); ^^^^^^ Javadoc: Missing tag for return type ---------- 129. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 161) public String getParentPath(); ^^^^^^ Javadoc: Missing tag for return type ---------- 130. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 171) public String getParentNoRoot(); ^^^^^^ Javadoc: Missing tag for return type ---------- 131. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 181) public String getRoot(); ^^^^^^ Javadoc: Missing tag for return type ---------- 132. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 190) public String getParentName(); ^^^^^^ Javadoc: Missing tag for return type ---------- 133. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 196) public String getExtension(); ^^^^^^ Javadoc: Missing tag for return type ---------- 134. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 201) public boolean isRoot(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 135. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 206) public boolean isDirectory(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 136. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 211) public boolean isFile(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 137. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 216) public boolean isArchive(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 138. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 221) public boolean isBinary(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 139. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 226) public boolean isText(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 140. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 231) public boolean isHidden(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 141. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 236) public boolean canRead(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 142. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 241) public boolean canWrite(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 143. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 246) public boolean exists(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 144. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 251) public long getLastModified(); ^^^^ Javadoc: Missing tag for return type ---------- 145. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 256) public Date getLastModifiedDate() ; ^^^^ Javadoc: Missing tag for return type ---------- 146. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 261) public long getLength(); ^^^^ Javadoc: Missing tag for return type ---------- 147. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 266) public boolean showReadOnlyProperty(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 148. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 275) public int compareTo(Object other) throws ClassCastException; ^^^ Javadoc: Missing tag for return type ---------- 149. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 275) public int compareTo(Object other) throws ClassCastException; ^^^^^ Javadoc: Missing tag for parameter other ---------- 150. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 275) public int compareTo(Object other) throws ClassCastException; ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception ClassCastException ---------- 151. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 280) public Object getFile(); ^^^^^^ Javadoc: Missing tag for return type ---------- 152. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 286) public boolean isAncestorOf(IRemoteFile file); ^^^^^^^ Javadoc: Missing tag for return type ---------- 153. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 286) public boolean isAncestorOf(IRemoteFile file); ^^^^ Javadoc: Missing tag for parameter file ---------- 154. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 292) public boolean isDescendantOf(IRemoteFile file); ^^^^^^^ Javadoc: Missing tag for return type ---------- 155. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFile.java (at line 292) public boolean isDescendantOf(IRemoteFile file); ^^^^ Javadoc: Missing tag for parameter file ---------- ---------- 156. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileContext.java (at line 35) public IRemoteFileSubSystem getParentRemoteFileSubSystem(); ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 157. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileContext.java (at line 39) public IRemoteFile getParentRemoteFile(); ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 158. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileContext.java (at line 43) public RemoteFileFilterString getFilterString(); ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 159. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileContext.java (at line 47) public RemoteFileFilterString[] getAllFilterStrings(); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 160. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileContext.java (at line 52) public void setParentRemoteFileSubSystem(IRemoteFileSubSystem parentSubSystem); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentSubSystem ---------- 161. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileContext.java (at line 56) public void setParentRemoteFile(IRemoteFile parentFile); ^^^^^^^^^^ Javadoc: Missing tag for parameter parentFile ---------- 162. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileContext.java (at line 60) public void setFilterString(RemoteFileFilterString filterString); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 163. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileContext.java (at line 67) public void addFilterString(RemoteFileFilterString additionalFilterString); ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter additionalFilterString ---------- ---------- 164. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileFactory.java (at line 30) public IRemoteFile createRemoteFile(IRemoteFileContext context, Object obj, boolean isRoot); ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 165. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileFactory.java (at line 30) public IRemoteFile createRemoteFile(IRemoteFileContext context, Object obj, boolean isRoot); ^^^^^^^ Javadoc: Missing tag for parameter context ---------- 166. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileFactory.java (at line 30) public IRemoteFile createRemoteFile(IRemoteFileContext context, Object obj, boolean isRoot); ^^^ Javadoc: Missing tag for parameter obj ---------- 167. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileFactory.java (at line 30) public IRemoteFile createRemoteFile(IRemoteFileContext context, Object obj, boolean isRoot); ^^^^^^ Javadoc: Missing tag for parameter isRoot ---------- 168. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileFactory.java (at line 35) public IRemoteFile createRemoteFile(IRemoteFileContext context, Object obj, boolean isRoot, boolean exists); ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 169. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileFactory.java (at line 35) public IRemoteFile createRemoteFile(IRemoteFileContext context, Object obj, boolean isRoot, boolean exists); ^^^^^^^ Javadoc: Missing tag for parameter context ---------- 170. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileFactory.java (at line 35) public IRemoteFile createRemoteFile(IRemoteFileContext context, Object obj, boolean isRoot, boolean exists); ^^^ Javadoc: Missing tag for parameter obj ---------- 171. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileFactory.java (at line 35) public IRemoteFile createRemoteFile(IRemoteFileContext context, Object obj, boolean isRoot, boolean exists); ^^^^^^ Javadoc: Missing tag for parameter isRoot ---------- 172. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileFactory.java (at line 35) public IRemoteFile createRemoteFile(IRemoteFileContext context, Object obj, boolean isRoot, boolean exists); ^^^^^^ Javadoc: Missing tag for parameter exists ---------- 173. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileFactory.java (at line 40) public IRemoteFile createRemoteFile(IRemoteFileContext context, Object obj, boolean isRoot, boolean exists, boolean isDir); ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 174. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileFactory.java (at line 40) public IRemoteFile createRemoteFile(IRemoteFileContext context, Object obj, boolean isRoot, boolean exists, boolean isDir); ^^^^^^^ Javadoc: Missing tag for parameter context ---------- 175. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileFactory.java (at line 40) public IRemoteFile createRemoteFile(IRemoteFileContext context, Object obj, boolean isRoot, boolean exists, boolean isDir); ^^^ Javadoc: Missing tag for parameter obj ---------- 176. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileFactory.java (at line 40) public IRemoteFile createRemoteFile(IRemoteFileContext context, Object obj, boolean isRoot, boolean exists, boolean isDir); ^^^^^^ Javadoc: Missing tag for parameter isRoot ---------- 177. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileFactory.java (at line 40) public IRemoteFile createRemoteFile(IRemoteFileContext context, Object obj, boolean isRoot, boolean exists, boolean isDir); ^^^^^^ Javadoc: Missing tag for parameter exists ---------- 178. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileFactory.java (at line 40) public IRemoteFile createRemoteFile(IRemoteFileContext context, Object obj, boolean isRoot, boolean exists, boolean isDir); ^^^^^ Javadoc: Missing tag for parameter isDir ---------- ---------- 179. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 56) public IRemoteFileSubSystemConfiguration getParentRemoteFileSubSystemConfiguration(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 180. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 60) public boolean isCaseSensitive(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 181. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 70) public String getSeparator(); ^^^^^^ Javadoc: Missing tag for return type ---------- 182. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 77) public char getSeparatorChar(); ^^^^ Javadoc: Missing tag for return type ---------- 183. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 84) public String getPathSeparator(); ^^^^^^ Javadoc: Missing tag for return type ---------- 184. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 91) public char getPathSeparatorChar(); ^^^^ Javadoc: Missing tag for return type ---------- 185. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 98) public String getLineSeparator(); ^^^^^^ Javadoc: Missing tag for return type ---------- 186. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 108) public IRemoteFile[] listRoots(IProgressMonitor monitor) throws InterruptedException, SystemMessageException; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 187. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 108) public IRemoteFile[] listRoots(IProgressMonitor monitor) throws InterruptedException, SystemMessageException; ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 188. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 108) public IRemoteFile[] listRoots(IProgressMonitor monitor) throws InterruptedException, SystemMessageException; ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InterruptedException ---------- 189. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 108) public IRemoteFile[] listRoots(IProgressMonitor monitor) throws InterruptedException, SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 190. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 114) public IRemoteFile[] listFolders(IRemoteFile parent, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 191. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 114) public IRemoteFile[] listFolders(IRemoteFile parent, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 192. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 122) public IRemoteFile[] listFolders(IRemoteFile parent, String fileNameFilter, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 193. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 122) public IRemoteFile[] listFolders(IRemoteFile parent, String fileNameFilter, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 194. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 129) public IRemoteFile[] listFiles(IRemoteFile parent, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 195. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 129) public IRemoteFile[] listFiles(IRemoteFile parent, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 196. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 137) public IRemoteFile[] listFiles(IRemoteFile parent, String fileNameFilter, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 197. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 137) public IRemoteFile[] listFiles(IRemoteFile parent, String fileNameFilter, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 198. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 144) public IRemoteFile[] listFoldersAndFiles(IRemoteFile parent, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 199. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 144) public IRemoteFile[] listFoldersAndFiles(IRemoteFile parent, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 200. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 153) public IRemoteFile[] listFoldersAndFiles(IRemoteFile parent, String fileNameFilter, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 201. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 153) public IRemoteFile[] listFoldersAndFiles(IRemoteFile parent, String fileNameFilter, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 202. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 166) public IRemoteFile[] listFoldersAndFiles(IRemoteFile parent, String fileNameFilter, IRemoteFileContext context, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 203. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 166) public IRemoteFile[] listFoldersAndFiles(IRemoteFile parent, String fileNameFilter, IRemoteFileContext context, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 204. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 177) public IRemoteFile[] listFolders(IRemoteFile parent, String fileNameFilter, IRemoteFileContext context, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 205. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 177) public IRemoteFile[] listFolders(IRemoteFile parent, String fileNameFilter, IRemoteFileContext context, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 206. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 188) public IRemoteFile[] listFiles(IRemoteFile parent, String fileNameFilter, IRemoteFileContext context, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 207. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 188) public IRemoteFile[] listFiles(IRemoteFile parent, String fileNameFilter, IRemoteFileContext context, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 208. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 215) public String getParentFolderName(IRemoteFile folderOrFile); ^^^^^^ Javadoc: Missing tag for return type ---------- 209. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 246) public SystemRemoteResourceSet getRemoteFileObjects(List folderOrFileNames, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 210. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 272) public IRemoteFile getRemoteFileObject(IRemoteFile parent, String folderOrFileName, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 211. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 278) public IRemoteSearchResult getRemoteSearchResultObject(String key) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 212. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 278) public IRemoteSearchResult getRemoteSearchResultObject(String key) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 213. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 297) public IRemoteFile createFile(IRemoteFile fileToCreate, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 214. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 515) public void upload(String source, String srcEncoding, String remotePath, String rmtEncoding, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 215. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 535) public IRemoteFile[] listRoots(IRemoteFileContext context, IProgressMonitor monitor) throws InterruptedException; ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 216. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 535) public IRemoteFile[] listRoots(IRemoteFileContext context, IProgressMonitor monitor) throws InterruptedException; ^^^^^^^ Javadoc: Missing tag for parameter context ---------- 217. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 535) public IRemoteFile[] listRoots(IRemoteFileContext context, IProgressMonitor monitor) throws InterruptedException; ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 218. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystem.java (at line 535) public IRemoteFile[] listRoots(IRemoteFileContext context, IProgressMonitor monitor) throws InterruptedException; ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InterruptedException ---------- ---------- 219. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystemConfiguration.java (at line 38) public boolean supportsEnvironmentVariablesPropertyPage(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 220. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystemConfiguration.java (at line 57) public boolean isUnixStyle(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 221. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystemConfiguration.java (at line 70) public ISystemValidator getPathValidator(); ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 222. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystemConfiguration.java (at line 74) public ISystemValidator getFileFilterStringValidator(); ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 223. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystemConfiguration.java (at line 78) public ValidatorFileName getFileNameValidator(); ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 224. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystemConfiguration.java (at line 82) public ValidatorFolderName getFolderNameValidator(); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 225. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystemConfiguration.java (at line 89) public String getSeparator(); ^^^^^^ Javadoc: Missing tag for return type ---------- 226. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystemConfiguration.java (at line 93) public char getSeparatorChar(); ^^^^ Javadoc: Missing tag for return type ---------- 227. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystemConfiguration.java (at line 97) public String getPathSeparator(); ^^^^^^ Javadoc: Missing tag for return type ---------- 228. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystemConfiguration.java (at line 101) public char getPathSeparatorChar(); ^^^^ Javadoc: Missing tag for return type ---------- 229. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystemConfiguration.java (at line 105) public String getLineSeparator(); ^^^^^^ Javadoc: Missing tag for return type ---------- 230. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/IRemoteFileSubSystemConfiguration.java (at line 109) public String getEditorProfileID(); ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 231. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFile.java (at line 64) *
  • {@link #RemoteFileImpl(IRemoteFileContext)} constructor sets the parent subsystem ^^^^^^^^^^^^^^ Javadoc: The method RemoteFileImpl(IRemoteFileContext) is undefined for the type RemoteFile ---------- 232. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFile.java (at line 65) *
  • {@link #setAbsolutePath(String, String, boolean, boolean)} to set core attributes ^^^^^^^^^^^^^^^ Javadoc: The method setAbsolutePath(String, String, boolean, boolean) is undefined for the type RemoteFile ---------- 233. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFile.java (at line 66) *
  • {@link #setExists(boolean)} to set existence attribute ^^^^^^^^^ Javadoc: The method setExists(boolean) is undefined for the type RemoteFile ---------- 234. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFile.java (at line 67) *
  • {@link #setLastModified(long)} to set last-modified date ^^^^^^^^^^^^^^^ Javadoc: The method setLastModified(long) is undefined for the type RemoteFile ---------- 235. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFile.java (at line 68) *
  • {@link #setLength(long)} to set length in bytes ^^^^^^^^^ Javadoc: The method setLength(long) is undefined for the type RemoteFile ---------- 236. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFile.java (at line 118) public void setFilterString(RemoteFileFilterString filterString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 237. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFile.java (at line 137) public IRemoteFileContext getContext() ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 238. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFile.java (at line 152) public IRemoteFileSubSystemConfiguration getParentRemoteFileSubSystemConfiguration() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 239. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFile.java (at line 274) public boolean isUnix() ^^^^^^^ Javadoc: Missing tag for return type ---------- 240. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFile.java (at line 516) * @see org.eclipse.rse.core.subsystems.IRemoteContainer#hasContents(java.lang.String) ^^^^^^^^^^^ Javadoc: The method hasContents(ISystemContentsType) in the type ISystemContainer is not applicable for the arguments (String) ---------- 241. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFile.java (at line 540) * @see org.eclipse.rse.core.subsystems.IRemoteContainer#hasContents(java.lang.String, java.lang.String) ^^^^^^^^^^^ Javadoc: The method hasContents(ISystemContentsType, String) in the type IRemoteContainer is not applicable for the arguments (String, String) ---------- 242. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFile.java (at line 604) * @see org.eclipse.rse.core.subsystems.IRemoteContainer#getContents(java.lang.String) ^^^^^^^^^^^ Javadoc: The method getContents(ISystemContentsType) in the type ISystemContainer is not applicable for the arguments (String) ---------- 243. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFile.java (at line 628) private Object[] getFiles(Object[] filesAndFolders) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getFiles(Object[]) from the type RemoteFile is never used locally ---------- 244. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFile.java (at line 660) * @see org.eclipse.rse.core.subsystems.IRemoteContainer#getContents(java.lang.String, java.lang.String) ^^^^^^^^^^^ Javadoc: The method getContents(ISystemContentsType, String) in the type IRemoteContainer is not applicable for the arguments (String, String) ---------- 245. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFile.java (at line 827) * @see org.eclipse.rse.core.subsystems.IRemoteContainer#setContents(java.lang.String, java.lang.String, java.lang.Object[]) ^^^^^^^^^^^ Javadoc: The method setContents(ISystemContentsType, String, Object[]) in the type IRemoteContainer is not applicable for the arguments (String, String, Object[]) ---------- ---------- 246. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileCodeException.java (at line 26) public class RemoteFileCodeException extends Exception { ^^^^^^^^^^^^^^^^^^^^^^^ The serializable class RemoteFileCodeException does not declare a static final serialVersionUID field of type long ---------- 247. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileCodeException.java (at line 45) public RemoteFileCodeException(int code) { ^^^^ Javadoc: Missing tag for parameter code ---------- 248. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileCodeException.java (at line 53) public RemoteFileCodeException(String codeString) { ^^^^^^^^^^ Javadoc: Missing tag for parameter codeString ---------- 249. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileCodeException.java (at line 61) public RemoteFileCodeException(int code, String codeString) { ^^^^ Javadoc: Missing tag for parameter code ---------- 250. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileCodeException.java (at line 61) public RemoteFileCodeException(int code, String codeString) { ^^^^^^^^^^ Javadoc: Missing tag for parameter codeString ---------- 251. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileCodeException.java (at line 69) * @param the error code ^^^ Javadoc: Parameter the is not declared ---------- 252. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileCodeException.java (at line 71) public void setErrorCode(int code) { ^^^^ Javadoc: Missing tag for parameter code ---------- 253. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileCodeException.java (at line 88) public void setErrorCodeString(String codeString) { ^^^^^^^^^^ Javadoc: Missing tag for parameter codeString ---------- 254. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileCodeException.java (at line 96) public String getErrorCodeString() { ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 255. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileContext.java (at line 42) public RemoteFileContext(IRemoteFileSubSystem subsystem, IRemoteFile parentFileObject, ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 256. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileContext.java (at line 42) public RemoteFileContext(IRemoteFileSubSystem subsystem, IRemoteFile parentFileObject, ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentFileObject ---------- 257. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileContext.java (at line 43) RemoteFileFilterString filterString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- ---------- 258. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileRoot.java (at line 35) public RemoteFileRoot(IRemoteFile rootFile) ^^^^^^^^ Javadoc: Missing tag for parameter rootFile ---------- 259. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileRoot.java (at line 50) public IRemoteFile getRootFile() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 260. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileRoot.java (at line 58) public void setRootFile(IRemoteFile rootFile) ^^^^^^^^ Javadoc: Missing tag for parameter rootFile ---------- 261. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileRoot.java (at line 68) public IRemoteFile[] getRootFiles() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 262. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 116) public RemoteFileSubSystem(IHost host, IConnectorService connectorService) ^^^^ Javadoc: Missing tag for parameter host ---------- 263. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 116) public RemoteFileSubSystem(IHost host, IConnectorService connectorService) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter connectorService ---------- 264. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 825) protected Object[] internalResolveOneFilterString(Object parent, RemoteFileFilterString fs, boolean sort, IProgressMonitor monitor) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 265. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 825) protected Object[] internalResolveOneFilterString(Object parent, RemoteFileFilterString fs, boolean sort, IProgressMonitor monitor) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 266. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 825) protected Object[] internalResolveOneFilterString(Object parent, RemoteFileFilterString fs, boolean sort, IProgressMonitor monitor) ^^ Javadoc: Missing tag for parameter fs ---------- 267. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 825) protected Object[] internalResolveOneFilterString(Object parent, RemoteFileFilterString fs, boolean sort, IProgressMonitor monitor) ^^^^ Javadoc: Missing tag for parameter sort ---------- 268. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 825) protected Object[] internalResolveOneFilterString(Object parent, RemoteFileFilterString fs, boolean sort, IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 269. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 826) throws InvocationTargetException, InterruptedException, SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InvocationTargetException ---------- 270. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 826) throws InvocationTargetException, InterruptedException, SystemMessageException ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InterruptedException ---------- 271. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 826) throws InvocationTargetException, InterruptedException, SystemMessageException ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 272. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 1170) public static int runLocalCommand(String cmd, Vector lines) throws Exception ^^^ Javadoc: Missing tag for return type ---------- 273. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 1170) public static int runLocalCommand(String cmd, Vector lines) throws Exception ^^^ Javadoc: Missing tag for parameter cmd ---------- 274. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 1170) public static int runLocalCommand(String cmd, Vector lines) throws Exception ^^^^^ Javadoc: Missing tag for parameter lines ---------- 275. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 1170) public static int runLocalCommand(String cmd, Vector lines) 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.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystem.java (at line 1248) public void cacheRemoteFile(IRemoteFile file, String path) ^^^^ Javadoc: Missing tag for parameter path ---------- ---------- 277. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystemConfiguration.java (at line 35) import org.eclipse.rse.internal.core.SystemResourceConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResourceConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 278. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystemConfiguration.java (at line 73) protected void setIsUnixStyle(boolean isUnixStyle) ^^^^^^^^^^^ Javadoc: Missing tag for parameter isUnixStyle ---------- 279. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystemConfiguration.java (at line 230) * @see #createActionSubSystem() ^^^^^^^^^^^^^^^^^^^^^ Javadoc: The method createActionSubSystem() is undefined for the type RemoteFileSubSystemConfiguration ---------- 280. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystemConfiguration.java (at line 268) IProject project = SystemBasePlugin.getWorkspaceRoot().getProject(SystemResourceConstants.RESOURCE_TEMPFILES_PROJECT_NAME); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemResourceConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 281. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteFileSubSystemConfiguration.java (at line 268) IProject project = SystemBasePlugin.getWorkspaceRoot().getProject(SystemResourceConstants.RESOURCE_TEMPFILES_PROJECT_NAME); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESOURCE_TEMPFILES_PROJECT_NAME from the type SystemResourceConstants is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- ---------- 282. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/subsystems/RemoteSearchResult.java (at line 59) public RemoteSearchResult(IHostSearchResultConfiguration configuration, Object parent, SystemSearchString searchString) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter configuration ---------- ---------- 283. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/util/SystemRemoteFileMatcher.java (at line 48) public SystemRemoteFileMatcher(String nameFilter) ^^^^^^^^^^ Javadoc: Missing tag for parameter nameFilter ---------- 284. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/util/SystemRemoteFileMatcher.java (at line 58) public SystemRemoteFileMatcher(String nameFilter, boolean foldersOnly) ^^^^^^^^^^ Javadoc: Missing tag for parameter nameFilter ---------- 285. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/util/SystemRemoteFileMatcher.java (at line 58) public SystemRemoteFileMatcher(String nameFilter, boolean foldersOnly) ^^^^^^^^^^^ Javadoc: Missing tag for parameter foldersOnly ---------- 286. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/util/SystemRemoteFileMatcher.java (at line 67) public static SystemRemoteFileMatcher getFileOrFolderMatcher() ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 287. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/util/SystemRemoteFileMatcher.java (at line 76) public static SystemRemoteFileMatcher getFolderOnlyMatcher() ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 288. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/util/SystemRemoteFileMatcher.java (at line 85) public static SystemRemoteFileMatcher getFileOnlyMatcher() ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 289. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/util/ValidatorFileFilterString.java (at line 124) public void setIsFileName(boolean is) ^^ Javadoc: Missing tag for parameter is ---------- 290. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/util/ValidatorFileFilterString.java (at line 133) public void setIsFolderName(boolean is) ^^ Javadoc: Missing tag for parameter is ---------- 291. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/util/ValidatorFileFilterString.java (at line 164) protected ValidatorFileName getFileNameValidator() ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 292. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/util/ValidatorFileFilterString.java (at line 174) protected ValidatorFolderName getFolderNameValidator() ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 293. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/util/ValidatorFileFilterString.java (at line 186) protected boolean isCaseSensitive(IRemoteFileSubSystemConfiguration ssConfig) ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 294. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/util/ValidatorFileUniqueName.java (at line 63) public ValidatorFileUniqueName(Shell shell, IRemoteFile parentFolder, boolean isFolder) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 295. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/util/ValidatorFileUniqueName.java (at line 132) protected ValidatorFileName getFileNameValidator() ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 296. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.core/src/org/eclipse/rse/subsystems/files/core/util/ValidatorFileUniqueName.java (at line 142) protected ValidatorFolderName getFolderNameValidator() ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 296 problems (296 warnings)# 7/6/07 10:42:23 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.subsystems.files.dstore/src/org/eclipse/rse/internal/subsystems/files/dstore/Activator.java (at line 56) public static Activator getDefault() { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1 problem (1 warning)# 7/6/07 10:42:27 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.subsystems.files.ftp/src/org/eclipse/rse/internal/subsystems/files/ftp/Activator.java (at line 56) 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.subsystems.files.ftp/src/org/eclipse/rse/internal/subsystems/files/ftp/connectorservice/FTPConnectorServiceManager.java (at line 49) public static FTPConnectorServiceManager getInstance() ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.files.ftp/src/org/eclipse/rse/internal/subsystems/files/ftp/connectorservice/FTPConnectorServiceManager.java (at line 60) public static boolean isInstantiated() ^^^^^^^ Javadoc: Missing tag for return type ---------- 3 problems (3 warnings)# 7/6/07 10:42:30 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.subsystems.files.local/src/org/eclipse/rse/internal/subsystems/files/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.subsystems.files.local/src/org/eclipse/rse/internal/subsystems/files/local/LocalSearchResultConfiguration.java (at line 44) public LocalSearchResultConfiguration(IHostSearchResultSet resultSet, Object searchObject, SystemSearchString string, ISearchService searchService) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter searchService ---------- 2 problems (2 warnings)# 7/6/07 10:42:33 AM EDT # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. # 7/6/07 10:42:02 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.subsystems.processes.core/src/org/eclipse/rse/internal/subsystems/processes/core/Activator.java (at line 63) 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.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcess.java (at line 52) public IRemoteProcessSubSystem getParentRemoteProcessSubSystem(); ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcess.java (at line 57) public IHost getSystemConnection(); ^^^^^ Javadoc: Missing tag for return type ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcess.java (at line 62) public IHostProcessFilter getFilterString(); ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 5. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcess.java (at line 67) public void setFilterString(IHostProcessFilter filterString); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 6. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcess.java (at line 74) public String getAbsolutePathPlusConnection(); ^^^^^^ Javadoc: Missing tag for return type ---------- 7. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcess.java (at line 79) public IRemoteProcess getParentRemoteProcess(); ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 8. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcess.java (at line 84) public IRemoteProcessContext getContext(); ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 9. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcess.java (at line 89) public String getAbsolutePath(); ^^^^^^ Javadoc: Missing tag for return type ---------- 10. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcess.java (at line 95) public Object getObject(); ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 11. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcessContext.java (at line 37) public IRemoteProcessSubSystem getParentRemoteProcessSubSystem(); ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 12. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcessContext.java (at line 42) public IRemoteProcess getParentRemoteProcess(); ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 13. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcessContext.java (at line 47) public IHostProcessFilter getFilterString(); ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 14. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcessContext.java (at line 52) public IHostProcessFilter[] getAllFilterStrings(); ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 15. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcessContext.java (at line 57) public void setParentRemoteProcessSubSystem(IRemoteProcessSubSystem parentSubSystem); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentSubSystem ---------- 16. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcessContext.java (at line 62) public void setParentRemoteProcess(IRemoteProcess parentProcess); ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentProcess ---------- 17. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcessContext.java (at line 67) public void setFilterString(IHostProcessFilter filterString); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 18. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcessContext.java (at line 75) public void addFilterString(IHostProcessFilter additionalFilterString); ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter additionalFilterString ---------- ---------- 19. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcessSubSystem.java (at line 40) public IRemoteProcessSubSystemConfiguration getParentRemoteProcessSubSystemConfiguration(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 20. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcessSubSystem.java (at line 45) public boolean isCaseSensitive(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 21. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcessSubSystem.java (at line 60) public IRemoteProcess[] listAllProcesses(IHostProcessFilter processNameFilter, IRemoteProcessContext context, IProgressMonitor monitor) throws InterruptedException, SystemMessageException; ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InterruptedException ---------- 22. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcessSubSystem.java (at line 60) public IRemoteProcess[] listAllProcesses(IHostProcessFilter processNameFilter, IRemoteProcessContext context, IProgressMonitor monitor) throws InterruptedException, SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 23. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcessSubSystem.java (at line 67) public IRemoteProcess[] listRoots(IRemoteProcessContext context, IProgressMonitor monitor); ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 24. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcessSubSystem.java (at line 75) public IRemoteProcess[] listChildProcesses(IRemoteProcess parent, IRemoteProcessContext context, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 25. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcessSubSystem.java (at line 75) public IRemoteProcess[] listChildProcesses(IRemoteProcess parent, IRemoteProcessContext context, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 26. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcessSubSystem.java (at line 84) public IRemoteProcess[] listChildProcesses(IRemoteProcess parent, IHostProcessFilter processFilter, IRemoteProcessContext context, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 27. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcessSubSystem.java (at line 84) public IRemoteProcess[] listChildProcesses(IRemoteProcess parent, IHostProcessFilter processFilter, IRemoteProcessContext context, IProgressMonitor monitor) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 28. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcessSubSystem.java (at line 90) public IRemoteProcess getParentProcess(IRemoteProcess process); ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 29. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcessSubSystem.java (at line 96) public IRemoteProcess getRemoteProcessObject(long pid) throws SystemMessageException; ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 30. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcessSubSystem.java (at line 96) public IRemoteProcess getRemoteProcessObject(long pid) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 31. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcessSubSystem.java (at line 104) public boolean kill(IRemoteProcess process, String signal) throws SystemMessageException; ^^^^^^ Javadoc: Missing tag for parameter signal ---------- 32. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcessSubSystem.java (at line 104) public boolean kill(IRemoteProcess process, String signal) throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- 33. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/IRemoteProcessSubSystem.java (at line 111) public String[] getSignalTypes() throws SystemMessageException; ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception SystemMessageException ---------- ---------- 34. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/impl/RemoteProcessContext.java (at line 47) public RemoteProcessContext(IRemoteProcessSubSystem subsystem, IRemoteProcess parentProcessObject, ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 35. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/impl/RemoteProcessContext.java (at line 47) public RemoteProcessContext(IRemoteProcessSubSystem subsystem, IRemoteProcess parentProcessObject, ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentProcessObject ---------- 36. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/impl/RemoteProcessContext.java (at line 48) IHostProcessFilter filterString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- ---------- 37. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/impl/RemoteProcessImpl.java (at line 49) public RemoteProcessImpl(IRemoteProcessContext context, IHostProcess process) ^^^^^^^ Javadoc: Missing tag for parameter process ---------- ---------- 38. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/core/subsystem/impl/RemoteProcessSubSystemConfiguration.java (at line 67) public boolean supportsServerLaunchProperties() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 39. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.core/src/org/eclipse/rse/subsystems/processes/servicesubsystem/ProcessServiceSubSystem.java (at line 79) public void setHostProcessToRemoteProcessAdapter(IHostProcessToRemoteProcessAdapter hostProcessAdapter) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter hostProcessAdapter ---------- 39 problems (39 warnings)# 7/6/07 10:42:24 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.subsystems.processes.dstore/src/org/eclipse/rse/internal/subsystems/processes/dstore/Activator.java (at line 56) public static Activator getDefault() { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1 problem (1 warning)# 7/6/07 10:42:29 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.subsystems.processes.local/src/org/eclipse/rse/internal/subsystems/processes/local/Activator.java (at line 56) public static Activator getDefault() { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1 problem (1 warning)# 7/6/07 10:42:08 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.subsystems.processes.shell.linux/src/org/eclipse/rse/internal/subsystems/processes/shell/linux/Activator.java (at line 95) public static String getUniqueIdentifier() { ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.shell.linux/src/org/eclipse/rse/internal/subsystems/processes/shell/linux/LinuxProcessHelper.java (at line 61) public String convertToStateCode(String state) { ^^^^^^ Javadoc: Missing tag for return type ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.shell.linux/src/org/eclipse/rse/internal/subsystems/processes/shell/linux/LinuxProcessHelper.java (at line 61) public String convertToStateCode(String state) { ^^^^^ Javadoc: Missing tag for parameter state ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.shell.linux/src/org/eclipse/rse/internal/subsystems/processes/shell/linux/LinuxProcessHelper.java (at line 86) public void populateUsernames(IHost host) { ^^^^ Javadoc: Missing tag for parameter host ---------- 5. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.shell.linux/src/org/eclipse/rse/internal/subsystems/processes/shell/linux/LinuxProcessHelper.java (at line 143) public String getUid(String username) { ^^^^^^ Javadoc: Missing tag for return type ---------- 6. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.shell.linux/src/org/eclipse/rse/internal/subsystems/processes/shell/linux/LinuxProcessHelper.java (at line 143) public String getUid(String username) { ^^^^^^^^ Javadoc: Missing tag for parameter username ---------- 7. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.shell.linux/src/org/eclipse/rse/internal/subsystems/processes/shell/linux/LinuxProcessHelper.java (at line 152) public String getUsername(String uid) { ^^^^^^ Javadoc: Missing tag for return type ---------- 8. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.processes.shell.linux/src/org/eclipse/rse/internal/subsystems/processes/shell/linux/LinuxProcessHelper.java (at line 152) public String getUsername(String uid) { ^^^ Javadoc: Missing tag for parameter uid ---------- 8 problems (8 warnings)# 7/6/07 10:42:05 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.subsystems.shells.core/src/org/eclipse/rse/internal/subsystems/shells/core/Activator.java (at line 65) 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.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/model/RemoteCommandFilterString.java (at line 68) public RemoteCommandFilterString(IRemoteCmdSubSystemConfiguration subsysFactory) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subsysFactory ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/model/RemoteCommandFilterString.java (at line 75) public RemoteCommandFilterString(IRemoteCmdSubSystemConfiguration subsysFactory, String input) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subsysFactory ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/model/RemoteCommandFilterString.java (at line 75) public RemoteCommandFilterString(IRemoteCmdSubSystemConfiguration subsysFactory, String input) ^^^^^ Javadoc: Missing tag for parameter input ---------- 5. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/model/RemoteCommandFilterString.java (at line 83) public RemoteCommandFilterString(IRemoteCmdSubSystemConfiguration subsysFactory, String path, String input) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter subsysFactory ---------- 6. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/model/RemoteCommandFilterString.java (at line 83) public RemoteCommandFilterString(IRemoteCmdSubSystemConfiguration subsysFactory, String path, String input) ^^^^ Javadoc: Missing tag for parameter path ---------- 7. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/model/RemoteCommandFilterString.java (at line 83) public RemoteCommandFilterString(IRemoteCmdSubSystemConfiguration subsysFactory, String path, String input) ^^^^^ Javadoc: Missing tag for parameter input ---------- 8. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/model/RemoteCommandFilterString.java (at line 97) public void setTypes(String[] types) ^^^^^ Javadoc: Missing tag for parameter types ---------- 9. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/model/RemoteCommandFilterString.java (at line 107) public static String getTypesString(String[] typesArray) ^^^^^^ Javadoc: Missing tag for return type ---------- 10. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/model/RemoteCommandFilterString.java (at line 107) public static String getTypesString(String[] typesArray) ^^^^^^^^^^ Javadoc: Missing tag for parameter typesArray ---------- 11. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/model/RemoteCommandFilterString.java (at line 118) public String getTypesAsString() ^^^^^^ Javadoc: Missing tag for return type ---------- 12. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/model/RemoteCommandFilterString.java (at line 129) public String[] getTypes() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 13. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/model/RemoteCommandFilterString.java (at line 137) public boolean getFilterByTypes() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 14. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/model/RemoteError.java (at line 33) public RemoteError(Object parent, String type) ^^^^ Javadoc: Missing tag for parameter type ---------- ---------- 15. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/model/RemoteOutput.java (at line 45) public RemoteOutput(Object parent, String type) ^^^^ Javadoc: Missing tag for parameter type ---------- ---------- 16. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 35) public IRemoteCmdSubSystemConfiguration getParentRemoteCmdSubSystemConfiguration(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 17. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 47) public Object[] runCommand(String command, Object context, IProgressMonitor monitor) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 18. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 60) public Object[] runCommand(String command, Object context, boolean interpretOutput, IProgressMonitor monitor) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 19. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 71) public IRemoteCommandShell runShell(Object context, IProgressMonitor monitor) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 20. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 80) public void sendCommandToShell(String input, Object commandObject) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 21. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 88) public void sendCommandToShell(String input, Object commandObject, IProgressMonitor monitor) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 22. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 96) public void cancelShell(Object commandObject, IProgressMonitor monitor) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 23. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 102) public void removeShell(Object commandObject) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 24. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 108) public IRemoteCommandShell getDefaultShell() throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 25. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 141) public String[] getExecutedCommands(); ^^^^^^^^ Javadoc: Missing tag for return type ---------- 26. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 161) public IRemoteSystemEnvVar[] getEnvironmentVariableList(); ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 27. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 167) public void setEnvironmentVariableList(String[] envVarNames, String[] envVarValues); ^^^^^^^^^^^ Javadoc: Missing tag for parameter envVarNames ---------- 28. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 167) public void setEnvironmentVariableList(String[] envVarNames, String[] envVarValues); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter envVarValues ---------- 29. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 171) public void addEnvironmentVariable(String name, String value); ^^^^ Javadoc: Missing tag for parameter name ---------- 30. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 171) public void addEnvironmentVariable(String name, String value); ^^^^^ Javadoc: Missing tag for parameter value ---------- 31. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 175) public void addEnvironmentVariable(IRemoteSystemEnvVar rsev); ^^^^ Javadoc: Missing tag for parameter rsev ---------- 32. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 179) public void removeEnvironmentVariable(IRemoteSystemEnvVar rsev); ^^^^ Javadoc: Missing tag for parameter rsev ---------- 33. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 183) public void removeEnvironmentVariable(String name); ^^^^ Javadoc: Missing tag for parameter name ---------- 34. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 188) public IRemoteSystemEnvVar getEnvironmentVariable(String name); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 35. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 188) public IRemoteSystemEnvVar getEnvironmentVariable(String name); ^^^^ Javadoc: Missing tag for parameter name ---------- 36. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 193) public String getEnvironmentVariableValue(String name); ^^^^^^ Javadoc: Missing tag for return type ---------- 37. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 193) public String getEnvironmentVariableValue(String name); ^^^^ Javadoc: Missing tag for parameter name ---------- 38. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCmdSubSystem.java (at line 200) public String getInvalidEnvironmentVariableNameCharacters(); ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 39. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCommandShell.java (at line 126) public void removeOutput(Object output); ^^^^^^ Javadoc: Missing tag for parameter output ---------- 40. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCommandShell.java (at line 131) public int getIndexOf(Object output); ^^^ Javadoc: Missing tag for return type ---------- 41. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCommandShell.java (at line 131) public int getIndexOf(Object output); ^^^^^^ Javadoc: Missing tag for parameter output ---------- 42. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCommandShell.java (at line 136) public Object getOutputAt(int index); ^^^^^^ Javadoc: Missing tag for return type ---------- 43. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/IRemoteCommandShell.java (at line 136) public Object getOutputAt(int index); ^^^^^ Javadoc: Missing tag for parameter index ---------- ---------- 44. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/RemoteCmdSubSystem.java (at line 92) public boolean checkForCancel(IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 45. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/RemoteCmdSubSystem.java (at line 208) protected String[] getEnvVarsAsStringArray() { ^^^^^^^^ Javadoc: Missing tag for return type ---------- 46. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/RemoteCmdSubSystem.java (at line 378) public IRemoteCmdSubSystem getCommandSubSystem() ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 47. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/RemoteCmdSubSystem.java (at line 768) public Object[] runCommand(String command, Object context, boolean interpretOutput) throws Exception ^^^^^^^^ Javadoc: Missing tag for return type ---------- 48. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/RemoteCmdSubSystem.java (at line 768) public Object[] runCommand(String command, Object context, boolean interpretOutput) throws Exception ^^^^^^^ Javadoc: Missing tag for parameter command ---------- 49. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/RemoteCmdSubSystem.java (at line 768) public Object[] runCommand(String command, Object context, boolean interpretOutput) throws Exception ^^^^^^^ Javadoc: Missing tag for parameter context ---------- 50. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/RemoteCmdSubSystem.java (at line 768) public Object[] runCommand(String command, Object context, boolean interpretOutput) throws Exception ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter interpretOutput ---------- 51. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/RemoteCmdSubSystem.java (at line 768) public Object[] runCommand(String command, Object context, boolean interpretOutput) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 52. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/RemoteCmdSubSystem.java (at line 786) public IRemoteCommandShell runShell(Object context) throws Exception ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 53. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/RemoteCmdSubSystem.java (at line 786) public IRemoteCommandShell runShell(Object context) throws Exception ^^^^^^^ Javadoc: Missing tag for parameter context ---------- 54. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/RemoteCmdSubSystem.java (at line 786) public IRemoteCommandShell runShell(Object context) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 55. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/RemoteCmdSubSystem.java (at line 834) public Object[] runCommand(String command, Object context) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 56. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/RemoteCmdSubSystem.java (at line 922) public void cancelShell(Object commandObject) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 57. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/src/org/eclipse/rse/subsystems/shells/core/subsystems/RemoteCmdSubSystem.java (at line 1227) protected Object[] internalRunCommand(String cmd, Object context, boolean interpretOutput, IProgressMonitor monitor) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter interpretOutput ---------- 57 problems (57 warnings)# 7/6/07 10:42:23 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.subsystems.shells.dstore/src/org/eclipse/rse/internal/subsystems/shells/dstore/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.subsystems.shells.dstore/src/org/eclipse/rse/internal/subsystems/shells/dstore/DStoreServiceCommandShell.java (at line 25) import org.eclipse.rse.internal.subsystems.shells.servicesubsystem.OutputRefreshJob; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type OutputRefreshJob is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/@dot ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.dstore/src/org/eclipse/rse/internal/subsystems/shells/dstore/DStoreServiceCommandShell.java (at line 135) _lastRefreshJob = new OutputRefreshJob(this, outputs, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor OutputRefreshJob(IRemoteCommandShell, IRemoteOutput[], boolean) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/@dot ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.dstore/src/org/eclipse/rse/internal/subsystems/shells/dstore/DStoreServiceCommandShell.java (at line 135) _lastRefreshJob = new OutputRefreshJob(this, outputs, false); ^^^^^^^^^^^^^^^^ Discouraged access: The type OutputRefreshJob is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/@dot ---------- 4 problems (4 warnings)# 7/6/07 10:42:31 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.subsystems.shells.local/src/org/eclipse/rse/internal/subsystems/shells/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.subsystems.shells.local/src/org/eclipse/rse/internal/subsystems/shells/local/model/LocalServiceCommandShell.java (at line 25) import org.eclipse.rse.internal.subsystems.shells.servicesubsystem.OutputRefreshJob; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type OutputRefreshJob is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/@dot ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.local/src/org/eclipse/rse/internal/subsystems/shells/local/model/LocalServiceCommandShell.java (at line 146) _lastRefreshJob = new OutputRefreshJob(this, outputs, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor OutputRefreshJob(IRemoteCommandShell, IRemoteOutput[], boolean) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/@dot ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.local/src/org/eclipse/rse/internal/subsystems/shells/local/model/LocalServiceCommandShell.java (at line 146) _lastRefreshJob = new OutputRefreshJob(this, outputs, false); ^^^^^^^^^^^^^^^^ Discouraged access: The type OutputRefreshJob is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/@dot ---------- 4 problems (4 warnings)# 7/6/07 10:42:33 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.subsystems.shells.ssh/src/org/eclipse/rse/internal/subsystems/shells/ssh/SshServiceCommandShell.java (at line 29) import org.eclipse.rse.internal.subsystems.shells.servicesubsystem.OutputRefreshJob; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type OutputRefreshJob is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/@dot ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.ssh/src/org/eclipse/rse/internal/subsystems/shells/ssh/SshServiceCommandShell.java (at line 174) _lastRefreshJob = new OutputRefreshJob(this, remoteOutputs, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor OutputRefreshJob(IRemoteCommandShell, IRemoteOutput[], boolean) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/@dot ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.ssh/src/org/eclipse/rse/internal/subsystems/shells/ssh/SshServiceCommandShell.java (at line 174) _lastRefreshJob = new OutputRefreshJob(this, remoteOutputs, false); ^^^^^^^^^^^^^^^^ Discouraged access: The type OutputRefreshJob is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/@dot ---------- 3 problems (3 warnings)# 7/6/07 10:42:36 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.subsystems.shells.telnet/src/org/eclipse/rse/internal/subsystems/shells/telnet/TelnetServiceCommandShell.java (at line 28) import org.eclipse.rse.internal.subsystems.shells.servicesubsystem.OutputRefreshJob; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type OutputRefreshJob is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/@dot ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.telnet/src/org/eclipse/rse/internal/subsystems/shells/telnet/TelnetServiceCommandShell.java (at line 167) _lastRefreshJob = new OutputRefreshJob(this, remoteOutputs, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor OutputRefreshJob(IRemoteCommandShell, IRemoteOutput[], boolean) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/@dot ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.telnet/src/org/eclipse/rse/internal/subsystems/shells/telnet/TelnetServiceCommandShell.java (at line 167) _lastRefreshJob = new OutputRefreshJob(this, remoteOutputs, false); ^^^^^^^^^^^^^^^^ Discouraged access: The type OutputRefreshJob is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.subsystems.shells.core/@dot ---------- 3 problems (3 warnings)# 7/6/07 10:44:28 AM EDT # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. # 7/6/07 10:44:29 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.tests/src/org/eclipse/rse/tests/internal/testsubsystem/TestSubSystemAdapter.java (at line 16) import org.eclipse.rse.internal.ui.view.SystemPerspectiveHelpers; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemPerspectiveHelpers is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/internal/testsubsystem/TestSubSystemAdapter.java (at line 17) import org.eclipse.rse.internal.ui.view.SystemView; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/internal/testsubsystem/TestSubSystemAdapter.java (at line 18) import org.eclipse.rse.internal.ui.view.SystemViewSubSystemAdapter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewSubSystemAdapter is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/internal/testsubsystem/TestSubSystemAdapter.java (at line 30) public class TestSubSystemAdapter extends SystemViewSubSystemAdapter ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewSubSystemAdapter is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 5. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/internal/testsubsystem/TestSubSystemAdapter.java (at line 37) super(); ^^^^^^^^ Discouraged access: The constructor SystemViewSubSystemAdapter() is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 6. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/internal/testsubsystem/TestSubSystemAdapter.java (at line 55) SystemView view = SystemPerspectiveHelpers.findRSEView(); ^^^^^^^^^^ Discouraged access: The type SystemView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 7. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/internal/testsubsystem/TestSubSystemAdapter.java (at line 55) SystemView view = SystemPerspectiveHelpers.findRSEView(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemPerspectiveHelpers is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 8. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/internal/testsubsystem/TestSubSystemAdapter.java (at line 55) SystemView view = SystemPerspectiveHelpers.findRSEView(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method findRSEView() from the type SystemPerspectiveHelpers is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 9. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/internal/testsubsystem/TestSubSystemAdapter.java (at line 57) view.expandSelected(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method expandSelected() from the type SystemView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 10. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/internal/testsubsystem/TestSubSystemNodeAdapter.java (at line 19) import org.eclipse.rse.internal.ui.view.SystemPerspectiveHelpers; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemPerspectiveHelpers is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 11. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/internal/testsubsystem/TestSubSystemNodeAdapter.java (at line 20) import org.eclipse.rse.internal.ui.view.SystemView; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 12. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/internal/testsubsystem/TestSubSystemNodeAdapter.java (at line 279) SystemView view = SystemPerspectiveHelpers.findRSEView(); ^^^^^^^^^^ Discouraged access: The type SystemView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 13. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/internal/testsubsystem/TestSubSystemNodeAdapter.java (at line 279) SystemView view = SystemPerspectiveHelpers.findRSEView(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemPerspectiveHelpers is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 14. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/internal/testsubsystem/TestSubSystemNodeAdapter.java (at line 279) SystemView view = SystemPerspectiveHelpers.findRSEView(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method findRSEView() from the type SystemPerspectiveHelpers is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 15. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/internal/testsubsystem/TestSubSystemNodeAdapter.java (at line 281) view.expandSelected(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method expandSelected() from the type SystemView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- ---------- 16. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FTPFileSubsystemTestCase.java (at line 27) import org.eclipse.rse.internal.services.files.ftp.FTPService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type FTPService is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.files.ftp/@dot ---------- 17. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FTPFileSubsystemTestCase.java (at line 114) assertTrue("IFileService instance is not of expected type FTPService!", service instanceof FTPService); //$NON-NLS-1$ ^^^^^^^^^^ Discouraged access: The type FTPService is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.files.ftp/@dot ---------- 18. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FTPFileSubsystemTestCase.java (at line 115) final FTPService ftpService = (FTPService)service; ^^^^^^^^^^ Discouraged access: The type FTPService is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.files.ftp/@dot ---------- 19. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FTPFileSubsystemTestCase.java (at line 115) final FTPService ftpService = (FTPService)service; ^^^^^^^^^^ Discouraged access: The type FTPService is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.files.ftp/@dot ---------- 20. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FTPFileSubsystemTestCase.java (at line 120) ftpService.setPropertySet(set); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setPropertySet(IPropertySet) from the type FTPService is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.files.ftp/@dot ---------- 21. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FTPFileSubsystemTestCase.java (at line 137) if (!subSystem.isConnected() || !ftpService.isConnected()) return; ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isConnected() from the type FTPService is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.files.ftp/@dot ---------- 22. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FTPFileSubsystemTestCase.java (at line 143) IHostFile[] roots = ftpService.getRoots(new NullProgressMonitor()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRoots(IProgressMonitor) from the type FTPService is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.files.ftp/@dot ---------- 23. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FTPFileSubsystemTestCase.java (at line 146) FTPClient ftpClient = ftpService.getFTPClient(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFTPClient() from the type FTPService is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.files.ftp/@dot ---------- 24. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FTPFileSubsystemTestCase.java (at line 162) if (ftpService.isConnected()) ftpService.disconnect(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isConnected() from the type FTPService is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.files.ftp/@dot ---------- 25. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/files/FTPFileSubsystemTestCase.java (at line 162) if (ftpService.isConnected()) ftpService.disconnect(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method disconnect() from the type FTPService is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.services.files.ftp/@dot ---------- ---------- 26. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/testsubsystem/TestSubsystemTestCase.java (at line 24) import org.eclipse.rse.internal.ui.view.SystemView; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 27. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/testsubsystem/TestSubsystemTestCase.java (at line 25) import org.eclipse.rse.internal.ui.view.SystemViewPart; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemViewPart is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 28. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/testsubsystem/TestSubsystemTestCase.java (at line 38) SystemView rseSystemView; ^^^^^^^^^^ Discouraged access: The type SystemView is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 29. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/testsubsystem/TestSubsystemTestCase.java (at line 52) if (viewPart instanceof SystemViewPart) { ^^^^^^^^^^^^^^ Discouraged access: The type SystemViewPart is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 30. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/testsubsystem/TestSubsystemTestCase.java (at line 53) rseSystemView = ((SystemViewPart)viewPart).getSystemView(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSystemView() from the type SystemViewPart is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 31. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.tests/src/org/eclipse/rse/tests/subsystems/testsubsystem/TestSubsystemTestCase.java (at line 53) rseSystemView = ((SystemViewPart)viewPart).getSystemView(); ^^^^^^^^^^^^^^ Discouraged access: The type SystemViewPart is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/@dot ---------- 31 problems (31 warnings)# 7/6/07 10:41:51 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.ui/model/org/eclipse/rse/ui/internal/model/SystemNewConnectionPromptObject.java (at line 72) public SystemNewConnectionPromptObject(SystemNewConnectionPromptObject parent, IRSESystemType systemType) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemNewConnectionPromptObject.java (at line 72) public SystemNewConnectionPromptObject(SystemNewConnectionPromptObject parent, IRSESystemType systemType) { ^^^^^^^^^^ Javadoc: Missing tag for parameter systemType ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemNewConnectionPromptObject.java (at line 84) public void setSystemTypes(IRSESystemType[] systemTypes) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter systemTypes ---------- ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemPostableEventNotifier.java (at line 42) public SystemPostableEventNotifier(ISystemResourceChangeListener listener, ISystemResourceChangeEvent event) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 5. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemPostableEventNotifier.java (at line 42) public SystemPostableEventNotifier(ISystemResourceChangeListener listener, ISystemResourceChangeEvent event) ^^^^^ Javadoc: Missing tag for parameter event ---------- ---------- 6. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 82) import org.eclipse.rse.internal.core.filters.SystemFilterStartHere; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFilterStartHere is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 7. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 83) import org.eclipse.rse.internal.core.model.SystemHostPool; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemHostPool is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 8. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 84) import org.eclipse.rse.internal.core.model.SystemModelChangeEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemModelChangeEvent is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 9. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 85) import org.eclipse.rse.internal.core.model.SystemModelChangeEventManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemModelChangeEventManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 10. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 86) import org.eclipse.rse.internal.core.model.SystemPreferenceChangeManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemPreferenceChangeManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 11. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 87) import org.eclipse.rse.internal.core.model.SystemProfileManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 12. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 88) import org.eclipse.rse.internal.core.model.SystemRemoteChangeEventManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemRemoteChangeEventManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 13. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 109) private SystemPreferenceChangeManager preferenceListManager = null; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemPreferenceChangeManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 14. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 110) private SystemModelChangeEventManager modelListenerManager = null; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemModelChangeEventManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 15. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 111) private SystemModelChangeEvent modelEvent; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemModelChangeEvent is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 16. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 112) private SystemRemoteChangeEventManager remoteListManager = null; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemRemoteChangeEventManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 17. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 137) modelListenerManager = new SystemModelChangeEventManager(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemModelChangeEventManager() is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 18. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 137) modelListenerManager = new SystemModelChangeEventManager(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemModelChangeEventManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 19. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 138) remoteListManager = new SystemRemoteChangeEventManager(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemRemoteChangeEventManager() is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 20. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 138) remoteListManager = new SystemRemoteChangeEventManager(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemRemoteChangeEventManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 21. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 139) preferenceListManager = new SystemPreferenceChangeManager(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemPreferenceChangeManager() is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 22. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 139) preferenceListManager = new SystemPreferenceChangeManager(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemPreferenceChangeManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 23. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 153) SystemHostPool.reset(); ^^^^^^^^^^^^^^ Discouraged access: The type SystemHostPool is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 24. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 153) SystemHostPool.reset(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method reset() from the type SystemHostPool is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 25. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 165) public static SystemRegistry getInstance(String logfilePath) ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 26. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 175) public static SystemRegistry getInstance() ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 27. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 255) public void setSubSystemConfigurationProxies(ISubSystemConfigurationProxy[] proxies) ^^^^^^^ Javadoc: Missing tag for parameter proxies ---------- 28. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 457) return SystemProfileManager.getDefault(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 29. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 457) return SystemProfileManager.getDefault(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDefault() from the type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 30. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 862) private ISystemProfile getSystemProfile(ISystemHostPool pool) ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 31. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 862) private ISystemProfile getSystemProfile(ISystemHostPool pool) ^^^^ Javadoc: Missing tag for parameter pool ---------- 32. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 1055) public ISubSystem[] getSubSystemsLazily(IHost conn) ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 33. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 1055) public ISubSystem[] getSubSystemsLazily(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 34. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 1163) protected Vector getSubSystemFactories(IHost conn) ^^^^^^ Javadoc: Missing tag for return type ---------- 35. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 1163) protected Vector getSubSystemFactories(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 36. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 1173) protected Vector getSubSystemFactories(IHost conn, Vector factories) ^^^^^^ Javadoc: Missing tag for return type ---------- 37. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 1173) protected Vector getSubSystemFactories(IHost conn, Vector factories) ^^^^ Javadoc: Missing tag for parameter conn ---------- 38. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 1173) protected Vector getSubSystemFactories(IHost conn, Vector factories) ^^^^^^^^^ Javadoc: Missing tag for parameter factories ---------- 39. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 1191) protected Vector getSubSystemFactories(IHost[] conns) ^^^^^^ Javadoc: Missing tag for return type ---------- 40. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 1191) protected Vector getSubSystemFactories(IHost[] conns) ^^^^^ Javadoc: Missing tag for parameter conns ---------- 41. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 1222) private ISystemHostPool getHostPool(String profileName) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 42. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 1222) private ISystemHostPool getHostPool(String profileName) ^^^^^^^^^^^ Javadoc: Missing tag for parameter profileName ---------- 43. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 1234) private ISystemHostPool getHostPool(ISystemProfile profile) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 44. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 1234) private ISystemHostPool getHostPool(ISystemProfile profile) ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 45. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 1239) return SystemHostPool.getSystemHostPool(profile); ^^^^^^^^^^^^^^ Discouraged access: The type SystemHostPool is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 46. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 1239) return SystemHostPool.getSystemHostPool(profile); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSystemHostPool(ISystemProfile) from the type SystemHostPool is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 47. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 1255) private ISystemHostPool[] getHostPools() ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 48. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 1263) pools[idx] = SystemHostPool.getSystemHostPool(profiles[idx]); ^^^^^^^^^^^^^^ Discouraged access: The type SystemHostPool is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 49. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 1263) pools[idx] = SystemHostPool.getSystemHostPool(profiles[idx]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSystemHostPool(ISystemProfile) from the type SystemHostPool is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 50. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 1446) public int getHostPositionInView(IHost conn) ^^^ Javadoc: Missing tag for return type ---------- 51. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 1446) public int getHostPositionInView(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 52. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 1642) throws Exception { ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 53. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 1713) modelListenerManager.notify(_event); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method notify(ISystemModelChangeEvent) from the type SystemModelChangeEventManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 54. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 1741) preferenceListManager.notify(_event); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method notify(ISystemPreferenceChangeEvent) from the type SystemPreferenceChangeManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 55. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 1820) remoteListManager.notify(_event); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method notify(ISystemRemoteChangeEvent) from the type SystemRemoteChangeEventManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 56. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 1920) public IHost createHost(String profileName, IRSESystemType systemType, String connectionName, String hostName, String description, boolean createSubSystems) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 57. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 1941) protected IHost getPreviousHost(IHost conn) ^^^^^ Javadoc: Missing tag for return type ---------- 58. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 1941) protected IHost getPreviousHost(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 59. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 2494) modelListenerManager.addSystemModelChangeListener(l); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addSystemModelChangeListener(ISystemModelChangeListener) from the type SystemModelChangeEventManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 60. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 2502) modelListenerManager.removeSystemModelChangeListener(l); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method removeSystemModelChangeListener(ISystemModelChangeListener) from the type SystemModelChangeEventManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 61. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 2523) modelListenerManager.notify(event); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method notify(ISystemModelChangeEvent) from the type SystemModelChangeEventManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 62. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 2537) modelEvent = new SystemModelChangeEvent(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemModelChangeEvent() is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 63. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 2537) modelEvent = new SystemModelChangeEvent(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemModelChangeEvent is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 64. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 2538) modelEvent.setEventType(eventType); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setEventType(int) from the type SystemModelChangeEvent is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 65. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 2539) modelEvent.setResourceType(resourceType); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setResourceType(int) from the type SystemModelChangeEvent is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 66. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 2540) modelEvent.setResource(resource); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setResource(Object) from the type SystemModelChangeEvent is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 67. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 2541) modelEvent.setOldName(oldName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setOldName(String) from the type SystemModelChangeEvent is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 68. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 2544) modelListenerManager.notify(modelEvent); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method notify(ISystemModelChangeEvent) from the type SystemModelChangeEventManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 69. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 2577) remoteListManager.addSystemRemoteChangeListener(l); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addSystemRemoteChangeListener(ISystemRemoteChangeListener) from the type SystemRemoteChangeEventManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 70. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 2585) remoteListManager.removeSystemRemoteChangeListener(l); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method removeSystemRemoteChangeListener(ISystemRemoteChangeListener) from the type SystemRemoteChangeEventManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 71. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 2595) remoteListManager.notify(event); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method notify(ISystemRemoteChangeEvent) from the type SystemRemoteChangeEventManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 72. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 2631) remoteListManager.notify(remoteEvent); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method notify(ISystemRemoteChangeEvent) from the type SystemRemoteChangeEventManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 73. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 2671) remoteListManager.notify(remoteEvent); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method notify(ISystemRemoteChangeEvent) from the type SystemRemoteChangeEventManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 74. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 2683) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 75. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 2683) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 76. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 2828) preferenceListManager.addSystemPreferenceChangeListener(l); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addSystemPreferenceChangeListener(ISystemPreferenceChangeListener) from the type SystemPreferenceChangeManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 77. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 2835) preferenceListManager.removeSystemPreferenceChangeListener(l); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method removeSystemPreferenceChangeListener(ISystemPreferenceChangeListener) from the type SystemPreferenceChangeManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 78. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 2844) preferenceListManager.notify(event); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method notify(ISystemPreferenceChangeEvent) from the type SystemPreferenceChangeManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 79. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 2971) return SystemFilterStartHere.getInstance(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFilterStartHere is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 80. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistry.java (at line 2971) return SystemFilterStartHere.getInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type SystemFilterStartHere is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- ---------- 81. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistryUI.java (at line 293) private Object getObjectFor(String str) ^^^^^^ Javadoc: Missing tag for return type ---------- 82. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistryUI.java (at line 293) private Object getObjectFor(String str) ^^^ Javadoc: Missing tag for parameter str ---------- 83. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRegistryUI.java (at line 430) public SystemScratchpad getSystemScratchPad() ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 84. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemResourceChangeManager.java (at line 42) public void addSystemResourceChangeListener(ISystemResourceChangeListener l) ^ Javadoc: Missing tag for parameter l ---------- 85. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemResourceChangeManager.java (at line 52) public void removeSystemResourceChangeListener(ISystemResourceChangeListener l) ^ Javadoc: Missing tag for parameter l ---------- 86. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemResourceChangeManager.java (at line 61) public boolean isRegisteredSystemResourceChangeListener(ISystemResourceChangeListener l) ^^^^^^^ Javadoc: Missing tag for return type ---------- 87. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemResourceChangeManager.java (at line 61) public boolean isRegisteredSystemResourceChangeListener(ISystemResourceChangeListener l) ^ Javadoc: Missing tag for parameter l ---------- 88. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemResourceChangeManager.java (at line 69) public void notify(ISystemResourceChangeEvent event) ^^^^^ Javadoc: Missing tag for parameter event ---------- 89. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemResourceChangeManager.java (at line 81) public void postNotify(ISystemResourceChangeEvent event) ^^^^^ Javadoc: Missing tag for parameter event ---------- ---------- 90. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRunnableContextWrapper.java (at line 49) private SystemRunnableWithProgress(IRunnableWithProgress runnable) ^^^^^^^^ Javadoc: Missing tag for parameter runnable ---------- 91. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/internal/model/SystemRunnableContextWrapper.java (at line 117) public SystemRunnableContextWrapper(IRunnableContext runnableContext) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter runnableContext ---------- ---------- 92. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/model/ISystemPromptableObject.java (at line 46) public Object getParent(); ^^^^^^ Javadoc: Missing tag for return type ---------- 93. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/model/ISystemPromptableObject.java (at line 51) public void setParent(Object parent); ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 94. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/model/ISystemPromptableObject.java (at line 57) public ImageDescriptor getImageDescriptor(); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 95. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/model/ISystemPromptableObject.java (at line 62) public String getText(); ^^^^^^ Javadoc: Missing tag for return type ---------- 96. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/model/ISystemPromptableObject.java (at line 67) public String getType(); ^^^^^^ Javadoc: Missing tag for return type ---------- 97. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/model/ISystemPromptableObject.java (at line 73) public Object[] run(Shell shell); ^^^^^^^^ Javadoc: Missing tag for return type ---------- 98. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/model/ISystemPromptableObject.java (at line 73) public Object[] run(Shell shell); ^^^^^ Javadoc: Missing tag for parameter shell ---------- 99. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/model/ISystemPromptableObject.java (at line 80) public ISystemPromptableObject[] getChildren(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 100. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/model/ISystemPromptableObject.java (at line 85) public boolean hasChildren(); ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 101. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/model/ISystemRegistryUI.java (at line 63) public Clipboard getSystemClipboard(); ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 102. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/model/ISystemRegistryUI.java (at line 99) public IRunnableContext getRunnableContext(); ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 103. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/model/ISystemRegistryUI.java (at line 112) public void postEvent(ISystemResourceChangeEvent event); ^^^^^ Javadoc: Missing tag for parameter event ---------- 104. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/model/ISystemRegistryUI.java (at line 120) public void postEvent(ISystemResourceChangeListener listener, ISystemResourceChangeEvent event); ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 105. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/model/org/eclipse/rse/ui/model/ISystemRegistryUI.java (at line 120) public void postEvent(ISystemResourceChangeListener listener, ISystemResourceChangeEvent event); ^^^^^ Javadoc: Missing tag for parameter event ---------- ---------- 106. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/servicesubsystem/ServiceSubSystem.java (at line 33) protected ServiceSubSystem(IHost host, IConnectorService connectorService) ^^^^ Javadoc: Missing tag for parameter host ---------- 107. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/servicesubsystem/ServiceSubSystem.java (at line 33) protected ServiceSubSystem(IHost host, IConnectorService connectorService) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter connectorService ---------- 108. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/servicesubsystem/ServiceSubSystem.java (at line 83) * for the object's class or interface type. Further, if this subsystem is {@link org.eclipse.rse.core.subsystems.SubSystemConfiguration#isVisible() visible} ^^^^^^^^^ Javadoc: The method isVisible() is undefined for the type SubSystemConfiguration ---------- 109. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/servicesubsystem/ServiceSubSystem.java (at line 125) * for the object's class or interface type. Further, if this subsystem is {@link org.eclipse.rse.core.subsystems.SubSystemConfiguration#isVisible() visible} ^^^^^^^^^ Javadoc: The method isVisible() is undefined for the type SubSystemConfiguration ---------- ---------- 110. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 209) protected ISubSystem selectCommandSubSystem(ISubSystem[] allCmdSubSystems) ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 111. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 209) protected ISubSystem selectCommandSubSystem(ISubSystem[] allCmdSubSystems) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter allCmdSubSystems ---------- 112. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 406) protected String getPreferencesKey() ^^^^^^ Javadoc: Missing tag for return type ---------- 113. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 415) protected String getPreferencesKey(String profileName, String connectionName) ^^^^^^ Javadoc: Missing tag for return type ---------- 114. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 415) protected String getPreferencesKey(String profileName, String connectionName) ^^^^^^^^^^^ Javadoc: Missing tag for parameter profileName ---------- 115. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 415) protected String getPreferencesKey(String profileName, String connectionName) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter connectionName ---------- 116. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 425) protected String getLocalUserId(String key) ^^^^^^ Javadoc: Missing tag for return type ---------- 117. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 425) protected String getLocalUserId(String key) ^^^ Javadoc: Missing tag for parameter key ---------- 118. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 660) protected boolean doesFilterTypeMatch(ISystemFilter filter, String remoteObjectAbsoluteName) ^^^^^^^ Javadoc: Missing tag for return type ---------- 119. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 660) protected boolean doesFilterTypeMatch(ISystemFilter filter, String remoteObjectAbsoluteName) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 120. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 660) protected boolean doesFilterTypeMatch(ISystemFilter filter, String remoteObjectAbsoluteName) ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteObjectAbsoluteName ---------- 121. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 756) public PropertyPage getPropertyPage(Composite parent) ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 122. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 756) public PropertyPage getPropertyPage(Composite parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 123. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 893) public void setRemoteAttribute(String attributeName, String attributeValue) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter attributeName ---------- 124. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 893) public void setRemoteAttribute(String attributeName, String attributeValue) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter attributeValue ---------- 125. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 905) public String getRemoteAttribute(String attributeName) ^^^^^^ Javadoc: Missing tag for return type ---------- 126. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 905) public String getRemoteAttribute(String attributeName) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter attributeName ---------- 127. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 929) public String getHostName() ^^^^^^ Javadoc: Missing tag for return type ---------- 128. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 941) protected void displayAsyncMsg(SystemMessageException msg) ^^^ Javadoc: Missing tag for parameter msg ---------- 129. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 960) public DisplayErrorMessageJob(Shell shell, SystemMessageException msgExc) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 130. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 960) public DisplayErrorMessageJob(Shell shell, SystemMessageException msgExc) ^^^^^^ Javadoc: Missing tag for parameter msgExc ---------- 131. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1243) public abstract void performOperation(IProgressMonitor monitor) throws InterruptedException, InvocationTargetException, Exception; ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 132. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1249) public Object[] getOutputs() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 133. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1258) public String[] getOutputStrings() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 134. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1370) public ResolveAbsolutesJob(String filterString, String[] filterStrings) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 135. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1725) protected void showConnectErrorMessage(Shell shell, String hostName, int port, Throwable exc) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 136. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1725) protected void showConnectErrorMessage(Shell shell, String hostName, int port, Throwable exc) ^^^^^^^^ Javadoc: Missing tag for parameter hostName ---------- 137. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1725) protected void showConnectErrorMessage(Shell shell, String hostName, int port, Throwable exc) ^^^^ Javadoc: Missing tag for parameter port ---------- 138. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1725) protected void showConnectErrorMessage(Shell shell, String hostName, int port, Throwable exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 139. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1755) protected void showConnectCancelledMessage(Shell shell, String hostName, int port) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 140. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1755) protected void showConnectCancelledMessage(Shell shell, String hostName, int port) ^^^^^^^^ Javadoc: Missing tag for parameter hostName ---------- 141. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1755) protected void showConnectCancelledMessage(Shell shell, String hostName, int port) ^^^^ Javadoc: Missing tag for parameter port ---------- 142. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1769) protected void showDisconnectErrorMessage(Shell shell, String hostName, int port, Exception exc) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 143. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1769) protected void showDisconnectErrorMessage(Shell shell, String hostName, int port, Exception exc) ^^^^^^^^ Javadoc: Missing tag for parameter hostName ---------- 144. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1769) protected void showDisconnectErrorMessage(Shell shell, String hostName, int port, Exception exc) ^^^^ Javadoc: Missing tag for parameter port ---------- 145. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1769) protected void showDisconnectErrorMessage(Shell shell, String hostName, int port, Exception exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 146. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1785) protected void showDisconnectCancelledMessage(Shell shell, String hostName, int port) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 147. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1785) protected void showDisconnectCancelledMessage(Shell shell, String hostName, int port) ^^^^^^^^ Javadoc: Missing tag for parameter hostName ---------- 148. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1785) protected void showDisconnectCancelledMessage(Shell shell, String hostName, int port) ^^^^ Javadoc: Missing tag for parameter port ---------- 149. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1798) protected static String getResolvingMessage(String filterString) ^^^^^^ Javadoc: Missing tag for return type ---------- 150. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1798) protected static String getResolvingMessage(String filterString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 151. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1806) protected static String getRunningMessage(String cmd) ^^^^^^ Javadoc: Missing tag for return type ---------- 152. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1806) protected static String getRunningMessage(String cmd) ^^^ Javadoc: Missing tag for parameter cmd ---------- 153. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1813) protected static String getQueryingMessage(String key) ^^^^^^ Javadoc: Missing tag for return type ---------- 154. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1813) protected static String getQueryingMessage(String key) ^^^ Javadoc: Missing tag for parameter key ---------- 155. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1820) protected static String getSettingMessage(String key) ^^^^^^ Javadoc: Missing tag for return type ---------- 156. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1820) protected static String getSettingMessage(String key) ^^^ Javadoc: Missing tag for parameter key ---------- 157. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1827) protected static String getQueryingMessage() ^^^^^^ Javadoc: Missing tag for return type ---------- 158. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1834) protected static String getSettingMessage() ^^^^^^ Javadoc: Missing tag for return type ---------- 159. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1845) protected void showOperationErrorMessage(Shell shell, Throwable exc) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 160. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1845) protected void showOperationErrorMessage(Shell shell, Throwable exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 161. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1874) protected void showOperationCancelledMessage(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 162. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1983) protected Object[] sortResolvedFilterStringObjects(Object[] input) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 163. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 1983) protected Object[] sortResolvedFilterStringObjects(Object[] input) ^^^^^ Javadoc: Missing tag for parameter input ---------- 164. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2130) public String[] getExecutedCommands() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 165. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2311) public boolean promptForPassword() throws Exception ^^^^^^^ Javadoc: Missing tag for return type ---------- 166. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2311) public boolean promptForPassword() throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 167. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2324) public boolean promptForPassword(boolean force) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 168. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2512) protected void internalConnect(IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 169. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2513) throws InvocationTargetException, InterruptedException ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InvocationTargetException ---------- 170. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2513) throws InvocationTargetException, InterruptedException ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InterruptedException ---------- 171. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2545) protected void internalDisconnect(IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 172. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2546) throws InvocationTargetException, InterruptedException ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InvocationTargetException ---------- 173. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2546) throws InvocationTargetException, InterruptedException ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InterruptedException ---------- 174. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2600) protected Object[] internalResolveFilterString(String filterString, IProgressMonitor monitor) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 175. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2600) protected Object[] internalResolveFilterString(String filterString, IProgressMonitor monitor) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 176. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2600) protected Object[] internalResolveFilterString(String filterString, IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 177. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2601) throws java.lang.reflect.InvocationTargetException, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InvocationTargetException ---------- 178. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2602) java.lang.InterruptedException ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InterruptedException ---------- 179. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2624) throws java.lang.reflect.InvocationTargetException, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InvocationTargetException ---------- 180. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2625) java.lang.InterruptedException ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InterruptedException ---------- 181. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2654) protected void addResolvedFilterStringObjects(Vector allChildrenSoFar, Object[] childrenForThisFilterString, ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter allChildrenSoFar ---------- 182. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2654) protected void addResolvedFilterStringObjects(Vector allChildrenSoFar, Object[] childrenForThisFilterString, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter childrenForThisFilterString ---------- 183. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2655) String[] allFilterStrings, int currFilterStringIndex) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter allFilterStrings ---------- 184. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2655) String[] allFilterStrings, int currFilterStringIndex) ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter currFilterStringIndex ---------- 185. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2694) protected Object[] internalResolveFilterString(Object parent, String filterString, IProgressMonitor monitor) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 186. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2694) protected Object[] internalResolveFilterString(Object parent, String filterString, IProgressMonitor monitor) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 187. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2694) protected Object[] internalResolveFilterString(Object parent, String filterString, IProgressMonitor monitor) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 188. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2694) protected Object[] internalResolveFilterString(Object parent, String filterString, IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 189. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2695) throws java.lang.reflect.InvocationTargetException, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InvocationTargetException ---------- 190. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2696) java.lang.InterruptedException ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InterruptedException ---------- 191. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2706) protected String getFirstParentFilterString(Object parent) ^^^^^^ Javadoc: Missing tag for return type ---------- 192. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2706) protected String getFirstParentFilterString(Object parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 193. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2724) protected String internalGetProperty(Object subject, String key, IProgressMonitor monitor) ^^^^^^ Javadoc: Missing tag for return type ---------- 194. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2724) protected String internalGetProperty(Object subject, String key, IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 195. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2724) protected String internalGetProperty(Object subject, String key, IProgressMonitor monitor) ^^^ Javadoc: Missing tag for parameter key ---------- 196. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2724) protected String internalGetProperty(Object subject, String key, IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 197. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2725) throws java.lang.reflect.InvocationTargetException, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InvocationTargetException ---------- 198. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2726) java.lang.InterruptedException ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InterruptedException ---------- 199. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2743) protected Object internalSetProperty(Object subject, String key, String value, IProgressMonitor monitor) ^^^^^^ Javadoc: Missing tag for return type ---------- 200. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2743) protected Object internalSetProperty(Object subject, String key, String value, IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 201. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2743) protected Object internalSetProperty(Object subject, String key, String value, IProgressMonitor monitor) ^^^ Javadoc: Missing tag for parameter key ---------- 202. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2743) protected Object internalSetProperty(Object subject, String key, String value, IProgressMonitor monitor) ^^^^^ Javadoc: Missing tag for parameter value ---------- 203. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2743) protected Object internalSetProperty(Object subject, String key, String value, IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 204. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2744) throws java.lang.reflect.InvocationTargetException, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InvocationTargetException ---------- 205. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2745) java.lang.InterruptedException ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InterruptedException ---------- 206. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2762) protected String[] internalGetProperties(Object subject, String[] keys, IProgressMonitor monitor) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 207. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2762) protected String[] internalGetProperties(Object subject, String[] keys, IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for parameter subject ---------- 208. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2762) protected String[] internalGetProperties(Object subject, String[] keys, IProgressMonitor monitor) ^^^^ Javadoc: Missing tag for parameter keys ---------- 209. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystem.java (at line 2762) protected String[] internalGetProperties(Object subject, String[] keys, IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- ---------- 210. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 62) import org.eclipse.rse.internal.core.RSECoreMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RSECoreMessages is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 211. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 63) import org.eclipse.rse.internal.core.filters.SystemFilterPoolManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFilterPoolManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 212. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 64) import org.eclipse.rse.internal.core.filters.SystemFilterPoolWrapperInformation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFilterPoolWrapperInformation is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 213. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 65) import org.eclipse.rse.internal.core.filters.SystemFilterStartHere; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFilterStartHere is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 214. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 66) import org.eclipse.rse.internal.core.model.SystemProfileManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 215. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 360) public boolean supportsDuplicateFilterStrings() ^^^^^^^ Javadoc: Missing tag for return type ---------- 216. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 532) return SystemProfileManager.getDefault().getSystemProfile(name); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDefault() from the type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 217. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 532) return SystemProfileManager.getDefault().getSystemProfile(name); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSystemProfile(String) from the type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 218. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 532) return SystemProfileManager.getDefault().getSystemProfile(name); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 219. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 538) protected ISystemProfile getSystemProfile(ISystemFilterPoolManager poolMgr) ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 220. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 538) protected ISystemProfile getSystemProfile(ISystemFilterPoolManager poolMgr) ^^^^^^^ Javadoc: Missing tag for parameter poolMgr ---------- 221. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 554) protected ISystemProfile getSystemProfile(ISystemFilter filter) ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 222. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 554) protected ISystemProfile getSystemProfile(ISystemFilter filter) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 223. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 745) protected void invalidateSubSystemCache(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 224. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 775) if (SystemProfileManager.getDefault().getSize() > 0) // 42913 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDefault() from the type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 225. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 775) if (SystemProfileManager.getDefault().getSize() > 0) // 42913 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSize() from the type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 226. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 775) if (SystemProfileManager.getDefault().getSize() > 0) // 42913 ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 227. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 844) protected ISubSystem[] internalGetSubSystems(IHost conn) ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 228. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 844) protected ISubSystem[] internalGetSubSystems(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 229. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 864) public ISubSystem[] getSubSystems(ISystemProfile profile) ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 230. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 864) public ISubSystem[] getSubSystems(ISystemProfile profile) ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 231. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 883) public ISubSystem[] getSubSystems(ISystemFilterPool pool) ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 232. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 883) public ISubSystem[] getSubSystems(ISystemFilterPool pool) ^^^^ Javadoc: Missing tag for parameter pool ---------- 233. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 905) protected void addSubSystem(ISubSystem subsys) ^^^^^^ Javadoc: Missing tag for parameter subsys ---------- 234. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 914) protected void removeSubSystem(ISubSystem subsys) ^^^^^^ Javadoc: Missing tag for parameter subsys ---------- 235. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 971) ISystemFilterPoolReferenceManager fprMgr = SystemFilterStartHere.getInstance().createSystemFilterPoolReferenceManager(subsys, this, subsys.getName(), filterNamingPolicy); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type SystemFilterStartHere is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 236. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 971) ISystemFilterPoolReferenceManager fprMgr = SystemFilterStartHere.getInstance().createSystemFilterPoolReferenceManager(subsys, this, subsys.getName(), filterNamingPolicy); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method createSystemFilterPoolReferenceManager(ISystemFilterPoolReferenceManagerProvider, ISystemFilterPoolManagerProvider, String, IRSEFilterNamingPolicy) from the type SystemFilterStartHere is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 237. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 971) ISystemFilterPoolReferenceManager fprMgr = SystemFilterStartHere.getInstance().createSystemFilterPoolReferenceManager(subsys, this, subsys.getName(), filterNamingPolicy); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFilterStartHere is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 238. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1064) ISystemFilterPoolReferenceManager newRefMgr = SystemFilterStartHere.getInstance().createSystemFilterPoolReferenceManager(subsys, this, subsys.getName(), filterNamingPolicy); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type SystemFilterStartHere is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 239. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1064) ISystemFilterPoolReferenceManager newRefMgr = SystemFilterStartHere.getInstance().createSystemFilterPoolReferenceManager(subsys, this, subsys.getName(), filterNamingPolicy); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method createSystemFilterPoolReferenceManager(ISystemFilterPoolReferenceManagerProvider, ISystemFilterPoolManagerProvider, String, IRSEFilterNamingPolicy) from the type SystemFilterStartHere is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 240. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1064) ISystemFilterPoolReferenceManager newRefMgr = SystemFilterStartHere.getInstance().createSystemFilterPoolReferenceManager(subsys, this, subsys.getName(), filterNamingPolicy); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFilterStartHere is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 241. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1135) * @param ss The new subsystem ^^ Javadoc: Parameter ss is not declared ---------- 242. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1138) private void internalInitializeNewSubSystem(ISubSystem subsys, IHost conn) ^^^^^^ Javadoc: Missing tag for parameter subsys ---------- 243. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1156) protected String internalGetSubSystemName(ISubSystem subsys) ^^^^^^ Javadoc: Missing tag for return type ---------- 244. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1156) protected String internalGetSubSystemName(ISubSystem subsys) ^^^^^^ Javadoc: Missing tag for parameter subsys ---------- 245. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1228) protected void copySubSystemData(ISubSystem oldSubSystem, ISubSystem newSubSystem) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter oldSubSystem ---------- 246. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1228) protected void copySubSystemData(ISubSystem oldSubSystem, ISubSystem newSubSystem) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter newSubSystem ---------- 247. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1321) protected boolean needsUpdate(ISubSystem subsystem, boolean updateUserId, String userId, boolean updatePort, int port) ^^^^^^^ Javadoc: Missing tag for return type ---------- 248. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1321) protected boolean needsUpdate(ISubSystem subsystem, boolean updateUserId, String userId, boolean updatePort, int port) ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 249. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1321) protected boolean needsUpdate(ISubSystem subsystem, boolean updateUserId, String userId, boolean updatePort, int port) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter updateUserId ---------- 250. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1321) protected boolean needsUpdate(ISubSystem subsystem, boolean updateUserId, String userId, boolean updatePort, int port) ^^^^^^ Javadoc: Missing tag for parameter userId ---------- 251. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1321) protected boolean needsUpdate(ISubSystem subsystem, boolean updateUserId, String userId, boolean updatePort, int port) ^^^^^^^^^^ Javadoc: Missing tag for parameter updatePort ---------- 252. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1321) protected boolean needsUpdate(ISubSystem subsystem, boolean updateUserId, String userId, boolean updatePort, int port) ^^^^ Javadoc: Missing tag for parameter port ---------- 253. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1426) protected SystemFilterPoolWrapperInformation getNewFilterWizardPoolWrapperInformation() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 254. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1426) protected SystemFilterPoolWrapperInformation getNewFilterWizardPoolWrapperInformation() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFilterPoolWrapperInformation is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 255. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1428) return new SystemFilterPoolWrapperInformation(SystemResources.RESID_NEWFILTER_PAGE2_PROFILE_LABEL, SystemResources.RESID_NEWFILTER_PAGE2_PROFILE_TOOLTIP, SystemResources.RESID_NEWFILTER_PAGE2_PROFILE_VERBIAGE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemFilterPoolWrapperInformation(String, String, String) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 256. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1428) return new SystemFilterPoolWrapperInformation(SystemResources.RESID_NEWFILTER_PAGE2_PROFILE_LABEL, SystemResources.RESID_NEWFILTER_PAGE2_PROFILE_TOOLTIP, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFilterPoolWrapperInformation is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 257. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1485) protected ISystemFilterPool createDefaultFilterPool(ISystemFilterPoolManager mgr) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 258. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1485) protected ISystemFilterPool createDefaultFilterPool(ISystemFilterPoolManager mgr) ^^^ Javadoc: Missing tag for parameter mgr ---------- 259. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1505) protected boolean isUserPrivateProfile(ISystemFilterPoolManager mgr) ^^^^^^^ Javadoc: Missing tag for return type ---------- 260. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1505) protected boolean isUserPrivateProfile(ISystemFilterPoolManager mgr) ^^^ Javadoc: Missing tag for parameter mgr ---------- 261. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1536) public ISystemFilterPool getDefaultSystemFilterPool(ISystemProfile profile) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 262. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1536) public ISystemFilterPool getDefaultSystemFilterPool(ISystemProfile profile) ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 263. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1555) public ISystemFilterPoolManager[] getFilterPoolManagers() ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 264. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1571) public ISystemFilterPoolManager[] getActiveFilterPoolManagers() ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 265. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1595) mgr = SystemFilterPoolManager.createSystemFilterPoolManager(profile, RSECorePlugin.getDefault().getLogger(), this, // the caller getFilterPoolManagerName(profile), // the filter pool manager name supportsNestedFilters(), // whether or not nested filters are allowed ISystemFilterSavePolicies.SAVE_POLICY_ONE_FILE_PER_FILTER, filterNamingPolicy); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method createSystemFilterPoolManager(ISystemProfile, Logger, ISystemFilterPoolManagerProvider, String, boolean, int, IRSEFilterNamingPolicy) from the type SystemFilterPoolManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 266. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1595) mgr = SystemFilterPoolManager.createSystemFilterPoolManager(profile, RSECorePlugin.getDefault().getLogger(), this, // the caller ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFilterPoolManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 267. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1663) protected boolean doPostRestoreProcessing(ISystemFilterPoolManager restoredFilterPoolMgr) ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter restoredFilterPoolMgr ---------- 268. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1677) ISystemFilterPoolManager mgr = SystemFilterPoolManager.createSystemFilterPoolManager(newProfile, RSECorePlugin.getDefault().getLogger(), this, // the caller getFilterPoolManagerName(newProfile), // the filter pool manager name supportsNestedFilters(), // whether or not nested filters are allowed ISystemFilterSavePolicies.SAVE_POLICY_ONE_FILE_PER_FILTER, filterNamingPolicy); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method createSystemFilterPoolManager(ISystemProfile, Logger, ISystemFilterPoolManagerProvider, String, boolean, int, IRSEFilterNamingPolicy) from the type SystemFilterPoolManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 269. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1677) ISystemFilterPoolManager mgr = SystemFilterPoolManager.createSystemFilterPoolManager(newProfile, RSECorePlugin.getDefault().getLogger(), this, // the caller ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFilterPoolManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 270. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1770) protected void addFilterPoolManager(ISystemProfile profile, ISystemFilterPoolManager mgr) ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 271. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1770) protected void addFilterPoolManager(ISystemProfile profile, ISystemFilterPoolManager mgr) ^^^ Javadoc: Missing tag for parameter mgr ---------- 272. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1779) protected ISystemFilterPoolManager getFilterPoolManager(ISystemFilterPool pool) ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 273. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1779) protected ISystemFilterPoolManager getFilterPoolManager(ISystemFilterPool pool) ^^^^ Javadoc: Missing tag for parameter pool ---------- 274. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1786) protected ISystemFilterPoolManager getFilterPoolManager(ISystemFilterContainer poolOrFilter) ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 275. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1786) protected ISystemFilterPoolManager getFilterPoolManager(ISystemFilterContainer poolOrFilter) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolOrFilter ---------- 276. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1793) protected ISystemFilterPoolManager getFilterPoolManager(ISystemFilterContainerReference poolOrFilterReference) ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 277. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1793) protected ISystemFilterPoolManager getFilterPoolManager(ISystemFilterContainerReference poolOrFilterReference) ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolOrFilterReference ---------- 278. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1800) protected ISystemFilterPoolManager getFilterPoolManager(IHost conn) ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 279. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1800) protected ISystemFilterPoolManager getFilterPoolManager(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 280. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1808) protected String getFilterPoolManagerName(ISystemProfile profile) ^^^^^^ Javadoc: Missing tag for return type ---------- 281. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1808) protected String getFilterPoolManagerName(ISystemProfile profile) ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 282. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1815) protected String getSystemProfileName(ISystemFilterPoolManager manager) ^^^^^^ Javadoc: Missing tag for return type ---------- 283. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1815) protected String getSystemProfileName(ISystemFilterPoolManager manager) ^^^^^^^ Javadoc: Missing tag for parameter manager ---------- 284. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1822) protected void deleteFilterPoolManager(ISystemProfile profile) ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 285. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1852) protected void fireEvent(SystemResourceChangeEvent event) ^^^^^ Javadoc: Missing tag for parameter event ---------- 286. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1859) protected void fireEvent(Object src, int eventId, Object parent) ^^^ Javadoc: Missing tag for parameter src ---------- 287. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1859) protected void fireEvent(Object src, int eventId, Object parent) ^^^^^^^ Javadoc: Missing tag for parameter eventId ---------- 288. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1859) protected void fireEvent(Object src, int eventId, Object parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 289. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1866) protected void fireEvent(Object[] multiSrc, int eventId, Object parent, int delta) ^^^^^^^^ Javadoc: Missing tag for parameter multiSrc ---------- 290. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1866) protected void fireEvent(Object[] multiSrc, int eventId, Object parent, int delta) ^^^^^^^ Javadoc: Missing tag for parameter eventId ---------- 291. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1866) protected void fireEvent(Object[] multiSrc, int eventId, Object parent, int delta) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 292. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1866) protected void fireEvent(Object[] multiSrc, int eventId, Object parent, int delta) ^^^^^ Javadoc: Missing tag for parameter delta ---------- 293. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1874) protected SystemResourceChangeEvent createEvent(Object src, int eventId, Object parent) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 294. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1874) protected SystemResourceChangeEvent createEvent(Object src, int eventId, Object parent) ^^^ Javadoc: Missing tag for parameter src ---------- 295. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1874) protected SystemResourceChangeEvent createEvent(Object src, int eventId, Object parent) ^^^^^^^ Javadoc: Missing tag for parameter eventId ---------- 296. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1874) protected SystemResourceChangeEvent createEvent(Object src, int eventId, Object parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 297. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1881) protected SystemResourceChangeEvent createEvent(Object[] src, int eventId, Object parent) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 298. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1881) protected SystemResourceChangeEvent createEvent(Object[] src, int eventId, Object parent) ^^^ Javadoc: Missing tag for parameter src ---------- 299. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1881) protected SystemResourceChangeEvent createEvent(Object[] src, int eventId, Object parent) ^^^^^^^ Javadoc: Missing tag for parameter eventId ---------- 300. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1881) protected SystemResourceChangeEvent createEvent(Object[] src, int eventId, Object parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 301. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1888) protected SystemResourceChangeEvent createEvent(Object[] src, int eventId, Object parent, int delta) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 302. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1888) protected SystemResourceChangeEvent createEvent(Object[] src, int eventId, Object parent, int delta) ^^^ Javadoc: Missing tag for parameter src ---------- 303. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1888) protected SystemResourceChangeEvent createEvent(Object[] src, int eventId, Object parent, int delta) ^^^^^^^ Javadoc: Missing tag for parameter eventId ---------- 304. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1888) protected SystemResourceChangeEvent createEvent(Object[] src, int eventId, Object parent, int delta) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 305. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1888) protected SystemResourceChangeEvent createEvent(Object[] src, int eventId, Object parent, int delta) ^^^^^ Javadoc: Missing tag for parameter delta ---------- 306. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1898) protected void fireSubSystemEvent(SystemResourceChangeEvent event, ISubSystem subsystem) ^^^^^ Javadoc: Missing tag for parameter event ---------- 307. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1898) protected void fireSubSystemEvent(SystemResourceChangeEvent event, ISubSystem subsystem) ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 308. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1907) protected void fireSubSystemEvent(SystemResourceChangeEvent event) ^^^^^ Javadoc: Missing tag for parameter event ---------- 309. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/core/subsystems/SubSystemConfiguration.java (at line 1917) protected void fireSubSystemEvent(SystemResourceChangeEvent event, ISystemProfile profile) ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- ---------- 310. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 65) public void configureNewFilterAction(ISubSystemConfiguration config, SystemNewFilterAction newFilterAction, Object callerData); ^^^^^^ Javadoc: Missing tag for parameter config ---------- 311. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 65) public void configureNewFilterAction(ISubSystemConfiguration config, SystemNewFilterAction newFilterAction, Object callerData); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter newFilterAction ---------- 312. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 65) public void configureNewFilterAction(ISubSystemConfiguration config, SystemNewFilterAction newFilterAction, Object callerData); ^^^^^^^^^^ Javadoc: Missing tag for parameter callerData ---------- 313. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 85) public ISystemNewConnectionWizardPage[] getNewConnectionWizardPages(ISubSystemConfiguration config, IWizard wizard); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 314. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 85) public ISystemNewConnectionWizardPage[] getNewConnectionWizardPages(ISubSystemConfiguration config, IWizard wizard); ^^^^^^ Javadoc: Missing tag for parameter config ---------- 315. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 85) public ISystemNewConnectionWizardPage[] getNewConnectionWizardPages(ISubSystemConfiguration config, IWizard wizard); ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 316. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 112) public IAction[] getFilterPoolActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPool selectedPool); ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 317. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 112) public IAction[] getFilterPoolActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPool selectedPool); ^^^^ Javadoc: Missing tag for parameter menu ---------- 318. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 112) public IAction[] getFilterPoolActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPool selectedPool); ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 319. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 112) public IAction[] getFilterPoolActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPool selectedPool); ^^^^^ Javadoc: Missing tag for parameter shell ---------- 320. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 112) public IAction[] getFilterPoolActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPool selectedPool); ^^^^^^^^^ Javadoc: Missing tag for parameter menuGroup ---------- 321. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 112) public IAction[] getFilterPoolActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPool selectedPool); ^^^^^^ Javadoc: Missing tag for parameter config ---------- 322. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 112) public IAction[] getFilterPoolActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPool selectedPool); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedPool ---------- 323. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 126) public IAction[] getFilterPoolReferenceActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPoolReference selectedPoolReference); ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 324. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 126) public IAction[] getFilterPoolReferenceActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPoolReference selectedPoolReference); ^^^^ Javadoc: Missing tag for parameter menu ---------- 325. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 126) public IAction[] getFilterPoolReferenceActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPoolReference selectedPoolReference); ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 326. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 126) public IAction[] getFilterPoolReferenceActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPoolReference selectedPoolReference); ^^^^^ Javadoc: Missing tag for parameter shell ---------- 327. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 126) public IAction[] getFilterPoolReferenceActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPoolReference selectedPoolReference); ^^^^^^^^^ Javadoc: Missing tag for parameter menuGroup ---------- 328. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 126) public IAction[] getFilterPoolReferenceActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPoolReference selectedPoolReference); ^^^^^^ Javadoc: Missing tag for parameter config ---------- 329. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 126) public IAction[] getFilterPoolReferenceActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPoolReference selectedPoolReference); ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedPoolReference ---------- 330. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 141) public IAction[] getFilterActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilter selectedFilter); ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 331. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 141) public IAction[] getFilterActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilter selectedFilter); ^^^^ Javadoc: Missing tag for parameter menu ---------- 332. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 141) public IAction[] getFilterActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilter selectedFilter); ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 333. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 141) public IAction[] getFilterActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilter selectedFilter); ^^^^^ Javadoc: Missing tag for parameter shell ---------- 334. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 141) public IAction[] getFilterActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilter selectedFilter); ^^^^^^^^^ Javadoc: Missing tag for parameter menuGroup ---------- 335. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 141) public IAction[] getFilterActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilter selectedFilter); ^^^^^^ Javadoc: Missing tag for parameter config ---------- 336. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 141) public IAction[] getFilterActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilter selectedFilter); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedFilter ---------- 337. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 148) public void customizeChangeFilterPropertyPage(ISubSystemConfiguration config, SystemChangeFilterPropertyPage page, ISystemFilter selectedFilter, Shell shell); ^^^^^^ Javadoc: Missing tag for parameter config ---------- 338. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 148) public void customizeChangeFilterPropertyPage(ISubSystemConfiguration config, SystemChangeFilterPropertyPage page, ISystemFilter selectedFilter, Shell shell); ^^^^ Javadoc: Missing tag for parameter page ---------- 339. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 148) public void customizeChangeFilterPropertyPage(ISubSystemConfiguration config, SystemChangeFilterPropertyPage page, ISystemFilter selectedFilter, Shell shell); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedFilter ---------- 340. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 148) public void customizeChangeFilterPropertyPage(ISubSystemConfiguration config, SystemChangeFilterPropertyPage page, ISystemFilter selectedFilter, Shell shell); ^^^^^ Javadoc: Missing tag for parameter shell ---------- 341. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 155) public void customizeFilterStringPropertyPage(ISubSystemConfiguration config, SystemFilterStringPropertyPage page, ISystemFilterString selectedFilterString, Shell shell); ^^^^^^ Javadoc: Missing tag for parameter config ---------- 342. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 155) public void customizeFilterStringPropertyPage(ISubSystemConfiguration config, SystemFilterStringPropertyPage page, ISystemFilterString selectedFilterString, Shell shell); ^^^^ Javadoc: Missing tag for parameter page ---------- 343. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 155) public void customizeFilterStringPropertyPage(ISubSystemConfiguration config, SystemFilterStringPropertyPage page, ISystemFilterString selectedFilterString, Shell shell); ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedFilterString ---------- 344. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 155) public void customizeFilterStringPropertyPage(ISubSystemConfiguration config, SystemFilterStringPropertyPage page, ISystemFilterString selectedFilterString, Shell shell); ^^^^^ Javadoc: Missing tag for parameter shell ---------- 345. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 162) public ISystemFilter createFilterByPrompting(ISubSystemConfiguration config, ISystemFilterReference referenceToPromptableFilter, Shell shell) ^^^^^^ Javadoc: Missing tag for parameter config ---------- 346. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 162) public ISystemFilter createFilterByPrompting(ISubSystemConfiguration config, ISystemFilterReference referenceToPromptableFilter, Shell shell) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter referenceToPromptableFilter ---------- 347. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 162) public ISystemFilter createFilterByPrompting(ISubSystemConfiguration config, ISystemFilterReference referenceToPromptableFilter, Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 348. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 163) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 349. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 182) public IAction[] getFilterReferenceActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterReference selectedFilterRef); ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 350. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 182) public IAction[] getFilterReferenceActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterReference selectedFilterRef); ^^^^ Javadoc: Missing tag for parameter menu ---------- 351. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 182) public IAction[] getFilterReferenceActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterReference selectedFilterRef); ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 352. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 182) public IAction[] getFilterReferenceActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterReference selectedFilterRef); ^^^^^^^^^ Javadoc: Missing tag for parameter menuGroup ---------- 353. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 182) public IAction[] getFilterReferenceActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterReference selectedFilterRef); ^^^^^^ Javadoc: Missing tag for parameter config ---------- 354. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 188) public IAction[] getSubSystemActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISubSystem selectedSubSystem); ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 355. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 188) public IAction[] getSubSystemActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISubSystem selectedSubSystem); ^^^^ Javadoc: Missing tag for parameter menu ---------- 356. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 188) public IAction[] getSubSystemActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISubSystem selectedSubSystem); ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 357. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 188) public IAction[] getSubSystemActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISubSystem selectedSubSystem); ^^^^^ Javadoc: Missing tag for parameter shell ---------- 358. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 188) public IAction[] getSubSystemActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISubSystem selectedSubSystem); ^^^^^^^^^ Javadoc: Missing tag for parameter menuGroup ---------- 359. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 188) public IAction[] getSubSystemActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISubSystem selectedSubSystem); ^^^^^^ Javadoc: Missing tag for parameter config ---------- 360. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 188) public IAction[] getSubSystemActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISubSystem selectedSubSystem); ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedSubSystem ---------- 361. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 199) public IServerLauncherForm getServerLauncherForm(ISubSystemConfiguration config, Shell shell, ISystemMessageLine msgLine); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 362. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 199) public IServerLauncherForm getServerLauncherForm(ISubSystemConfiguration config, Shell shell, ISystemMessageLine msgLine); ^^^^^^ Javadoc: Missing tag for parameter config ---------- 363. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 199) public IServerLauncherForm getServerLauncherForm(ISubSystemConfiguration config, Shell shell, ISystemMessageLine msgLine); ^^^^^ Javadoc: Missing tag for parameter shell ---------- 364. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 199) public IServerLauncherForm getServerLauncherForm(ISubSystemConfiguration config, Shell shell, ISystemMessageLine msgLine); ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- 365. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 209) public ISystemSubSystemPropertyPageCoreForm getSubSystemPropertyPageCoreFrom(ISubSystemConfiguration config, ISystemMessageLine msgLine, Object caller); ^^^^^^ Javadoc: Missing tag for parameter config ---------- 366. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 209) public ISystemSubSystemPropertyPageCoreForm getSubSystemPropertyPageCoreFrom(ISubSystemConfiguration config, ISystemMessageLine msgLine, Object caller); ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- 367. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 209) public ISystemSubSystemPropertyPageCoreForm getSubSystemPropertyPageCoreFrom(ISubSystemConfiguration config, ISystemMessageLine msgLine, Object caller); ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 368. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 250) public ImageDescriptor getSystemFilterPoolManagerImage(); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 369. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 256) public ImageDescriptor getSystemFilterPoolImage(ISystemFilterPool filterPool); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 370. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 256) public ImageDescriptor getSystemFilterPoolImage(ISystemFilterPool filterPool); ^^^^^^^^^^ Javadoc: Missing tag for parameter filterPool ---------- 371. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 262) public ImageDescriptor getSystemFilterImage(ISystemFilter filter); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 372. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 262) public ImageDescriptor getSystemFilterImage(ISystemFilter filter); ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 373. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 267) public ImageDescriptor getSystemFilterPoolImage(ISystemFilterPoolReference filterPool); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 374. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 267) public ImageDescriptor getSystemFilterPoolImage(ISystemFilterPoolReference filterPool); ^^^^^^^^^^ Javadoc: Missing tag for parameter filterPool ---------- 375. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 272) public ImageDescriptor getSystemFilterImage(ISystemFilterReference filter); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 376. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 272) public ImageDescriptor getSystemFilterImage(ISystemFilterReference filter); ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 377. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 278) public ImageDescriptor getSystemFilterStringImage(ISystemFilterString filterString); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 378. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 278) public ImageDescriptor getSystemFilterStringImage(ISystemFilterString filterString); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 379. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 284) public ImageDescriptor getSystemFilterStringImage(String filterStringString); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 380. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 284) public ImageDescriptor getSystemFilterStringImage(String filterStringString); ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterStringString ---------- 381. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 294) public PropertyPage getPropertyPage(ISubSystem subsystem, Composite parent); ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 382. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 294) public PropertyPage getPropertyPage(ISubSystem subsystem, Composite parent); ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 383. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 294) public PropertyPage getPropertyPage(ISubSystem subsystem, Composite parent); ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 384. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 304) public ISystemValidator getUserIdValidator(ISubSystemConfiguration config); ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 385. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 304) public ISystemValidator getUserIdValidator(ISubSystemConfiguration config); ^^^^^^ Javadoc: Missing tag for parameter config ---------- 386. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 310) public ISystemValidator getPasswordValidator(ISubSystemConfiguration confi); ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 387. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 310) public ISystemValidator getPasswordValidator(ISubSystemConfiguration confi); ^^^^^ Javadoc: Missing tag for parameter confi ---------- 388. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 317) public ISystemValidator getPortValidator(ISubSystemConfiguration confi); ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 389. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/ISubSystemConfigurationAdapter.java (at line 317) public ISystemValidator getPortValidator(ISubSystemConfiguration confi); ^^^^^ Javadoc: Missing tag for parameter confi ---------- ---------- 390. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/subsystems/org/eclipse/rse/ui/subsystems/StandardCredentialsProvider.java (at line 326) protected ISystemPasswordPromptDialog getPasswordPromptDialog(Shell shell) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- ---------- 391. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/RSESystemTypeAdapterFactory.java (at line 37) public void registerWithManager(IAdapterManager manager) ^^^^^^^ Javadoc: Missing tag for parameter manager ---------- ---------- 392. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemProfileForm.java (at line 89) public void setMessageLine(ISystemMessageLine msgLine) ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- 393. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemProfileForm.java (at line 98) public void setNameValidators(ISystemValidator v) ^ Javadoc: Missing tag for parameter v ---------- 394. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemProfileForm.java (at line 105) public void setProfileName(String name) ^^^^ Javadoc: Missing tag for parameter name ---------- 395. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemProfileForm.java (at line 117) public Control createContents(Composite parent) ^^^^^^^ Javadoc: Missing tag for return type ---------- 396. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemProfileForm.java (at line 159) public Control getInitialFocusControl() ^^^^^^^ Javadoc: Missing tag for return type ---------- 397. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemProfileForm.java (at line 198) public String getProfileName() ^^^^^^ Javadoc: Missing tag for return type ---------- 398. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemProfileForm.java (at line 205) private void showErrorMessage(SystemMessage msg) ^^^ Javadoc: Missing tag for parameter msg ---------- 399. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemProfileForm.java (at line 226) protected SystemMessage validateNameInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 400. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemProfileForm.java (at line 240) public boolean isPageComplete() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 401. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemResourceListener.java (at line 35) import org.eclipse.rse.internal.core.RemoteSystemsProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteSystemsProject is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 402. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemResourceListener.java (at line 36) import org.eclipse.rse.internal.core.model.SystemModelChangeEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemModelChangeEvent is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 403. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemResourceListener.java (at line 89) public static SystemResourceListener getListener(IProject remoteSystemsProject) ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 404. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemResourceListener.java (at line 89) public static SystemResourceListener getListener(IProject remoteSystemsProject) ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteSystemsProject ---------- 405. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemResourceListener.java (at line 239) if (!(((IProject) resource).hasNature(RemoteSystemsProject.ID))) ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteSystemsProject is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 406. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemResourceListener.java (at line 239) if (!(((IProject) resource).hasNature(RemoteSystemsProject.ID))) ^^ Discouraged access: The field ID from the type RemoteSystemsProject is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 407. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemResourceListener.java (at line 313) protected void fireResourceChangeEvent(IResourceChangeEvent event) ^^^^^ Javadoc: Missing tag for parameter event ---------- 408. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemResourceListener.java (at line 329) protected boolean preScanForIgnore(IResourceDelta delta) ^^^^^ Javadoc: Missing tag for parameter delta ---------- 409. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemResourceListener.java (at line 370) if (!(((IProject) resource).hasNature(RemoteSystemsProject.ID))) ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteSystemsProject is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 410. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemResourceListener.java (at line 370) if (!(((IProject) resource).hasNature(RemoteSystemsProject.ID))) ^^ Discouraged access: The field ID from the type RemoteSystemsProject is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 411. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemResourceListener.java (at line 399) protected boolean processDelta(String indent, IResourceDelta delta) ^^^^^^^ Javadoc: Missing tag for return type ---------- 412. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemResourceListener.java (at line 399) protected boolean processDelta(String indent, IResourceDelta delta) ^^^^^^ Javadoc: Missing tag for parameter indent ---------- 413. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemResourceListener.java (at line 399) protected boolean processDelta(String indent, IResourceDelta delta) ^^^^^ Javadoc: Missing tag for parameter delta ---------- 414. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemResourceListener.java (at line 429) if (!(((IProject) resource).hasNature(RemoteSystemsProject.ID))) ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteSystemsProject is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 415. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemResourceListener.java (at line 429) if (!(((IProject) resource).hasNature(RemoteSystemsProject.ID))) ^^ Discouraged access: The field ID from the type RemoteSystemsProject is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 416. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemResourceListener.java (at line 592) private SystemView getRSEView() ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 417. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemResourceListener.java (at line 648) private SystemView getSystemView(IWorkbenchPage page) ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 418. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemResourceListener.java (at line 648) private SystemView getSystemView(IWorkbenchPage page) ^^^^ Javadoc: Missing tag for parameter page ---------- 419. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemResourceListener.java (at line 686) new SystemModelChangeEvent(ISystemModelChangeEvents.SYSTEM_RESOURCE_ALL_RELOADED, ISystemModelChangeEvents.SYSTEM_RESOURCETYPE_ALL, "dummy")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemModelChangeEvent(int, int, Object) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 420. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemResourceListener.java (at line 686) new SystemModelChangeEvent(ISystemModelChangeEvents.SYSTEM_RESOURCE_ALL_RELOADED, ISystemModelChangeEvents.SYSTEM_RESOURCETYPE_ALL, "dummy")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemModelChangeEvent is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 421. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemResourceListener.java (at line 736) public static boolean changesPending() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 422. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemSortableSelection.java (at line 39) public SystemSortableSelection(Object selectedObject) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedObject ---------- 423. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemSortableSelection.java (at line 48) public Object getSelectedObject() ^^^^^^ Javadoc: Missing tag for return type ---------- 424. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemSortableSelection.java (at line 56) public void setPosition(int position) ^^^^^^^^ Javadoc: Missing tag for parameter position ---------- 425. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemSortableSelection.java (at line 64) public int getPosition() ^^^ Javadoc: Missing tag for return type ---------- 426. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemSortableSelection.java (at line 97) public static SystemSortableSelection[] makeSortableArray(IStructuredSelection selection) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 427. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemSortableSelection.java (at line 97) public static SystemSortableSelection[] makeSortableArray(IStructuredSelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 428. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemSortableSelection.java (at line 111) public static void sortArray(SystemSortableSelection[] sortableArray) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sortableArray ---------- 429. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemSortableSelection.java (at line 120) public static Object[] getSortedObjects(SystemSortableSelection[] sortedArray, Object[] outputArray) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 430. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemSortableSelection.java (at line 120) public static Object[] getSortedObjects(SystemSortableSelection[] sortedArray, Object[] outputArray) ^^^^^^^^^^^ Javadoc: Missing tag for parameter sortedArray ---------- 431. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/SystemSortableSelection.java (at line 120) public static Object[] getSortedObjects(SystemSortableSelection[] sortedArray, Object[] outputArray) ^^^^^^^^^^^ Javadoc: Missing tag for parameter outputArray ---------- ---------- 432. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemCascadingGoToAction.java (at line 49) public SystemCascadingGoToAction(Shell shell, SystemViewPart systemViewPart) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 433. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemCascadingGoToAction.java (at line 49) public SystemCascadingGoToAction(Shell shell, SystemViewPart systemViewPart) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter systemViewPart ---------- ---------- 434. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemCascadingPreferencesAction.java (at line 42) public SystemCascadingPreferencesAction(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- ---------- 435. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemCascadingPulldownMenuAction.java (at line 47) public SystemCascadingPulldownMenuAction(Shell shell, ISelectionProvider selectionProviderForToolbarActions) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 436. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemCascadingPulldownMenuAction.java (at line 47) public SystemCascadingPulldownMenuAction(Shell shell, ISelectionProvider selectionProviderForToolbarActions) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectionProviderForToolbarActions ---------- ---------- 437. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemCascadingRemoteServerBaseAction.java (at line 43) public SystemCascadingRemoteServerBaseAction(String label, String tooltip, Shell shell) ^^^^^ Javadoc: Missing tag for parameter label ---------- 438. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemCascadingRemoteServerBaseAction.java (at line 43) public SystemCascadingRemoteServerBaseAction(String label, String tooltip, Shell shell) ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 439. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemCascadingRemoteServerBaseAction.java (at line 43) public SystemCascadingRemoteServerBaseAction(String label, String tooltip, Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 440. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemCascadingRemoteServerBaseAction.java (at line 100) protected boolean shouldEnable(IHost connection) ^^^^^^^ Javadoc: Missing tag for return type ---------- 441. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemCascadingRemoteServerBaseAction.java (at line 100) protected boolean shouldEnable(IHost connection) ^^^^^^^^^^ Javadoc: Missing tag for parameter connection ---------- 442. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemCascadingRemoteServerBaseAction.java (at line 107) * the server is currently running or not. The default is true, and so {@link #isStarted(IHost)} is ^^^^^^^^^ Javadoc: The method isStarted(IHost) is undefined for the type SystemCascadingRemoteServerBaseAction ---------- 443. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemCascadingRemoteServerBaseAction.java (at line 124) protected abstract boolean isServerStarted(IHost connection); ^^^^^^^^^^ Javadoc: Missing tag for parameter connection ---------- ---------- 444. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemCascadingRemoteServersAction.java (at line 35) * @see org.eclipse.rse.ui.actions.ISystemRemoteServerAction ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.rse.ui.actions.ISystemRemoteServerAction cannot be resolved to a type ---------- ---------- 445. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemChangeFilterActionCopyString.java (at line 42) public SystemChangeFilterActionCopyString(SystemChangeFilterPane parentDialog) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentDialog ---------- ---------- 446. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemChangeFilterActionDeleteString.java (at line 43) public SystemChangeFilterActionDeleteString(SystemChangeFilterPane parentDialog) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentDialog ---------- ---------- 447. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemChangeFilterActionMoveStringDown.java (at line 41) public SystemChangeFilterActionMoveStringDown(SystemChangeFilterPane parentDialog) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentDialog ---------- ---------- 448. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemChangeFilterActionMoveStringUp.java (at line 42) public SystemChangeFilterActionMoveStringUp(SystemChangeFilterPane parentDialog) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentDialog ---------- ---------- 449. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemChangeFilterActionPasteString.java (at line 41) public SystemChangeFilterActionPasteString(SystemChangeFilterPane parentDialog) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentDialog ---------- ---------- 450. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemCommonDeleteAction.java (at line 209) public void setPromptLabel(String text) ^^^^ Javadoc: Missing tag for parameter text ---------- ---------- 451. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemCommonRenameAction.java (at line 90) public void setDialogSingleSelectionHelp(String helpID) ^^^^^^ Javadoc: Missing tag for parameter helpID ---------- 452. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemCommonRenameAction.java (at line 97) public void setDialogMultiSelectionHelp(String helpID) ^^^^^^ Javadoc: Missing tag for parameter helpID ---------- 453. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemCommonRenameAction.java (at line 104) public void setSingleSelectPromptLabel(String label, String tooltip) ^^^^^ Javadoc: Missing tag for parameter label ---------- 454. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemCommonRenameAction.java (at line 104) public void setSingleSelectPromptLabel(String label, String tooltip) ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 455. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemCommonRenameAction.java (at line 112) public void setMultiSelectVerbiage(String verbiage) ^^^^^^^^ Javadoc: Missing tag for parameter verbiage ---------- 456. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemCommonRenameAction.java (at line 121) public void setNameValidator(ISystemValidator nameValidator) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter nameValidator ---------- 457. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemCommonRenameAction.java (at line 130) public void setCopyCollisionMode(boolean copyCollisionMode) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter copyCollisionMode ---------- 458. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemCommonRenameAction.java (at line 138) public boolean getCopyCollisionMode() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 459. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemCopyConnectionAction.java (at line 49) public SystemCopyConnectionAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 460. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemCopyConnectionAction.java (at line 189) protected IHost[] getSelectedConnections() ^^^^^^^ Javadoc: Missing tag for return type ---------- 461. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemCopyConnectionAction.java (at line 204) protected IHost getFirstSelectedConnection() ^^^^^ Javadoc: Missing tag for return type ---------- 462. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemCopyConnectionAction.java (at line 217) protected SystemSimpleContentElement getProfileTreeModel(ISystemProfile profile) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 463. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCascadingNewFilterPoolReferenceAction.java (at line 45) public SystemFilterCascadingNewFilterPoolReferenceAction(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 464. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCascadingNewFilterPoolReferenceAction.java (at line 53) public SystemFilterCascadingNewFilterPoolReferenceAction(Shell shell, ISystemFilterPoolReferenceManager refMgr) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 465. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCascadingNewFilterPoolReferenceAction.java (at line 53) public SystemFilterCascadingNewFilterPoolReferenceAction(Shell shell, ISystemFilterPoolReferenceManager refMgr) ^^^^^^ Javadoc: Missing tag for parameter refMgr ---------- 466. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCascadingNewFilterPoolReferenceAction.java (at line 70) public void setHelpContextId(String id) ^^ Javadoc: Missing tag for parameter id ---------- 467. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCascadingNewFilterPoolReferenceAction.java (at line 91) public void setSystemFilterPoolReferenceManager(ISystemFilterPoolReferenceManager refMgr) ^^^^^^ Javadoc: Missing tag for parameter refMgr ---------- ---------- 468. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCascadingNewFilterPoolReferenceFPMgrAction.java (at line 44) public SystemFilterCascadingNewFilterPoolReferenceFPMgrAction(Shell shell, ^^^^^ Javadoc: Missing tag for parameter shell ---------- 469. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCascadingNewFilterPoolReferenceFPMgrAction.java (at line 45) ISystemFilterPoolManager mgr, ^^^ Javadoc: Missing tag for parameter mgr ---------- 470. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCascadingNewFilterPoolReferenceFPMgrAction.java (at line 46) ISystemFilterPoolReferenceManager refMgr) ^^^^^^ Javadoc: Missing tag for parameter refMgr ---------- 471. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCascadingNewFilterPoolReferenceFPMgrAction.java (at line 62) public void setHelpContextId(String id) ^^ Javadoc: Missing tag for parameter id ---------- 472. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCascadingNewFilterPoolReferenceFPMgrAction.java (at line 106) private boolean isPoolAlreadyReferenced(ISystemFilterPool pool) ^^^^^^^ Javadoc: Missing tag for return type ---------- 473. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCascadingNewFilterPoolReferenceFPMgrAction.java (at line 106) private boolean isPoolAlreadyReferenced(ISystemFilterPool pool) ^^^^ Javadoc: Missing tag for parameter pool ---------- 474. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCascadingNewFilterPoolReferenceFPMgrAction.java (at line 114) private boolean isPoolConnectionUnique(ISystemFilterPool pool) ^^^^^^^ Javadoc: Missing tag for return type ---------- 475. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCascadingNewFilterPoolReferenceFPMgrAction.java (at line 114) private boolean isPoolConnectionUnique(ISystemFilterPool pool) ^^^^ Javadoc: Missing tag for parameter pool ---------- ---------- 476. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterAction.java (at line 56) public SystemFilterCopyFilterAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 477. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterAction.java (at line 79) public void setHelpContextId(String id) ^^ Javadoc: Missing tag for parameter id ---------- 478. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterAction.java (at line 207) public void setPromptString(String promptString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter promptString ---------- 479. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterAction.java (at line 256) protected ISystemFilter[] getSelectedFilters() ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 480. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterAction.java (at line 277) protected ISystemFilter getFirstSelectedFilter() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 481. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterAction.java (at line 304) protected SystemSimpleContentElement getPoolMgrTreeModel(ISystemFilterPoolManagerProvider poolMgrProvider, ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 482. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterAction.java (at line 346) protected static void populateFilterPoolContentElementVector(ISystemFilterPoolManagerProvider poolMgrProvider, ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolMgrProvider ---------- 483. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterAction.java (at line 347) ISystemFilterPoolManager mgr, ^^^ Javadoc: Missing tag for parameter mgr ---------- 484. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterAction.java (at line 348) Vector elements, ^^^^^^^^ Javadoc: Missing tag for parameter elements ---------- 485. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterAction.java (at line 349) SystemSimpleContentElement parentElement) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentElement ---------- ---------- 486. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterPoolAction.java (at line 54) public SystemFilterCopyFilterPoolAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 487. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterPoolAction.java (at line 76) public void setHelpContextId(String id) ^^ Javadoc: Missing tag for parameter id ---------- 488. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterPoolAction.java (at line 188) public void setPromptString(String promptString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter promptString ---------- 489. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterPoolAction.java (at line 245) protected ISystemFilterPool[] getSelectedFilterPools() ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 490. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterPoolAction.java (at line 266) protected ISystemFilterPool getFirstSelectedFilterPool() ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 491. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterPoolAction.java (at line 293) protected SystemSimpleContentElement getPoolMgrTreeModel(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager poolMgr) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 492. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterStringAction.java (at line 60) public SystemFilterCopyFilterStringAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 493. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterStringAction.java (at line 84) public void setHelpContextId(String id) ^^ Javadoc: Missing tag for parameter id ---------- 494. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterStringAction.java (at line 93) protected boolean supportsDuplicateFilterStrings(ISystemFilter filter) ^^^^^^^ Javadoc: Missing tag for return type ---------- 495. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterStringAction.java (at line 93) protected boolean supportsDuplicateFilterStrings(ISystemFilter filter) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 496. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterStringAction.java (at line 256) public void setPromptString(String promptString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter promptString ---------- 497. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterStringAction.java (at line 306) protected ISystemFilterString[] getSelectedFilterStrings() ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 498. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterStringAction.java (at line 330) protected ISystemFilter[] getSelectedFilters() ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 499. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterStringAction.java (at line 351) protected ISystemFilterString getFirstSelectedFilterString() ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 500. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterStringAction.java (at line 379) protected SystemSimpleContentElement getPoolMgrTreeModel(ISystemFilterPoolManagerProvider poolMgrProvider, ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 501. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterStringAction.java (at line 426) protected void populateFilterPoolContentElementVector(ISystemFilterPoolManagerProvider poolMgrProvider, ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolMgrProvider ---------- 502. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterStringAction.java (at line 427) ISystemFilterPoolManager mgr, ^^^ Javadoc: Missing tag for parameter mgr ---------- 503. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterStringAction.java (at line 428) Vector elements, ^^^^^^^^ Javadoc: Missing tag for parameter elements ---------- 504. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterStringAction.java (at line 429) SystemSimpleContentElement parentElement, ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentElement ---------- 505. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterStringAction.java (at line 430) ISystemFilter[] filtersToExclude, ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filtersToExclude ---------- 506. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterStringAction.java (at line 431) ISystemFilterPool filterPoolToSelect, ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterPoolToSelect ---------- 507. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterStringAction.java (at line 432) ISystemFilter filterToSelect) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterToSelect ---------- 508. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterStringAction.java (at line 455) protected void populateFilterContentElementVector(ISystemFilterPoolManagerProvider poolMgrProvider, ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolMgrProvider ---------- 509. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterStringAction.java (at line 456) ISystemFilterPool pool, ^^^^ Javadoc: Missing tag for parameter pool ---------- 510. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterStringAction.java (at line 457) Vector elements, ^^^^^^^^ Javadoc: Missing tag for parameter elements ---------- 511. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterStringAction.java (at line 458) SystemSimpleContentElement parentElement, ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentElement ---------- 512. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterStringAction.java (at line 459) ISystemFilter[] filtersToExclude, ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filtersToExclude ---------- 513. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterCopyFilterStringAction.java (at line 460) ISystemFilter filterToSelect) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterToSelect ---------- ---------- 514. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveDownFilterAction.java (at line 46) public SystemFilterMoveDownFilterAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 515. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveDownFilterAction.java (at line 62) public void setHelpContextId(String id) ^^ Javadoc: Missing tag for parameter id ---------- ---------- 516. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveDownFilterPoolReferenceAction.java (at line 44) public SystemFilterMoveDownFilterPoolReferenceAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 517. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveDownFilterPoolReferenceAction.java (at line 60) public void setHelpContextId(String id) ^^ Javadoc: Missing tag for parameter id ---------- ---------- 518. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterAction.java (at line 56) public SystemFilterMoveFilterAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 519. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterAction.java (at line 79) public void setHelpContextId(String id) ^^ Javadoc: Missing tag for parameter id ---------- 520. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterAction.java (at line 208) public void setPromptString(String promptString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter promptString ---------- 521. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterAction.java (at line 257) protected ISystemFilter[] getSelectedFilters() ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 522. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterAction.java (at line 278) protected ISystemFilter getFirstSelectedFilter() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 523. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterAction.java (at line 306) protected SystemSimpleContentElement getPoolMgrTreeModel(ISystemFilterPoolManagerProvider poolMgrProvider, ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 524. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterAction.java (at line 350) protected static void populateFilterPoolContentElementVector(ISystemFilterPoolManagerProvider poolMgrProvider, ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolMgrProvider ---------- 525. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterAction.java (at line 351) ISystemFilterPoolManager mgr, ^^^ Javadoc: Missing tag for parameter mgr ---------- 526. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterAction.java (at line 352) Vector elements, ^^^^^^^^ Javadoc: Missing tag for parameter elements ---------- 527. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterAction.java (at line 353) SystemSimpleContentElement parentElement, ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentElement ---------- 528. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterAction.java (at line 354) ISystemFilterPool poolToExclude) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolToExclude ---------- ---------- 529. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterPoolAction.java (at line 54) public SystemFilterMoveFilterPoolAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 530. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterPoolAction.java (at line 77) public void setHelpContextId(String id) ^^ Javadoc: Missing tag for parameter id ---------- 531. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterPoolAction.java (at line 209) public void setPromptString(String promptString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter promptString ---------- 532. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterPoolAction.java (at line 265) protected ISystemFilterPool[] getSelectedFilterPools() ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 533. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterPoolAction.java (at line 286) protected ISystemFilterPoolManager[] getSelectedFilterPoolManagers() ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 534. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterPoolAction.java (at line 308) protected ISystemFilterPool getFirstSelectedFilterPool() ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 535. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterPoolAction.java (at line 335) protected SystemSimpleContentElement getPoolMgrTreeModel(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager poolMgr) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 536. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 60) public SystemFilterMoveFilterStringAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 537. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 84) public void setHelpContextId(String id) ^^ Javadoc: Missing tag for parameter id ---------- 538. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 93) protected boolean supportsDuplicateFilterStrings(ISystemFilter filter) ^^^^^^^ Javadoc: Missing tag for return type ---------- 539. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 93) protected boolean supportsDuplicateFilterStrings(ISystemFilter filter) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 540. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 257) public void setPromptString(String promptString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter promptString ---------- 541. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 306) protected ISystemFilterString[] getSelectedFilterStrings() ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 542. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 330) protected ISystemFilter[] getSelectedFilters() ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 543. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 349) protected ISystemFilterString getFirstSelectedFilterString() ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 544. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 377) protected SystemSimpleContentElement getPoolMgrTreeModel(ISystemFilterPoolManagerProvider poolMgrProvider, ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 545. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 425) protected void populateFilterPoolContentElementVector(ISystemFilterPoolManagerProvider poolMgrProvider, ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolMgrProvider ---------- 546. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 426) ISystemFilterPoolManager mgr, ^^^ Javadoc: Missing tag for parameter mgr ---------- 547. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 427) Vector elements, ^^^^^^^^ Javadoc: Missing tag for parameter elements ---------- 548. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 428) SystemSimpleContentElement parentElement, ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentElement ---------- 549. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 429) ISystemFilter[] filtersToExclude, ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filtersToExclude ---------- 550. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 430) ISystemFilterPool filterPoolToSelect, ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterPoolToSelect ---------- 551. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 431) ISystemFilter filterToSelect) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterToSelect ---------- 552. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 454) protected void populateFilterContentElementVector(ISystemFilterPoolManagerProvider poolMgrProvider, ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolMgrProvider ---------- 553. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 455) ISystemFilterPool pool, ^^^^ Javadoc: Missing tag for parameter pool ---------- 554. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 456) Vector elements, ^^^^^^^^ Javadoc: Missing tag for parameter elements ---------- 555. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 457) SystemSimpleContentElement parentElement, ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentElement ---------- 556. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 458) ISystemFilter[] filtersToExclude, ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filtersToExclude ---------- 557. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveFilterStringAction.java (at line 459) ISystemFilter filterToSelect) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterToSelect ---------- ---------- 558. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveUpFilterAction.java (at line 45) public SystemFilterMoveUpFilterAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 559. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveUpFilterAction.java (at line 61) public void setHelpContextId(String id) ^^ Javadoc: Missing tag for parameter id ---------- ---------- 560. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveUpFilterPoolReferenceAction.java (at line 44) public SystemFilterMoveUpFilterPoolReferenceAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 561. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterMoveUpFilterPoolReferenceAction.java (at line 60) public void setHelpContextId(String id) ^^ Javadoc: Missing tag for parameter id ---------- ---------- 562. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterNewFilterPoolAction.java (at line 54) public SystemFilterNewFilterPoolAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 563. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterNewFilterPoolAction.java (at line 62) public SystemFilterNewFilterPoolAction(Shell parent, ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 564. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterNewFilterPoolAction.java (at line 63) SystemFilterWorkWithFilterPoolsDialog wwdialog) ^^^^^^^^ Javadoc: Missing tag for parameter wwdialog ---------- ---------- 565. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterPoolReferenceSelectAction.java (at line 41) public SystemFilterPoolReferenceSelectAction(Shell parent, ISystemFilterPool pool, ISystemFilterPoolReferenceManager refMgr) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 566. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterPoolReferenceSelectAction.java (at line 41) public SystemFilterPoolReferenceSelectAction(Shell parent, ISystemFilterPool pool, ISystemFilterPoolReferenceManager refMgr) ^^^^ Javadoc: Missing tag for parameter pool ---------- 567. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterPoolReferenceSelectAction.java (at line 41) public SystemFilterPoolReferenceSelectAction(Shell parent, ISystemFilterPool pool, ISystemFilterPoolReferenceManager refMgr) ^^^^^^ Javadoc: Missing tag for parameter refMgr ---------- 568. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterPoolReferenceSelectAction.java (at line 56) public void setHelpContextId(String id) ^^ Javadoc: Missing tag for parameter id ---------- ---------- 569. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterRemoveFilterPoolReferenceAction.java (at line 44) public SystemFilterRemoveFilterPoolReferenceAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 570. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterRemoveFilterPoolReferenceAction.java (at line 60) public void setHelpContextId(String id) ^^ Javadoc: Missing tag for parameter id ---------- ---------- 571. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterSelectFilterPoolsAction.java (at line 81) public SystemFilterSelectFilterPoolsAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 572. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterSelectFilterPoolsAction.java (at line 94) public SystemFilterSelectFilterPoolsAction(Shell parent, String title) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 573. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterSelectFilterPoolsAction.java (at line 94) public SystemFilterSelectFilterPoolsAction(Shell parent, String title) ^^^^^ Javadoc: Missing tag for parameter title ---------- 574. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterSelectFilterPoolsAction.java (at line 107) public SystemFilterSelectFilterPoolsAction(Shell parent, String title, String tooltip) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 575. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterSelectFilterPoolsAction.java (at line 107) public SystemFilterSelectFilterPoolsAction(Shell parent, String title, String tooltip) ^^^^^ Javadoc: Missing tag for parameter title ---------- 576. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterSelectFilterPoolsAction.java (at line 107) public SystemFilterSelectFilterPoolsAction(Shell parent, String title, String tooltip) ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- ---------- 577. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterWorkWithFilterPoolsAction.java (at line 50) public SystemFilterWorkWithFilterPoolsAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 578. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterWorkWithFilterPoolsAction.java (at line 65) public SystemFilterWorkWithFilterPoolsAction(Shell parent, boolean cascadingAction) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 579. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterWorkWithFilterPoolsAction.java (at line 65) public SystemFilterWorkWithFilterPoolsAction(Shell parent, boolean cascadingAction) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter cascadingAction ---------- 580. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterWorkWithFilterPoolsAction.java (at line 84) public SystemFilterWorkWithFilterPoolsAction(Shell parent, String title) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 581. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterWorkWithFilterPoolsAction.java (at line 84) public SystemFilterWorkWithFilterPoolsAction(Shell parent, String title) ^^^^^ Javadoc: Missing tag for parameter title ---------- 582. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterWorkWithFilterPoolsAction.java (at line 116) public void setFilterPoolNameValidator(ValidatorFilterPoolName pnv) ^^^ Javadoc: Missing tag for parameter pnv ---------- ---------- 583. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterWorkWithFilterPoolsRefreshAllAction.java (at line 43) public SystemFilterWorkWithFilterPoolsRefreshAllAction(TreeViewer viewer, Shell parent) ^^^^^^ Javadoc: Missing tag for parameter viewer ---------- 584. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterWorkWithFilterPoolsRefreshAllAction.java (at line 43) public SystemFilterWorkWithFilterPoolsRefreshAllAction(TreeViewer viewer, Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 585. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemFilterWorkWithFilterPoolsRefreshAllAction.java (at line 60) public void setHelpContextId(String id) ^^ Javadoc: Missing tag for parameter id ---------- ---------- 586. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemMoveConnectionAction.java (at line 51) public SystemMoveConnectionAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 587. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemMoveConnectionAction.java (at line 194) protected IHost[] getSelectedConnections() ^^^^^^^ Javadoc: Missing tag for return type ---------- 588. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemMoveConnectionAction.java (at line 209) protected IHost getFirstSelectedConnection() ^^^^^ Javadoc: Missing tag for return type ---------- 589. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemMoveConnectionAction.java (at line 222) protected SystemSimpleContentElement getProfileTreeModel(ISystemProfile profile) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 590. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemMoveDownConnectionAction.java (at line 46) public SystemMoveDownConnectionAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- ---------- 591. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemMoveUpConnectionAction.java (at line 46) public SystemMoveUpConnectionAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- ---------- 592. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemOpenExplorerPerspectiveAction.java (at line 54) public SystemOpenExplorerPerspectiveAction(Shell parent, IWorkbenchWindow currentWorkbenchWindow) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 593. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemOpenExplorerPerspectiveAction.java (at line 54) public SystemOpenExplorerPerspectiveAction(Shell parent, IWorkbenchWindow currentWorkbenchWindow) ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter currentWorkbenchWindow ---------- 594. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemOpenExplorerPerspectiveAction.java (at line 132) * @return ^^^^^^ Javadoc: Missing return type description ---------- 595. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemOpenExplorerPerspectiveAction.java (at line 173) public IAdaptable getPageInput() ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 596. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemPreferenceQualifyConnectionNamesAction.java (at line 22) import org.eclipse.rse.internal.core.model.SystemPreferenceChangeEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemPreferenceChangeEvent is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 597. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemPreferenceQualifyConnectionNamesAction.java (at line 41) public SystemPreferenceQualifyConnectionNamesAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 598. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemPreferenceQualifyConnectionNamesAction.java (at line 68) private void firePreferenceChangeEvent(int type, boolean oldValue, boolean newValue) ^^^^ Javadoc: Missing tag for parameter type ---------- 599. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemPreferenceQualifyConnectionNamesAction.java (at line 68) private void firePreferenceChangeEvent(int type, boolean oldValue, boolean newValue) ^^^^^^^^ Javadoc: Missing tag for parameter oldValue ---------- 600. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemPreferenceQualifyConnectionNamesAction.java (at line 68) private void firePreferenceChangeEvent(int type, boolean oldValue, boolean newValue) ^^^^^^^^ Javadoc: Missing tag for parameter newValue ---------- 601. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemPreferenceQualifyConnectionNamesAction.java (at line 71) new SystemPreferenceChangeEvent(type, oldValue ? Boolean.TRUE : Boolean.FALSE, newValue ? Boolean.TRUE : Boolean.FALSE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemPreferenceChangeEvent(int, Object, Object) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 602. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemPreferenceQualifyConnectionNamesAction.java (at line 71) new SystemPreferenceChangeEvent(type, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemPreferenceChangeEvent is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- ---------- 603. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemPreferenceRestoreStateAction.java (at line 22) import org.eclipse.rse.internal.core.model.SystemPreferenceChangeEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemPreferenceChangeEvent is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 604. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemPreferenceRestoreStateAction.java (at line 41) public SystemPreferenceRestoreStateAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 605. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemPreferenceRestoreStateAction.java (at line 67) private void firePreferenceChangeEvent(int type, boolean oldValue, boolean newValue) ^^^^ Javadoc: Missing tag for parameter type ---------- 606. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemPreferenceRestoreStateAction.java (at line 67) private void firePreferenceChangeEvent(int type, boolean oldValue, boolean newValue) ^^^^^^^^ Javadoc: Missing tag for parameter oldValue ---------- 607. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemPreferenceRestoreStateAction.java (at line 67) private void firePreferenceChangeEvent(int type, boolean oldValue, boolean newValue) ^^^^^^^^ Javadoc: Missing tag for parameter newValue ---------- 608. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemPreferenceRestoreStateAction.java (at line 70) new SystemPreferenceChangeEvent(type, oldValue ? Boolean.TRUE : Boolean.FALSE, newValue ? Boolean.TRUE : Boolean.FALSE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemPreferenceChangeEvent(int, Object, Object) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 609. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemPreferenceRestoreStateAction.java (at line 70) new SystemPreferenceChangeEvent(type, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemPreferenceChangeEvent is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- ---------- 610. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemPreferenceShowFilterPoolsAction.java (at line 22) import org.eclipse.rse.internal.core.model.SystemPreferenceChangeEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemPreferenceChangeEvent is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 611. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemPreferenceShowFilterPoolsAction.java (at line 42) public SystemPreferenceShowFilterPoolsAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 612. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemPreferenceShowFilterPoolsAction.java (at line 68) private void firePreferenceChangeEvent(int type, boolean oldValue, boolean newValue) ^^^^ Javadoc: Missing tag for parameter type ---------- 613. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemPreferenceShowFilterPoolsAction.java (at line 68) private void firePreferenceChangeEvent(int type, boolean oldValue, boolean newValue) ^^^^^^^^ Javadoc: Missing tag for parameter oldValue ---------- 614. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemPreferenceShowFilterPoolsAction.java (at line 68) private void firePreferenceChangeEvent(int type, boolean oldValue, boolean newValue) ^^^^^^^^ Javadoc: Missing tag for parameter newValue ---------- 615. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemPreferenceShowFilterPoolsAction.java (at line 71) new SystemPreferenceChangeEvent(type, oldValue ? Boolean.TRUE : Boolean.FALSE, newValue ? Boolean.TRUE : Boolean.FALSE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemPreferenceChangeEvent(int, Object, Object) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 616. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemPreferenceShowFilterPoolsAction.java (at line 71) new SystemPreferenceChangeEvent(type, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemPreferenceChangeEvent is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- ---------- 617. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemProfileNameCopyAction.java (at line 59) public SystemProfileNameCopyAction(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 618. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemProfileNameCopyAction.java (at line 74) public void setProfile(ISystemProfile profile) ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 619. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemProfileNameCopyAction.java (at line 124) protected IRunnableContext getRunnableContext() ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 620. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemProfileNameCopyAction.java (at line 178) public static String getCopyingMessage(String oldName, String newName) ^^^^^^ Javadoc: Missing tag for return type ---------- 621. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemProfileNameCopyAction.java (at line 178) public static String getCopyingMessage(String oldName, String newName) ^^^^^^^ Javadoc: Missing tag for parameter oldName ---------- 622. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemProfileNameCopyAction.java (at line 178) public static String getCopyingMessage(String oldName, String newName) ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 623. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemProfileNameCopyAction.java (at line 188) protected void showOperationMessage(Exception exc, Shell shell) ^^^ Javadoc: Missing tag for parameter exc ---------- 624. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemProfileNameCopyAction.java (at line 188) protected void showOperationMessage(Exception exc, Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 625. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemProfileNameCopyAction.java (at line 203) protected void showOperationErrorMessage(Shell shell, Throwable exc) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 626. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemProfileNameCopyAction.java (at line 203) protected void showOperationErrorMessage(Shell shell, Throwable exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 627. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemProfileNameCopyAction.java (at line 214) protected void showOperationCancelledMessage(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- ---------- 628. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemProfileNameSelectAction.java (at line 22) import org.eclipse.rse.internal.core.model.SystemProfileManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 629. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemProfileNameSelectAction.java (at line 38) public SystemProfileNameSelectAction(Shell parent, ISystemProfile profile) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 630. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemProfileNameSelectAction.java (at line 38) public SystemProfileNameSelectAction(Shell parent, ISystemProfile profile) ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 631. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemProfileNameSelectAction.java (at line 42) ISystemProfileManager mgr = SystemProfileManager.getDefault(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 632. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemProfileNameSelectAction.java (at line 42) ISystemProfileManager mgr = SystemProfileManager.getDefault(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDefault() from the type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- ---------- 633. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemResolveFilterStringAction.java (at line 36) public SystemResolveFilterStringAction(Shell shell, ISubSystem subsystem, String filterString) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 634. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemResolveFilterStringAction.java (at line 36) public SystemResolveFilterStringAction(Shell shell, ISubSystem subsystem, String filterString) ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 635. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemResolveFilterStringAction.java (at line 36) public SystemResolveFilterStringAction(Shell shell, ISubSystem subsystem, String filterString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 636. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemResolveFilterStringAction.java (at line 46) public SystemResolveFilterStringAction(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 637. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemResolveFilterStringAction.java (at line 73) public Object getSelectedObject() ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 638. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemRunAction.java (at line 41) public SystemRunAction(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- ---------- 639. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSelectConnectionAction.java (at line 47) public SystemSelectConnectionAction(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 640. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSelectConnectionAction.java (at line 55) public void setDefaultConnection(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 641. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSelectConnectionAction.java (at line 81) public void setShowNewConnectionPrompt(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 642. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSelectConnectionAction.java (at line 88) public void setInstructionLabel(String message) ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 643. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSelectConnectionAction.java (at line 101) public void setShowPropertySheet(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 644. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSelectConnectionAction.java (at line 133) * @see #getSelectedObjects() ^^^^^^^^^^^^^^^^^^ Javadoc: The method getSelectedObjects() is undefined for the type SystemSelectConnectionAction ---------- 645. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSelectConnectionAction.java (at line 135) public void setMultipleSelectionMode(boolean multiple) ^^^^^^^^ Javadoc: Missing tag for parameter multiple ---------- ---------- 646. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSeparatorAction.java (at line 33) public SystemSeparatorAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 647. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSeparatorAction.java (at line 56) public boolean isRealAction() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 648. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemShowInMonitorAction.java (at line 46) * @param shell Shell of parent window, used as the parent for the dialog. ^^^^^ Javadoc: Parameter shell is not declared ---------- 649. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemShowInMonitorAction.java (at line 49) public SystemShowInMonitorAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- ---------- 650. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemShowInTableAction.java (at line 45) * @param shell Shell of parent window, used as the parent for the dialog. ^^^^^ Javadoc: Parameter shell is not declared ---------- 651. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemShowInTableAction.java (at line 48) public SystemShowInTableAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- ---------- 652. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemShowPreferencesPageAction.java (at line 32) import org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkbenchPreferenceDialog is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.workbench_3.3.0.I20070608-1100.jar ---------- 653. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemShowPreferencesPageAction.java (at line 83) public void setPreferencePageCategory(String preferencePageCategory) ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter preferencePageCategory ---------- 654. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemShowPreferencesPageAction.java (at line 130) PreferenceDialog d = new WorkbenchPreferenceDialog(shell, pm); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor WorkbenchPreferenceDialog(Shell, PreferenceManager) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.workbench_3.3.0.I20070608-1100.jar ---------- 655. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemShowPreferencesPageAction.java (at line 130) PreferenceDialog d = new WorkbenchPreferenceDialog(shell, pm); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkbenchPreferenceDialog is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.ui.workbench_3.3.0.I20070608-1100.jar ---------- ---------- 656. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemStringPromptAction.java (at line 42) * @param rb Resource bundle where to find following keys ^^ Javadoc: Parameter rb is not declared ---------- 657. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemStringPromptAction.java (at line 43) * @param key Key used as prefix in resource bundle to get: ^^^ Javadoc: Parameter key is not declared ---------- 658. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemStringPromptAction.java (at line 55) public SystemStringPromptAction(String label, String tooltip, String title, String prompt, Shell parent) ^^^^^ Javadoc: Missing tag for parameter label ---------- 659. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemStringPromptAction.java (at line 55) public SystemStringPromptAction(String label, String tooltip, String title, String prompt, Shell parent) ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 660. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemStringPromptAction.java (at line 55) public SystemStringPromptAction(String label, String tooltip, String title, String prompt, Shell parent) ^^^^^ Javadoc: Missing tag for parameter title ---------- 661. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemStringPromptAction.java (at line 55) public SystemStringPromptAction(String label, String tooltip, String title, String prompt, Shell parent) ^^^^^^ Javadoc: Missing tag for parameter prompt ---------- 662. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemStringPromptAction.java (at line 66) * @param text validator ^^^^ Javadoc: Parameter text is not declared ---------- 663. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemStringPromptAction.java (at line 68) public void setValidator(ISystemValidator inputValidator) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter inputValidator ---------- ---------- 664. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 59) public SystemSubMenuManager(SystemBaseSubMenuAction parentAction) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentAction ---------- 665. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 67) public SystemSubMenuManager(SystemBaseSubMenuAction parentAction, String text) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentAction ---------- 666. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 67) public SystemSubMenuManager(SystemBaseSubMenuAction parentAction, String text) ^^^^ Javadoc: Missing tag for parameter text ---------- 667. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 76) public SystemSubMenuManager(SystemBaseSubMenuAction parentAction, String text, String id) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentAction ---------- 668. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 76) public SystemSubMenuManager(SystemBaseSubMenuAction parentAction, String text, String id) ^^^^ Javadoc: Missing tag for parameter text ---------- 669. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 76) public SystemSubMenuManager(SystemBaseSubMenuAction parentAction, String text, String id) ^^ Javadoc: Missing tag for parameter id ---------- 670. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 85) public SystemSubMenuManager(SystemBaseSubMenuAction parentAction, String text, String id, ImageDescriptor image) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentAction ---------- 671. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 85) public SystemSubMenuManager(SystemBaseSubMenuAction parentAction, String text, String id, ImageDescriptor image) ^^^^ Javadoc: Missing tag for parameter text ---------- 672. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 85) public SystemSubMenuManager(SystemBaseSubMenuAction parentAction, String text, String id, ImageDescriptor image) ^^ Javadoc: Missing tag for parameter id ---------- 673. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 85) public SystemSubMenuManager(SystemBaseSubMenuAction parentAction, String text, String id, ImageDescriptor image) ^^^^^ Javadoc: Missing tag for parameter image ---------- 674. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 96) public SystemBaseSubMenuAction getParentCascadingAction() ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 675. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 105) public void setToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 676. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 112) public String getToolTipText() ^^^^^^ Javadoc: Missing tag for return type ---------- 677. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 120) public String getLabel() ^^^^^^ Javadoc: Missing tag for return type ---------- 678. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 132) public void setInputs(Shell shell, Viewer v, ISelection selection) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 679. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 132) public void setInputs(Shell shell, Viewer v, ISelection selection) ^ Javadoc: Missing tag for parameter v ---------- 680. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 132) public void setInputs(Shell shell, Viewer v, ISelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 681. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 149) public void setShell(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 682. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 178) public void setSelection(ISelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 683. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 206) public void setViewer(Viewer v) ^ Javadoc: Missing tag for parameter v ---------- 684. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 230) public Viewer getViewer() ^^^^^^ Javadoc: Missing tag for return type ---------- 685. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 237) public Shell getShell() ^^^^^ Javadoc: Missing tag for return type ---------- 686. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 244) public IStructuredSelection getSelection() ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 687. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 337) protected void cascadeAllInputs(ISystemAction action) ^^^^^^ Javadoc: Missing tag for parameter action ---------- 688. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 351) protected void cascadeAllInputs(SystemSubMenuManager submenu) ^^^^^^^ Javadoc: Missing tag for parameter submenu ---------- 689. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 366) public void setTracing(boolean tracing) ^^^^^^^ Javadoc: Missing tag for parameter tracing ---------- 690. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 374) public void setTracing(String tracingClassTarget) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter tracingClassTarget ---------- 691. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 383) public void setTracing(boolean tracing, String tracingClassTarget) ^^^^^^^ Javadoc: Missing tag for parameter tracing ---------- 692. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 383) public void setTracing(boolean tracing, String tracingClassTarget) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter tracingClassTarget ---------- 693. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManager.java (at line 392) protected void issueTraceMessage(String msg) ^^^ Javadoc: Missing tag for parameter msg ---------- ---------- 694. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManagerForTesting.java (at line 51) public SystemSubMenuManagerForTesting(SystemBaseSubMenuAction parentAction) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentAction ---------- 695. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManagerForTesting.java (at line 58) public SystemSubMenuManagerForTesting(SystemBaseSubMenuAction parentAction, String text) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentAction ---------- 696. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManagerForTesting.java (at line 58) public SystemSubMenuManagerForTesting(SystemBaseSubMenuAction parentAction, String text) ^^^^ Javadoc: Missing tag for parameter text ---------- 697. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManagerForTesting.java (at line 66) public SystemSubMenuManagerForTesting(SystemBaseSubMenuAction parentAction, String text, String id) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentAction ---------- 698. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManagerForTesting.java (at line 66) public SystemSubMenuManagerForTesting(SystemBaseSubMenuAction parentAction, String text, String id) ^^^^ Javadoc: Missing tag for parameter text ---------- 699. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManagerForTesting.java (at line 66) public SystemSubMenuManagerForTesting(SystemBaseSubMenuAction parentAction, String text, String id) ^^ Javadoc: Missing tag for parameter id ---------- 700. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManagerForTesting.java (at line 74) public SystemSubMenuManagerForTesting(SystemBaseSubMenuAction parentAction, String text, String id, ImageDescriptor image) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentAction ---------- 701. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManagerForTesting.java (at line 74) public SystemSubMenuManagerForTesting(SystemBaseSubMenuAction parentAction, String text, String id, ImageDescriptor image) ^^^^ Javadoc: Missing tag for parameter text ---------- 702. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManagerForTesting.java (at line 74) public SystemSubMenuManagerForTesting(SystemBaseSubMenuAction parentAction, String text, String id, ImageDescriptor image) ^^ Javadoc: Missing tag for parameter id ---------- 703. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemSubMenuManagerForTesting.java (at line 74) public SystemSubMenuManagerForTesting(SystemBaseSubMenuAction parentAction, String text, String id, ImageDescriptor image) ^^^^^ Javadoc: Missing tag for parameter image ---------- ---------- 704. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemTeamReloadAction.java (at line 44) public SystemTeamReloadAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- ---------- 705. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemUpdateConnectionAction.java (at line 39) public SystemUpdateConnectionAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- ---------- 706. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemViewExpandToAllAction.java (at line 35) * @param rb ^^ Javadoc: Parameter rb is not declared ---------- 707. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemViewExpandToAllAction.java (at line 36) * @param prefix ^^^^^^ Javadoc: Parameter prefix is not declared ---------- 708. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemViewExpandToAllAction.java (at line 37) * @param image ^^^^^ Javadoc: Parameter image is not declared ---------- ---------- 709. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemViewExpandToBaseAction.java (at line 39) public SystemViewExpandToBaseAction(String label, String tooltip, ImageDescriptor image, Shell parent) ^^^^^ Javadoc: Missing tag for parameter label ---------- 710. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemViewExpandToBaseAction.java (at line 39) public SystemViewExpandToBaseAction(String label, String tooltip, ImageDescriptor image, Shell parent) ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 711. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemViewExpandToBaseAction.java (at line 39) public SystemViewExpandToBaseAction(String label, String tooltip, ImageDescriptor image, Shell parent) ^^^^^ Javadoc: Missing tag for parameter image ---------- 712. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemViewExpandToBaseAction.java (at line 39) public SystemViewExpandToBaseAction(String label, String tooltip, ImageDescriptor image, Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 713. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemViewExpandToBaseAction.java (at line 87) protected abstract String getFilterString(Object selectedObject); ^^^^^^ Javadoc: Missing tag for return type ---------- 714. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemViewExpandToBaseAction.java (at line 87) protected abstract String getFilterString(Object selectedObject); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedObject ---------- 715. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemViewExpandToBaseAction.java (at line 92) protected SystemView getSystemView() ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 716. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/actions/SystemWorkWithProfilesAction.java (at line 38) public SystemWorkWithProfilesAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- ---------- 717. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemControlEnableState.java (at line 127) private void readStateForAndDisable(Control w) ^ Javadoc: Missing tag for parameter w ---------- ---------- 718. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemCopyProfileDialog.java (at line 101) public void setNameValidator(ISystemValidator nv) ^^ Javadoc: Missing tag for parameter nv ---------- 719. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemCopyProfileDialog.java (at line 219) protected SystemMessage validateNameInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 720. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemCopyProfileDialog.java (at line 236) public boolean isPageComplete() ^^^^^^^ Javadoc: Missing tag for return type ---------- 721. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemCopyProfileDialog.java (at line 258) public String getNewName() ^^^^^^ Javadoc: Missing tag for return type ---------- 722. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemCopyProfileDialog.java (at line 265) public boolean getMakeActive() ^^^^^^^ Javadoc: Missing tag for return type ---------- 723. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemCopyProfileDialog.java (at line 274) public String[] getNewNameArray() ^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 724. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemTestFilterStringDialog.java (at line 176) public void reset(ISubSystem subsystem, String filterString) ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 725. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemTestFilterStringDialog.java (at line 176) public void reset(ISubSystem subsystem, String filterString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- ---------- 726. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemUpdateConnectionDialog.java (at line 50) public SystemUpdateConnectionDialog(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 727. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemUpdateConnectionDialog.java (at line 64) public SystemConnectionForm getForm() ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 728. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemWorkWithHistoryDialog.java (at line 67) public SystemWorkWithHistoryDialog(Shell shell, String[] history) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 729. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemWorkWithHistoryDialog.java (at line 67) public SystemWorkWithHistoryDialog(Shell shell, String[] history) ^^^^^^^ Javadoc: Missing tag for parameter history ---------- 730. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemWorkWithHistoryDialog.java (at line 81) public void setDefaultHistory(String[] items) ^^^^^ Javadoc: Missing tag for parameter items ---------- 731. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemWorkWithHistoryDialog.java (at line 88) private boolean inDefaultHistory(String toTest) // pc41439 ^^^^^^^ Javadoc: Missing tag for return type ---------- 732. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemWorkWithHistoryDialog.java (at line 88) private boolean inDefaultHistory(String toTest) // pc41439 ^^^^^^ Javadoc: Missing tag for parameter toTest ---------- 733. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemWorkWithHistoryDialog.java (at line 100) private boolean selectedInDefaultHistory() /// pc41439 ^^^^^^^ Javadoc: Missing tag for return type ---------- 734. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemWorkWithHistoryDialog.java (at line 140) protected Group init(Composite parent, int nbrColumns) ^^^^^ Javadoc: Missing tag for return type ---------- 735. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemWorkWithHistoryDialog.java (at line 140) protected Group init(Composite parent, int nbrColumns) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 736. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemWorkWithHistoryDialog.java (at line 140) protected Group init(Composite parent, int nbrColumns) ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- 737. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemWorkWithHistoryDialog.java (at line 200) protected MenuItem addSeparator(Menu parent) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 738. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemWorkWithHistoryDialog.java (at line 200) protected MenuItem addSeparator(Menu parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 739. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemWorkWithHistoryDialog.java (at line 208) protected MenuItem createMenuItem(String label, String description) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 740. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemWorkWithHistoryDialog.java (at line 208) protected MenuItem createMenuItem(String label, String description) ^^^^^ Javadoc: Missing tag for parameter label ---------- 741. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemWorkWithHistoryDialog.java (at line 208) protected MenuItem createMenuItem(String label, String description) ^^^^^^^^^^^ Javadoc: Missing tag for parameter description ---------- 742. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemWorkWithHistoryDialog.java (at line 221) protected Button createPushButton(Composite c, String label, String tooltip) ^^^^^^ Javadoc: Missing tag for return type ---------- 743. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemWorkWithHistoryDialog.java (at line 221) protected Button createPushButton(Composite c, String label, String tooltip) ^ Javadoc: Missing tag for parameter c ---------- 744. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemWorkWithHistoryDialog.java (at line 221) protected Button createPushButton(Composite c, String label, String tooltip) ^^^^^ Javadoc: Missing tag for parameter label ---------- 745. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemWorkWithHistoryDialog.java (at line 221) protected Button createPushButton(Composite c, String label, String tooltip) ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 746. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/dialogs/SystemWorkWithHistoryDialog.java (at line 342) public String[] getHistory() ^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 747. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/SystemFilterPoolDialogInterface.java (at line 32) public void setFilterPoolDialogActionCaller(SystemFilterAbstractFilterPoolAction caller); ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 748. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/SystemFilterPoolDialogInterface.java (at line 36) public SystemFilterPoolDialogOutputs getFilterPoolDialogOutputs(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 749. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/SystemFilterPoolDialogInterface.java (at line 40) public void setHelpContextId(String id); ^^ Javadoc: Missing tag for parameter id ---------- ---------- 750. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/SystemFilterWorkWithFilterPoolsTreeViewer.java (at line 57) public SystemFilterWorkWithFilterPoolsTreeViewer(Shell shell, SystemFilterWorkWithFilterPoolsDialog caller, Composite arg0) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 751. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/SystemFilterWorkWithFilterPoolsTreeViewer.java (at line 57) public SystemFilterWorkWithFilterPoolsTreeViewer(Shell shell, SystemFilterWorkWithFilterPoolsDialog caller, Composite arg0) ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 752. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/SystemFilterWorkWithFilterPoolsTreeViewer.java (at line 57) public SystemFilterWorkWithFilterPoolsTreeViewer(Shell shell, SystemFilterWorkWithFilterPoolsDialog caller, Composite arg0) ^^^^ Javadoc: Missing tag for parameter arg0 ---------- 753. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/SystemFilterWorkWithFilterPoolsTreeViewer.java (at line 67) public SystemFilterWorkWithFilterPoolsTreeViewer(Shell shell, SystemFilterWorkWithFilterPoolsDialog caller, Composite arg0, int arg1) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 754. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/SystemFilterWorkWithFilterPoolsTreeViewer.java (at line 67) public SystemFilterWorkWithFilterPoolsTreeViewer(Shell shell, SystemFilterWorkWithFilterPoolsDialog caller, Composite arg0, int arg1) ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 755. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/SystemFilterWorkWithFilterPoolsTreeViewer.java (at line 67) public SystemFilterWorkWithFilterPoolsTreeViewer(Shell shell, SystemFilterWorkWithFilterPoolsDialog caller, Composite arg0, int arg1) ^^^^ Javadoc: Missing tag for parameter arg0 ---------- 756. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/SystemFilterWorkWithFilterPoolsTreeViewer.java (at line 67) public SystemFilterWorkWithFilterPoolsTreeViewer(Shell shell, SystemFilterWorkWithFilterPoolsDialog caller, Composite arg0, int arg1) ^^^^ Javadoc: Missing tag for parameter arg1 ---------- 757. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/SystemFilterWorkWithFilterPoolsTreeViewer.java (at line 76) public SystemFilterWorkWithFilterPoolsTreeViewer(Shell shell, ^^^^^ Javadoc: Missing tag for parameter shell ---------- 758. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/SystemFilterWorkWithFilterPoolsTreeViewer.java (at line 77) SystemFilterWorkWithFilterPoolsDialog caller, ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 759. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/SystemFilterWorkWithFilterPoolsTreeViewer.java (at line 78) Tree tree) ^^^^ Javadoc: Missing tag for parameter tree ---------- 760. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/SystemFilterWorkWithFilterPoolsTreeViewer.java (at line 87) public void init(Shell shell, SystemFilterWorkWithFilterPoolsDialog caller) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 761. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/SystemFilterWorkWithFilterPoolsTreeViewer.java (at line 87) public void init(Shell shell, SystemFilterWorkWithFilterPoolsDialog caller) ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 762. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/SystemFilterWorkWithFilterPoolsTreeViewer.java (at line 104) public void setContextMenuActions(IAction[] actions) ^^^^^^^ Javadoc: Missing tag for parameter actions ---------- 763. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/SystemFilterWorkWithFilterPoolsTreeViewer.java (at line 187) protected void menuAdd(MenuManager menu, IAction action) ^^^^ Javadoc: Missing tag for parameter menu ---------- 764. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/SystemFilterWorkWithFilterPoolsTreeViewer.java (at line 187) protected void menuAdd(MenuManager menu, IAction action) ^^^^^^ Javadoc: Missing tag for parameter action ---------- ---------- 765. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizard.java (at line 58) * @param label The title for this wizard ^^^^^ Javadoc: Parameter label is not declared ---------- 766. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizard.java (at line 61) public SystemFilterNewFilterPoolWizard(String title, ImageDescriptor image) ^^^^^ Javadoc: Missing tag for parameter title ---------- 767. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizard.java (at line 95) protected SystemFilterNewFilterPoolWizardMainPageInterface createMainPage() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 768. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizard.java (at line 160) protected ISystemFilterPool createFilterPool(ISystemFilterPoolManager selectedManager, String poolName) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 769. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizard.java (at line 160) protected ISystemFilterPool createFilterPool(ISystemFilterPoolManager selectedManager, String poolName) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedManager ---------- 770. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizard.java (at line 160) protected ISystemFilterPool createFilterPool(ISystemFilterPoolManager selectedManager, String poolName) ^^^^^^^^ Javadoc: Missing tag for parameter poolName ---------- 771. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizard.java (at line 161) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 772. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizard.java (at line 193) public SystemFilterAbstractFilterPoolAction getFilterPoolDialogActionCaller() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 773. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizardDefaultMainPage.java (at line 67) public SystemFilterNewFilterPoolWizardDefaultMainPage(Wizard wizard, ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 774. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizardDefaultMainPage.java (at line 68) String title, ^^^^^ Javadoc: Missing tag for parameter title ---------- 775. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizardDefaultMainPage.java (at line 69) String description) ^^^^^^^^^^^ Javadoc: Missing tag for parameter description ---------- 776. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizardDefaultMainPage.java (at line 114) protected String[] getFilterPoolManagerNames() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 777. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizardDefaultMainPage.java (at line 132) protected int getFilterPoolManagerNameSelectionIndex() ^^^ Javadoc: Missing tag for return type ---------- 778. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizardDefaultMainPage.java (at line 142) protected String getPoolNamePromptText() ^^^^^^ Javadoc: Missing tag for return type ---------- 779. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizardDefaultMainPage.java (at line 152) protected String getPoolNameToolTip() ^^^^^^ Javadoc: Missing tag for return type ---------- 780. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizardDefaultMainPage.java (at line 162) protected String getPoolManagerPromptText() ^^^^^^ Javadoc: Missing tag for return type ---------- 781. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizardDefaultMainPage.java (at line 172) protected String getPoolManagerToolTip() ^^^^^^ Javadoc: Missing tag for return type ---------- 782. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizardDefaultMainPage.java (at line 301) protected SystemMessage validateNameInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 783. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizardDefaultMainPage.java (at line 324) protected void setPoolNameTextLimit(int mgrIndex) ^^^^^^^^ Javadoc: Missing tag for parameter mgrIndex ---------- ---------- 784. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizardMainPageInterface.java (at line 36) public void setNameValidator(ISystemValidator v); ^ Javadoc: Missing tag for parameter v ---------- 785. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizardMainPageInterface.java (at line 43) public void setNameValidators(ISystemValidator[] v); ^ Javadoc: Missing tag for parameter v ---------- 786. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizardMainPageInterface.java (at line 49) public void setFilterPoolManagers(ISystemFilterPoolManager[] mgrs); ^^^^ Javadoc: Missing tag for parameter mgrs ---------- 787. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizardMainPageInterface.java (at line 55) public void setFilterPoolManagerNameSelectionIndex(int index); ^^^^^ Javadoc: Missing tag for parameter index ---------- 788. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizardMainPageInterface.java (at line 61) public String getPoolName(); ^^^^^^ Javadoc: Missing tag for return type ---------- 789. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizardMainPageInterface.java (at line 66) public String getPoolManagerName(); ^^^^^^ Javadoc: Missing tag for return type ---------- 790. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterNewFilterPoolWizardMainPageInterface.java (at line 70) public SystemFilterPoolDialogOutputs getFilterPoolDialogOutputs(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 791. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterPoolWizardDialog.java (at line 39) public SystemFilterPoolWizardDialog(Shell shell, SystemFilterPoolWizardInterface wizard) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 792. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterPoolWizardDialog.java (at line 39) public SystemFilterPoolWizardDialog(Shell shell, SystemFilterPoolWizardInterface wizard) ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 793. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterPoolWizardDialog.java (at line 46) public SystemFilterPoolWizardDialog(Shell shell, SystemFilterPoolWizardInterface wizard, Object inputObject) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 794. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterPoolWizardDialog.java (at line 46) public SystemFilterPoolWizardDialog(Shell shell, SystemFilterPoolWizardInterface wizard, Object inputObject) ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 795. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterPoolWizardDialog.java (at line 46) public SystemFilterPoolWizardDialog(Shell shell, SystemFilterPoolWizardInterface wizard, Object inputObject) ^^^^^^^^^^^ Javadoc: Missing tag for parameter inputObject ---------- 796. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterPoolWizardDialog.java (at line 54) public SystemFilterPoolWizardInterface getFilterPoolWizard() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 797. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWizardDialog.java (at line 42) public SystemFilterWizardDialog(Shell shell, ISystemFilterWizard wizard) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 798. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWizardDialog.java (at line 42) public SystemFilterWizardDialog(Shell shell, ISystemFilterWizard wizard) ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 799. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWizardDialog.java (at line 49) public SystemFilterWizardDialog(Shell shell, ISystemFilterWizard wizard, Object inputObject) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 800. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWizardDialog.java (at line 49) public SystemFilterWizardDialog(Shell shell, ISystemFilterWizard wizard, Object inputObject) ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 801. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWizardDialog.java (at line 49) public SystemFilterWizardDialog(Shell shell, ISystemFilterWizard wizard, Object inputObject) ^^^^^^^^^^^ Javadoc: Missing tag for parameter inputObject ---------- 802. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWizardDialog.java (at line 57) public ISystemFilterWizard getFilterWizard() ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 803. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 108) public SystemFilterWorkWithFilterPoolsDialog(Shell shell, String title, String prompt, ^^^^^ Javadoc: Missing tag for parameter shell ---------- 804. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 108) public SystemFilterWorkWithFilterPoolsDialog(Shell shell, String title, String prompt, ^^^^^ Javadoc: Missing tag for parameter title ---------- 805. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 108) public SystemFilterWorkWithFilterPoolsDialog(Shell shell, String title, String prompt, ^^^^^^ Javadoc: Missing tag for parameter prompt ---------- 806. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 109) SystemFilterPoolManagerUIProvider caller) ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 807. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 127) public void setRootToPreselect(SystemSimpleContentElement preSelectedRoot) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter preSelectedRoot ---------- 808. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 153) public void setFilterPoolNameValidator(ValidatorFilterPoolName pnv) ^^^ Javadoc: Missing tag for parameter pnv ---------- 809. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 226) public boolean refreshTree() ^^^^^^^ Javadoc: Missing tag for return type ---------- 810. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 242) protected void createToolBar(Composite parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 811. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 250) protected void populateToolBar(Shell shell, SystemFilterWorkWithFilterPoolsTreeViewer tree) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 812. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 250) protected void populateToolBar(Shell shell, SystemFilterWorkWithFilterPoolsTreeViewer tree) ^^^^ Javadoc: Missing tag for parameter tree ---------- 813. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 310) public SystemSimpleContentElement getSelectedElement() ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 814. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 318) public boolean isSelectionEmpty() ^^^^^^^ Javadoc: Missing tag for return type ---------- 815. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 370) public boolean isPageComplete() ^^^^^^^ Javadoc: Missing tag for return type ---------- 816. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 546) public void addNewFilterPool(Shell shell, ISystemFilterPool pool) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 817. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 546) public void addNewFilterPool(Shell shell, ISystemFilterPool pool) ^^^^ Javadoc: Missing tag for parameter pool ---------- 818. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 588) public ISystemFilterPoolManager[] getFilterPoolManagers() ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 819. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemFilterWorkWithFilterPoolsDialog.java (at line 596) public int getFilterPoolManagerSelection() ^^^ Javadoc: Missing tag for return type ---------- ---------- 820. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemNewFilterWizardNamePage.java (at line 74) public SystemNewFilterWizardNamePage(SystemNewFilterWizard wizard, ISystemFilterPool parentPool, ISystemNewFilterWizardConfigurator data) ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 821. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemNewFilterWizardNamePage.java (at line 74) public SystemNewFilterWizardNamePage(SystemNewFilterWizard wizard, ISystemFilterPool parentPool, ISystemNewFilterWizardConfigurator data) ^^^^^^^^^^ Javadoc: Missing tag for parameter parentPool ---------- 822. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemNewFilterWizardNamePage.java (at line 74) public SystemNewFilterWizardNamePage(SystemNewFilterWizard wizard, ISystemFilterPool parentPool, ISystemNewFilterWizardConfigurator data) ^^^^ Javadoc: Missing tag for parameter data ---------- 823. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemNewFilterWizardNamePage.java (at line 88) public void setFilterName(String filterName) ^^^^^^^^^^ Javadoc: Missing tag for parameter filterName ---------- 824. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemNewFilterWizardNamePage.java (at line 97) public void setFilterNameValidator(ISystemValidator nameValidator) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter nameValidator ---------- 825. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemNewFilterWizardNamePage.java (at line 104) public void setAllowFilterPoolSelection(ISystemFilterPool[] poolsToSelectFrom, ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolsToSelectFrom ---------- 826. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemNewFilterWizardNamePage.java (at line 105) ISystemValidator[] nameValidators) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter nameValidators ---------- 827. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemNewFilterWizardNamePage.java (at line 128) public void setAllowFilterPoolSelection(ISystemFilterPoolWrapperInformation poolWrappersToSelectFrom, ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolWrappersToSelectFrom ---------- 828. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemNewFilterWizardNamePage.java (at line 129) ISystemValidator[] nameValidators) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter nameValidators ---------- 829. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemNewFilterWizardNamePage.java (at line 139) public void setFilterPoolSelectionValidator(ISystemFilterPoolSelectionValidator validator) ^^^^^^^^^ Javadoc: Missing tag for parameter validator ---------- 830. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemNewFilterWizardNamePage.java (at line 347) public SystemMessage verify() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 831. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemNewFilterWizardNamePage.java (at line 379) protected SystemMessage validateNameInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 832. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemNewFilterWizardNamePage.java (at line 402) public String getFilterName() ^^^^^^ Javadoc: Missing tag for return type ---------- 833. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemNewFilterWizardNamePage.java (at line 413) public ISystemFilterPool getParentSystemFilterPool() ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 834. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemNewFilterWizardNamePage.java (at line 446) public boolean getUniqueToThisConnection() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 835. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemUnNamedFilterDialog.java (at line 50) public SystemUnNamedFilterDialog(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 836. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemUnNamedFilterDialog.java (at line 57) public SystemUnNamedFilterDialog(Shell shell, String title) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 837. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemUnNamedFilterDialog.java (at line 57) public SystemUnNamedFilterDialog(Shell shell, String title) ^^^^^ Javadoc: Missing tag for parameter title ---------- 838. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemUnNamedFilterDialog.java (at line 87) public void setSystemFilterPoolReferenceManagerProvider(ISystemFilterPoolReferenceManagerProvider provider) ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- 839. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemUnNamedFilterDialog.java (at line 95) public void setFilterStringEditPane(SystemFilterStringEditPane editPane) ^^^^^^^^ Javadoc: Missing tag for parameter editPane ---------- 840. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemUnNamedFilterDialog.java (at line 107) public String getFilterString() ^^^^^^ Javadoc: Missing tag for return type ---------- 841. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemUnNamedFilterDialog.java (at line 142) protected SystemFilterStringEditPane getFilterStringEditPane(Shell shell) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 842. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/filters/dialogs/SystemUnNamedFilterDialog.java (at line 142) protected SystemFilterStringEditPane getFilterStringEditPane(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- ---------- 843. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/logging/LoggingPreferencePage.java (at line 58) private Composite createComposite(Composite parent, int span, int numColumns) { ^^^^ Javadoc: Missing tag for parameter span ---------- 844. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/logging/LoggingPreferencePage.java (at line 77) private Group createGroup(Composite parent, int span, int numColumns, String text) { ^^^^ Javadoc: Missing tag for parameter span ---------- 845. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/logging/LoggingPreferencePage.java (at line 77) private Group createGroup(Composite parent, int span, int numColumns, String text) { ^^^^ Javadoc: Missing tag for parameter text ---------- ---------- 846. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/RemoteSystemsPreferencePage.java (at line 29) import org.eclipse.rse.internal.core.model.SystemPreferenceChangeEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemPreferenceChangeEvent is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 847. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/RemoteSystemsPreferencePage.java (at line 69) private boolean lastUseDeferredQueryValue = false; ^^^^^^^^^^^^^^^^^^^^^^^^^ The field RemoteSystemsPreferencePage.lastUseDeferredQueryValue is never read locally ---------- 848. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/RemoteSystemsPreferencePage.java (at line 95) IPreferenceStore coreStore = new PreferencesMapper(RSECorePlugin.getDefault().getPluginPreferences()); ^^^^^^^^^ The local variable coreStore is never read ---------- 849. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/RemoteSystemsPreferencePage.java (at line 245) private void firePreferenceChangeEvent(int type, boolean oldValue, boolean newValue) ^^^^ Javadoc: Missing tag for parameter type ---------- 850. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/RemoteSystemsPreferencePage.java (at line 245) private void firePreferenceChangeEvent(int type, boolean oldValue, boolean newValue) ^^^^^^^^ Javadoc: Missing tag for parameter oldValue ---------- 851. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/RemoteSystemsPreferencePage.java (at line 245) private void firePreferenceChangeEvent(int type, boolean oldValue, boolean newValue) ^^^^^^^^ Javadoc: Missing tag for parameter newValue ---------- 852. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/RemoteSystemsPreferencePage.java (at line 248) new SystemPreferenceChangeEvent(type, oldValue ? Boolean.TRUE : Boolean.FALSE, newValue ? Boolean.TRUE : Boolean.FALSE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemPreferenceChangeEvent(int, Object, Object) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 853. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/RemoteSystemsPreferencePage.java (at line 248) new SystemPreferenceChangeEvent(type, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemPreferenceChangeEvent is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- ---------- 854. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/SystemConnectionPropertyPage.java (at line 84) protected IHost getConnection() ^^^^^ Javadoc: Missing tag for return type ---------- ---------- 855. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/SystemConnectionSubSystemsPropertyPage.java (at line 133) protected CTabFolder createTabFolder(Composite parent) ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 856. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/SystemConnectionSubSystemsPropertyPage.java (at line 133) protected CTabFolder createTabFolder(Composite parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 857. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/SystemConnectionSubSystemsPropertyPage.java (at line 145) private PropertyPage[] getSubSystemPropertyPages(ISubSystem[] subsystems) ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 858. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/SystemConnectionSubSystemsPropertyPage.java (at line 145) private PropertyPage[] getSubSystemPropertyPages(ISubSystem[] subsystems) ^^^^^^^^^^ Javadoc: Missing tag for parameter subsystems ---------- 859. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/SystemConnectionSubSystemsPropertyPage.java (at line 189) private void createTabbedItems(PropertyPage[] pages) ^^^^^ Javadoc: Missing tag for parameter pages ---------- 860. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/SystemConnectionSubSystemsPropertyPage.java (at line 230) protected IHost getConnection() ^^^^^ Javadoc: Missing tag for return type ---------- 861. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/SystemConnectionSubSystemsPropertyPage.java (at line 238) protected ISubSystem[] getSubSystems() ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 862. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/SystemConnectionSubSystemsPropertyPage.java (at line 355) protected ISystemViewElementAdapter getViewAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 863. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/SystemConnectionSubSystemsPropertyPage.java (at line 355) protected ISystemViewElementAdapter getViewAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 864. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/SystemConnectionSubSystemsPropertyPage.java (at line 363) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 865. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/SystemConnectionSubSystemsPropertyPage.java (at line 363) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- ---------- 866. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/SystemFilterPoolPropertyPage.java (at line 94) protected ISystemFilterPool getFilterPool() ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 867. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/SystemFilterPoolReferencePropertyPage.java (at line 90) protected ISystemFilterPoolReference getFilterPoolReference() ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 868. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/SystemFilterPropertyPage.java (at line 94) protected ISystemFilter getFilter() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 869. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/SystemLoggingPreferencePage.java (at line 31) * @see org.eclipse.rse.logging.LoggingPreferencePage#getPlugin() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.rse.logging.LoggingPreferencePage cannot be resolved to a type ---------- ---------- 870. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/SystemTeamViewProfilePropertyPage.java (at line 83) protected ISystemProfile getProfile() ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 871. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/propertypages/SystemTeamViewSubSystemConfigurationPropertyPage.java (at line 98) protected ISubSystemConfiguration getSubSystemConfiguration() ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 872. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SubSystemConfigurationAdapterFactory.java (at line 43) public void registerWithManager(IAdapterManager manager) ^^^^^^^ Javadoc: Missing tag for parameter manager ---------- ---------- 873. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemAbstractAPIProvider.java (at line 163) protected Object[] checkForNull(Object[] children, boolean returnNullMsg) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 874. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemAbstractAPIProvider.java (at line 163) protected Object[] checkForNull(Object[] children, boolean returnNullMsg) ^^^^^^^^ Javadoc: Missing tag for parameter children ---------- 875. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemAbstractAPIProvider.java (at line 163) protected Object[] checkForNull(Object[] children, boolean returnNullMsg) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter returnNullMsg ---------- 876. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemAbstractAPIProvider.java (at line 184) protected Object[] getCancelledMessageObject() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 877. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemAbstractAPIProvider.java (at line 195) protected Object[] getFailedMessageObject() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 878. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemAbstractAPIProvider.java (at line 220) protected ISystemViewElementAdapter getViewAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 879. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemAbstractAPIProvider.java (at line 220) protected ISystemViewElementAdapter getViewAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 880. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemAbstractAPIProvider.java (at line 229) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 881. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemAbstractAPIProvider.java (at line 229) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- ---------- 882. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemComboBoxCellEditor.java (at line 101) public void setItems(String[] items) ^^^^^ Javadoc: Missing tag for parameter items ---------- ---------- 883. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemComboBoxPropertyDescriptor.java (at line 82) public void setValues(String[] values) ^^^^^^ Javadoc: Missing tag for parameter values ---------- ---------- 884. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemDropActionDelegate.java (at line 204) private Object getObjectFor(String str) ^^^^^^ Javadoc: Missing tag for return type ---------- 885. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemDropActionDelegate.java (at line 204) private Object getObjectFor(String str) ^^^ Javadoc: Missing tag for parameter str ---------- ---------- 886. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemInheritablePropertyData.java (at line 43) public void setNotApplicable(boolean set) ^^^ Javadoc: Missing tag for parameter set ---------- 887. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemInheritablePropertyData.java (at line 50) public boolean getNotApplicable() ^^^^^^^ Javadoc: Missing tag for return type ---------- 888. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemInheritablePropertyData.java (at line 114) public void setInheritedDisplayString(String s) ^ Javadoc: Missing tag for parameter s ---------- ---------- 889. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemInheritableTextCellEditor.java (at line 123) private Text getTextField() ^^^^ Javadoc: Missing tag for return type ---------- 890. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemInheritableTextCellEditor.java (at line 343) private ModifyListener getModifyListener() ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 891. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemInheritableTextCellEditor.java (at line 404) public boolean isSaveAllEnabled() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 892. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemInheritableTextPropertyDescriptor.java (at line 49) public void setEditable(boolean allow) ^^^^^ Javadoc: Missing tag for parameter allow ---------- 893. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemInheritableTextPropertyDescriptor.java (at line 56) public boolean getEditable() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 894. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemPerspectiveHelpers.java (at line 47) public static boolean openRSEPerspective() ^^^^^^^ Javadoc: Missing tag for return type ---------- 895. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemPerspectiveHelpers.java (at line 54) public static boolean isRSEPerspectiveActive() ^^^^^^^ Javadoc: Missing tag for return type ---------- 896. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemPerspectiveHelpers.java (at line 66) public static boolean openInNewPage(String perspID) ^^^^^^^ Javadoc: Missing tag for parameter perspID ---------- 897. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemPerspectiveHelpers.java (at line 101) public static IPerspectiveDescriptor getActivePerspective() ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 898. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemPerspectiveHelpers.java (at line 119) public static IWorkbenchWindow getActiveWindow() ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 899. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemPerspectiveHelpers.java (at line 128) public static IViewPart findView(String viewID) ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 900. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemPerspectiveHelpers.java (at line 128) public static IViewPart findView(String viewID) ^^^^^^ Javadoc: Missing tag for parameter viewID ---------- 901. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemPerspectiveHelpers.java (at line 145) public static SystemView findRSEView() ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 902. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemPerspectiveHelpers.java (at line 159) public static IViewPart showView(String viewID) ^^^^^^ Javadoc: Missing tag for parameter viewID ---------- ---------- 903. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemPropertySheetForm.java (at line 83) public PropertySheetPage getPropertySheetView() ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 904. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemPropertySheetForm.java (at line 90) public Control getControl() ^^^^^^^ Javadoc: Missing tag for return type ---------- 905. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemPropertySheetForm.java (at line 113) public void selectionChanged(ISelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 906. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemPropertySheetForm.java (at line 131) * @param Number of columns the new group will contain. ^^^^^^ Javadoc: Parameter Number is not declared ---------- 907. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemPropertySheetForm.java (at line 133) protected Composite prepareComposite(int numColumns, ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 908. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemPropertySheetForm.java (at line 133) protected Composite prepareComposite(int numColumns, ^^^^^^^^^^ Javadoc: Missing tag for parameter numColumns ---------- 909. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemPropertySheetForm.java (at line 134) int horizontalSpan, int verticalSpan) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter horizontalSpan ---------- 910. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemPropertySheetForm.java (at line 134) int horizontalSpan, int verticalSpan) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter verticalSpan ---------- ---------- 911. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemResourceSelectionForm.java (at line 122) public Object getSelectedObject() ^^^^^^ Javadoc: Missing tag for return type ---------- 912. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemResourceSelectionForm.java (at line 131) * @see #setMultipleSelectionMode(boolean) ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: The method setMultipleSelectionMode(boolean) is undefined for the type SystemResourceSelectionForm ---------- 913. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemResourceSelectionForm.java (at line 133) public Object[] getSelectedObjects() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 914. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemResourceSelectionForm.java (at line 142) public SystemViewForm getSystemViewForm() ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 915. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemResourceSelectionForm.java (at line 226) private void createPropertySheet(Composite outerParent, Shell shell) ^^^^^^^^^^^ Javadoc: Missing tag for parameter outerParent ---------- 916. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemResourceSelectionForm.java (at line 226) private void createPropertySheet(Composite outerParent, Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 917. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemResourceSelectionForm.java (at line 377) public IHost getSelectedConnection() ^^^^^ Javadoc: Missing tag for return type ---------- 918. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemResourceSelectionForm.java (at line 385) protected Object getFirstSelection(ISelection selection) ^^^^^^ Javadoc: Missing tag for return type ---------- 919. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemResourceSelectionForm.java (at line 385) protected Object getFirstSelection(ISelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 920. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemResourceSelectionForm.java (at line 401) protected Object[] getSelections(ISelection selection) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 921. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemResourceSelectionForm.java (at line 401) protected Object[] getSelections(ISelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 922. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemResourceSelectionForm.java (at line 552) public boolean isPageComplete() ^^^^^^^ Javadoc: Missing tag for return type ---------- 923. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemResourceSelectionForm.java (at line 578) public void setShowPropertySheet(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 924. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemResourceSelectionForm.java (at line 589) public void setSelectionValidator(IValidatorRemoteSelection selectionValidator) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectionValidator ---------- 925. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemResourceSelectionForm.java (at line 620) public void setMessage(String message) ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 926. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemResourceSelectionForm.java (at line 629) public void setSelectionTreeToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- ---------- 927. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 125) public void setCaller(ISystemSelectRemoteObjectAPIProviderCaller caller) ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 928. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 133) public void setShowNewConnectionPrompt(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 929. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 190) public void setSubSystem(ISubSystem subsystem) ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 930. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 205) public void setFilterString(String string) ^^^^^^ Javadoc: Missing tag for parameter string ---------- 931. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 235) public void setQuickFilters(ISystemFilter[] filters) ^^^^^^^ Javadoc: Missing tag for parameter filters ---------- 932. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 243) public void setPreSelectFilterChild(String name) ^^^^ Javadoc: Missing tag for parameter name ---------- 933. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 252) public String getPreSelectFilterChild() ^^^^^^ Javadoc: Missing tag for return type ---------- 934. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 262) public void setPreSelectFilterChildObject(Object obj) ^^^ Javadoc: Missing tag for parameter obj ---------- 935. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 271) public Object getPreSelectFilterChildObject() ^^^^^^ Javadoc: Missing tag for return type ---------- 936. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 279) public String decorateFilterString(Object selectedObject, String inputFilterString) ^^^^^^ Javadoc: Missing tag for return type ---------- 937. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 279) public String decorateFilterString(Object selectedObject, String inputFilterString) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedObject ---------- 938. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 279) public String decorateFilterString(Object selectedObject, String inputFilterString) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter inputFilterString ---------- 939. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 313) public boolean filtersNeedDecoration(Object selectedObject) ^^^^^^^ Javadoc: Missing tag for return type ---------- 940. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 313) public boolean filtersNeedDecoration(Object selectedObject) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedObject ---------- 941. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 328) private ISubSystemConfiguration getSubSystemConfiguration(Object selectedObject) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 942. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 328) private ISubSystemConfiguration getSubSystemConfiguration(Object selectedObject) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedObject ---------- 943. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 494) protected Object[] getConnections() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 944. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 552) protected ISubSystem[] getSubSystems(IHost selectedConnection) ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 945. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 552) protected ISubSystem[] getSubSystems(IHost selectedConnection) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedConnection ---------- 946. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 573) protected Object[] resolveFilterString(ISubSystem subsystem, String filterString) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 947. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 573) protected Object[] resolveFilterString(ISubSystem subsystem, String filterString) ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 948. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 573) protected Object[] resolveFilterString(ISubSystem subsystem, String filterString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 949. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 621) public ISystemFilter createFilterByPrompting(ISystemFilter filterPrompt, Shell shell) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterPrompt ---------- 950. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 621) public ISystemFilter createFilterByPrompting(ISystemFilter filterPrompt, Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 951. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemSelectRemoteObjectAPIProviderImpl.java (at line 622) throws Exception ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- ---------- 952. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 302) public SystemTableTreeView(Tree tableTree, ISystemMessageLine msgLine) ^^^^^^^^^ Javadoc: Missing tag for parameter tableTree ---------- 953. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 302) public SystemTableTreeView(Tree tableTree, ISystemMessageLine msgLine) ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- 954. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 378) public Menu getContextMenu() ^^^^ Javadoc: Missing tag for return type ---------- 955. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 385) public MenuManager getContextMenuManager() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 956. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 429) protected ISystemViewElementAdapter getViewAdapter(Object obj) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 957. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 429) protected ISystemViewElementAdapter getViewAdapter(Object obj) ^^^ Javadoc: Missing tag for parameter obj ---------- 958. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 452) public IPropertyDescriptor[] getVisibleDescriptors(Object object) ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 959. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 452) public IPropertyDescriptor[] getVisibleDescriptors(Object object) ^^^^^^ Javadoc: Missing tag for parameter object ---------- 960. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 495) private ArrayList getFormatsIn() ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 961. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 576) public void computeLayout(boolean force) ^^^^^ Javadoc: Missing tag for parameter force ---------- 962. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 1053) private String getRemoteResourceAbsoluteName(Object remoteResource) ^^^^^^ Javadoc: Missing tag for return type ---------- 963. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 1053) private String getRemoteResourceAbsoluteName(Object remoteResource) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteResource ---------- 964. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 1107) public void displayMessage(String msg) ^^^ Javadoc: Missing tag for parameter msg ---------- 965. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 1116) public ISystemViewElementAdapter getViewAdapterForContents() ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 966. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 1162) protected PropertyDialogAction getPropertyDialogAction() ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 967. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 1176) protected IAction getSelectAllAction() ^^^^^^^ Javadoc: Missing tag for return type ---------- 968. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 1187) protected IAction getRenameAction() ^^^^^^^ Javadoc: Missing tag for return type ---------- 969. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 1197) protected IAction getDeleteAction() ^^^^^^^ Javadoc: Missing tag for return type ---------- 970. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 1207) protected IAction getRefreshAction() ^^^^^^^ Javadoc: Missing tag for return type ---------- 971. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 1227) protected SystemOpenExplorerPerspectiveAction getOpenToPerspectiveAction() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 972. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 1432) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 973. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 1432) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 974. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 1448) protected IRemoteObjectIdentifier getRemoteObjectIdentifier(Object o) ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 975. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 1448) protected IRemoteObjectIdentifier getRemoteObjectIdentifier(Object o) ^ Javadoc: Missing tag for parameter o ---------- 976. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableTreeView.java (at line 1665) public boolean sameParent() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 977. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTestFilterStringAPIProviderImpl.java (at line 55) public void setSubSystem(ISubSystem subsystem) ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 978. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTestFilterStringAPIProviderImpl.java (at line 62) public void setFilterString(String filterString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- ---------- 979. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 352) public SystemViewPart getSystemViewPart() { ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 980. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 363) protected IWorkbenchWindow getWorkbenchWindow() { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 981. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 374) protected IWorkbenchPart getWorkbenchPart() { ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 982. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 381) public void setEnabled(boolean enabled) { ^^^^^^^ Javadoc: Missing tag for parameter enabled ---------- 983. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 504) protected void handleDoubleClick(DoubleClickEvent event) { ^^^^^ Javadoc: Missing tag for parameter event ---------- 984. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 528) void handleKeyPressed(KeyEvent event) { ^^^^^ Javadoc: Missing tag for parameter event ---------- 985. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 588) public void displayMessage(String msg) { ^^^ Javadoc: Missing tag for parameter msg ---------- 986. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 602) public void setShowActions(boolean show) { ^^^^ Javadoc: Missing tag for parameter show ---------- 987. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 609) public ISystemViewInputProvider getInputProvider() { ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 988. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 618) public Menu getContextMenu() { ^^^^ Javadoc: Missing tag for return type ---------- 989. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 625) public MenuManager getContextMenuManager() { ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 990. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 633) public IAction getNewConnectionAction() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 991. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 641) public IAction getRefreshAction() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 992. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 668) public PropertyDialogAction getPropertyDialogAction() { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 993. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 685) public IAction getSelectAllAction() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 994. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 694) public IAction getRenameAction() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 995. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 705) public IAction getDeleteAction() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 996. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 727) public SystemOpenExplorerPerspectiveAction getOpenToPerspectiveAction() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 997. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 746) public GoIntoAction getGoIntoAction() { ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 998. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 758) public SystemCascadingGoToAction getGoToActions() { ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 999. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 768) public void collapseNode(Object element, boolean forceRefresh) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 1000. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 787) public void fillContextMenu(IMenuManager menu) { ^^^^ Javadoc: Missing tag for parameter menu ---------- 1001. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1003) public static IMenuManager createStandardGroups(IMenuManager menu) { ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1002. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1003) public static IMenuManager createStandardGroups(IMenuManager menu) { ^^^^ Javadoc: Missing tag for parameter menu ---------- 1003. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1052) protected void menuAdd(MenuManager menu, IAction action) { ^^^^ Javadoc: Missing tag for parameter menu ---------- 1004. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1052) protected void menuAdd(MenuManager menu, IAction action) { ^^^^^^ Javadoc: Missing tag for parameter action ---------- 1005. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1142) protected boolean isSelected(Object element) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1006. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1142) protected boolean isSelected(Object element) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 1007. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1150) protected boolean isTreeItemSelected(Widget w) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1008. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1150) protected boolean isTreeItemSelected(Widget w) { ^ Javadoc: Missing tag for parameter w ---------- 1009. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1164) protected boolean isSelected(Object[] elementArray) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1010. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1164) protected boolean isSelected(Object[] elementArray) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter elementArray ---------- 1011. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1172) protected boolean isSelected(Object element, IStructuredSelection selection) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1012. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1172) protected boolean isSelected(Object element, IStructuredSelection selection) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 1013. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1172) protected boolean isSelected(Object element, IStructuredSelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1014. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1185) protected boolean isSelected(Object[] elementArray, IStructuredSelection selection) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1015. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1185) protected boolean isSelected(Object[] elementArray, IStructuredSelection selection) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter elementArray ---------- 1016. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1185) protected boolean isSelected(Object[] elementArray, IStructuredSelection selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1017. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1201) protected boolean isSelectedOrChildSelected(Object[] parentElements) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1018. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1201) protected boolean isSelectedOrChildSelected(Object[] parentElements) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentElements ---------- 1019. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1312) protected ISystemViewElementAdapter getViewAdapter(Object o) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1020. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1312) protected ISystemViewElementAdapter getViewAdapter(Object o) { ^ Javadoc: Missing tag for parameter o ---------- 1021. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1337) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1022. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1337) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 1023. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1363) public IHost getSelectedConnection() { ^^^^^ Javadoc: Missing tag for return type ---------- 1024. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1465) protected void moveTreeItem(Widget parentItem, Item item, Object src, int newPosition) { ^^^^^^^^^^ Javadoc: Missing tag for parameter parentItem ---------- 1025. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1465) protected void moveTreeItem(Widget parentItem, Item item, Object src, int newPosition) { ^^^^ Javadoc: Missing tag for parameter item ---------- 1026. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1465) protected void moveTreeItem(Widget parentItem, Item item, Object src, int newPosition) { ^^^ Javadoc: Missing tag for parameter src ---------- 1027. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1465) protected void moveTreeItem(Widget parentItem, Item item, Object src, int newPosition) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter newPosition ---------- 1028. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1486) protected void moveTreeItems(Widget parentItem, Object[] src, int delta) { ^^^^^^^^^^ Javadoc: Missing tag for parameter parentItem ---------- 1029. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1486) protected void moveTreeItems(Widget parentItem, Object[] src, int delta) { ^^^ Javadoc: Missing tag for parameter src ---------- 1030. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1486) protected void moveTreeItems(Widget parentItem, Object[] src, int delta) { ^^^^^ Javadoc: Missing tag for parameter delta ---------- 1031. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1544) protected int getTreeItemPosition(Item childItem, Item[] children) { ^^^ Javadoc: Missing tag for return type ---------- 1032. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1544) protected int getTreeItemPosition(Item childItem, Item[] children) { ^^^^^^^^^ Javadoc: Missing tag for parameter childItem ---------- 1033. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 1544) protected int getTreeItemPosition(Item childItem, Item[] children) { ^^^^^^^^ Javadoc: Missing tag for parameter children ---------- 1034. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2474) protected List getRemoteSelection() { ^^^^ Javadoc: Missing tag for return type ---------- 1035. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2492) protected String getRemoteResourceAbsoluteName(Object remoteResource) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1036. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2492) protected String getRemoteResourceAbsoluteName(Object remoteResource) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteResource ---------- 1037. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2508) protected ISubSystem getSubSystem(ISystemRemoteChangeEvent event, Object remoteResource, Object remoteParent) { ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1038. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2508) protected ISubSystem getSubSystem(ISystemRemoteChangeEvent event, Object remoteResource, Object remoteParent) { ^^^^^ Javadoc: Missing tag for parameter event ---------- 1039. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2508) protected ISubSystem getSubSystem(ISystemRemoteChangeEvent event, Object remoteResource, Object remoteParent) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteResource ---------- 1040. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2508) protected ISubSystem getSubSystem(ISystemRemoteChangeEvent event, Object remoteResource, Object remoteParent) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteParent ---------- 1041. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2550) protected boolean affectsInput(Object[] elements) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1042. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2550) protected boolean affectsInput(Object[] elements) { ^^^^^^^^ Javadoc: Missing tag for parameter elements ---------- 1043. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2564) protected boolean affectsInput(Object element) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1044. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2564) protected boolean affectsInput(Object element) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 1045. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2653) protected String printTreeItem(Item item) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1046. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2653) protected String printTreeItem(Item item) { ^^^^ Javadoc: Missing tag for parameter item ---------- 1047. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2666) protected void deleteRemoteObject(Object deleteObject, ISubSystem subsystem) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter deleteObject ---------- 1048. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2666) protected void deleteRemoteObject(Object deleteObject, ISubSystem subsystem) { ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 1049. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2758) protected void renameRemoteObject(Object renameObject, String oldElementName, ISubSystem subsystem) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter renameObject ---------- 1050. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2758) protected void renameRemoteObject(Object renameObject, String oldElementName, ISubSystem subsystem) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter oldElementName ---------- 1051. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2758) protected void renameRemoteObject(Object renameObject, String oldElementName, ISubSystem subsystem) { ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 1052. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2845) protected void updateRemoteObjectProperties(Object remoteObject) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteObject ---------- 1053. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2891) protected boolean refreshRemoteObject(Object remoteObject, Object toSelect, boolean originatedHere) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter originatedHere ---------- 1054. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2992) protected Object getFirstRemoteObject(List matches) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1055. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 2992) protected Object getFirstRemoteObject(List matches) { ^^^^^^^ Javadoc: Missing tag for parameter matches ---------- 1056. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3007) protected void ourInternalRefresh(Widget widget, Object element, boolean doStruct, boolean forceRemote) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter forceRemote ---------- 1057. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3338) protected void smartRefresh(TreeItem[] itemsToRefresh) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter itemsToRefresh ---------- 1058. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3429) protected void smartRefresh(Object element, boolean forceRemote) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 1059. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3429) protected void smartRefresh(Object element, boolean forceRemote) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter forceRemote ---------- 1060. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3576) protected int getItemIndex(Widget parent, Object element) { ^^^ Javadoc: Missing tag for return type ---------- 1061. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3576) protected int getItemIndex(Widget parent, Object element) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1062. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3576) protected int getItemIndex(Widget parent, Object element) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 1063. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3609) protected void findAndUpdateFilter(ISystemResourceChangeEvent event, int type) { ^^^^^ Javadoc: Missing tag for parameter event ---------- 1064. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3609) protected void findAndUpdateFilter(ISystemResourceChangeEvent event, int type) { ^^^^ Javadoc: Missing tag for parameter type ---------- 1065. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3741) protected void findAndUpdateFilterParent(ISystemResourceChangeEvent event, int type) { ^^^^^ Javadoc: Missing tag for parameter event ---------- 1066. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3741) protected void findAndUpdateFilterParent(ISystemResourceChangeEvent event, int type) { ^^^^ Javadoc: Missing tag for parameter type ---------- 1067. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3943) protected void moveReferencedTreeItems(Widget parentItem, Object[] masterSrc, int delta) { ^^^^^^^^^^ Javadoc: Missing tag for parameter parentItem ---------- 1068. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3943) protected void moveReferencedTreeItems(Widget parentItem, Object[] masterSrc, int delta) { ^^^^^^^^^ Javadoc: Missing tag for parameter masterSrc ---------- 1069. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3943) protected void moveReferencedTreeItems(Widget parentItem, Object[] masterSrc, int delta) { ^^^^^ Javadoc: Missing tag for parameter delta ---------- 1070. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 3985) protected Widget internalFindReferencedItem(Widget parent, Object element, int searchLimit) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1071. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 4005) protected Widget recursiveInternalFindReferencedItem(Widget parent, Object element, int searchLimit) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1072. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 4042) protected Widget internalFindRelativeItem(Widget parent, Object element, int searchLimit) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1073. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 4042) protected Widget internalFindRelativeItem(Widget parent, Object element, int searchLimit) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter searchLimit ---------- 1074. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 4054) protected Widget recursiveInternalFindRelativeItem(Widget parent, Object element, int searchLimit) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1075. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 4054) protected Widget recursiveInternalFindRelativeItem(Widget parent, Object element, int searchLimit) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter searchLimit ---------- 1076. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 4656) protected void scanSelections(String whereFrom) { ^^^^^^^^^ Javadoc: Missing tag for parameter whereFrom ---------- 1077. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 4743) protected boolean showProperties() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1078. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java (at line 4751) protected boolean showRefresh() { ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1079. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForConnections.java (at line 46) public IHost getConnection() ^^^^^ Javadoc: Missing tag for return type ---------- 1080. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForConnections.java (at line 53) public void setConnection(IHost connection) ^^^^^^^^^^ Javadoc: Missing tag for parameter connection ---------- ---------- 1081. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilterPools.java (at line 52) public ISubSystem getSubSystem() ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1082. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilterPools.java (at line 59) public ISystemFilterPoolReference getSystemFilterPoolReference() ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1083. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilterPools.java (at line 66) public ISystemFilterPool getSystemFilterPool() ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1084. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilterPools.java (at line 74) public void setFilterPoolReference(ISystemFilterPoolReference filterPoolReference) ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterPoolReference ---------- ---------- 1085. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilterStrings.java (at line 65) public ISubSystem getSubSystem() ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1086. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilterStrings.java (at line 72) public ISystemFilterPoolReference getSystemFilterPoolReference() ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1087. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilterStrings.java (at line 79) public ISystemFilterPool getSystemFilterPool() ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1088. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilterStrings.java (at line 86) public ISystemFilterReference getSystemFilterReference() ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1089. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilterStrings.java (at line 93) public ISystemFilter getSystemFilter() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1090. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilterStrings.java (at line 100) public ISystemFilterStringReference getSystemFilterStringReference() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1091. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilterStrings.java (at line 107) public ISystemFilterString getSystemFilterString() ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1092. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilterStrings.java (at line 116) public void setFilterStringReference(ISystemFilterStringReference filterStringReference) ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterStringReference ---------- ---------- 1093. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilters.java (at line 76) public ISubSystem getSubSystem() ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1094. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilters.java (at line 83) public ISystemFilterPoolReference getSystemFilterPoolReference() ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1095. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilters.java (at line 90) public ISystemFilterPool getSystemFilterPool() ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1096. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilters.java (at line 97) public ISystemFilterReference getSystemFilterReference() ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1097. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilters.java (at line 104) public ISystemFilter getSystemFilter() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1098. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForFilters.java (at line 112) public void setFilterReference(ISystemFilterReference filterReference) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterReference ---------- ---------- 1099. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForSubSystems.java (at line 48) public ISubSystem getSubSystem() ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1100. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewAPIProviderForSubSystems.java (at line 55) public void setSubSystem(ISubSystem subsystem) ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- ---------- 1101. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewConnectionAdapter.java (at line 579) private SystemInheritablePropertyData setDefaultUserIdPropertyData(SystemInheritablePropertyData data, IHost conn) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1102. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewConnectionAdapter.java (at line 579) private SystemInheritablePropertyData setDefaultUserIdPropertyData(SystemInheritablePropertyData data, IHost conn) ^^^^ Javadoc: Missing tag for parameter data ---------- 1103. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewConnectionAdapter.java (at line 579) private SystemInheritablePropertyData setDefaultUserIdPropertyData(SystemInheritablePropertyData data, IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 1104. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewConnectionAdapter.java (at line 658) private void updateDefaultUserId(IHost conn, SystemInheritablePropertyData data) ^^^^ Javadoc: Missing tag for parameter conn ---------- 1105. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewConnectionAdapter.java (at line 658) private void updateDefaultUserId(IHost conn, SystemInheritablePropertyData data) ^^^^ Javadoc: Missing tag for parameter data ---------- ---------- 1106. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewConnectionSelectionInputProvider.java (at line 53) public void setShowNewConnectionPrompt(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 1107. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewConnectionSelectionInputProvider.java (at line 60) public boolean getShowNewConnectionPrompt() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1108. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewConnectionSelectionInputProvider.java (at line 67) public void setSystemTypes(IRSESystemType[] systemTypes) ^^^^^^^^^^^ Javadoc: Missing tag for parameter systemTypes ---------- 1109. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewConnectionSelectionInputProvider.java (at line 74) public IRSESystemType[] getSystemTypes() ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1110. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewDataDragAdapter.java (at line 73) public SystemViewDataDragAdapter(ISelectionProvider provider) ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- ---------- 1111. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewDataDropAdapter.java (at line 67) public SystemViewDataDropAdapter(StructuredViewer viewer) ^^^^^^ Javadoc: Missing tag for parameter viewer ---------- 1112. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewDataDropAdapter.java (at line 227) runnable.run(new NullProgressMonitor()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method run(IProgressMonitor) from the type InternalWorkspaceJob is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/eclipse/plugins/org.eclipse.core.resources_3.3.0.v20070604.jar ---------- 1113. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewDataDropAdapter.java (at line 247) private Object getObjectFor(String str) ^^^^^^ Javadoc: Missing tag for return type ---------- 1114. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewDataDropAdapter.java (at line 247) private Object getObjectFor(String str) ^^^ Javadoc: Missing tag for parameter str ---------- ---------- 1115. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewDummyObject.java (at line 38) public static SystemViewDummyObject getInstance() ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1116. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewFilterAdapter.java (at line 306) private Object[] processPromptingFilter(ISystemFilter filter) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 1117. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewFilterAdapter.java (at line 306) private Object[] processPromptingFilter(ISystemFilter filter) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- ---------- 1118. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewFilterReferenceAdapter.java (at line 824) public static boolean isCommandFilter(ISystemFilter filter) ^^^^^^^ Javadoc: Missing tag for return type ---------- 1119. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewFilterReferenceAdapter.java (at line 824) public static boolean isCommandFilter(ISystemFilter filter) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- ---------- 1120. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 55) private Button refreshButton, getListButton; ^^^^^^^^^^^^^ The field SystemViewForm.refreshButton is never read locally ---------- 1121. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 55) private Button refreshButton, getListButton; ^^^^^^^^^^^^^ The field SystemViewForm.getListButton is never read locally ---------- 1122. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 61) private ISystemViewInputProvider inputProvider = null; ^^^^^^^^^^^^^ The field SystemViewForm.inputProvider is never read locally ---------- 1123. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 140) public ToolBarManager getToolBarManager() ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1124. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 147) public SystemView getSystemView() ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1125. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 154) public Tree getTreeControl() ^^^^ Javadoc: Missing tag for return type ---------- 1126. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 178) public void reset(ISystemViewInputProvider inputProvider) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter inputProvider ---------- 1127. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 220) public void addSelectionChangedListener(ISelectionChangedListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 1128. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 228) public void removeSelectionChangedListener(ISelectionChangedListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 1129. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 236) public void addListRequestListener(ISystemLongRunningRequestListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 1130. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 246) public void removeListRequestListener(ISystemLongRunningRequestListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 1131. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 255) public ISelection getSelection() ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1132. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 381) public boolean okToClose() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1133. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 391) * @param Number of columns the new group will contain. ^^^^^^ Javadoc: Parameter Number is not declared ---------- 1134. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 393) protected Composite prepareComposite(int numColumns, ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1135. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 393) protected Composite prepareComposite(int numColumns, ^^^^^^^^^^ Javadoc: Missing tag for parameter numColumns ---------- 1136. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 394) int horizontalSpan, int verticalSpan) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter horizontalSpan ---------- 1137. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewForm.java (at line 394) int horizontalSpan, int verticalSpan) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter verticalSpan ---------- ---------- 1138. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewLabelAndContentProvider.java (at line 92) public SystemViewLabelAndContentProvider(boolean foldersOnly, boolean filesOnly) ^^^^^^^^^^^ Javadoc: Missing tag for parameter foldersOnly ---------- 1139. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewLabelAndContentProvider.java (at line 92) public SystemViewLabelAndContentProvider(boolean foldersOnly, boolean filesOnly) ^^^^^^^^^ Javadoc: Missing tag for parameter filesOnly ---------- 1140. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewLabelAndContentProvider.java (at line 103) public void setFilterString(String filterString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 1141. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewLabelAndContentProvider.java (at line 113) public String getFilterString() ^^^^^^ Javadoc: Missing tag for return type ---------- 1142. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewLabelAndContentProvider.java (at line 133) public Viewer getViewer() ^^^^^^ Javadoc: Missing tag for return type ---------- 1143. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewLabelAndContentProvider.java (at line 184) protected ISystemViewElementAdapter getViewAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1144. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewLabelAndContentProvider.java (at line 184) protected ISystemViewElementAdapter getViewAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 1145. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewLabelAndContentProvider.java (at line 504) protected ImageDescriptor decorateImage(ImageDescriptor input, Object element) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1146. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewLabelAndContentProvider.java (at line 504) protected ImageDescriptor decorateImage(ImageDescriptor input, Object element) ^^^^^ Javadoc: Missing tag for parameter input ---------- 1147. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewLabelAndContentProvider.java (at line 504) protected ImageDescriptor decorateImage(ImageDescriptor input, Object element) ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 1148. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewLabelAndContentProvider.java (at line 516) protected String decorateText(String input, Object element) ^^^^^^ Javadoc: Missing tag for return type ---------- 1149. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewLabelAndContentProvider.java (at line 516) protected String decorateText(String input, Object element) ^^^^^ Javadoc: Missing tag for parameter input ---------- 1150. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewLabelAndContentProvider.java (at line 516) protected String decorateText(String input, Object element) ^^^^^^^ Javadoc: Missing tag for parameter element ---------- ---------- 1151. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewMenuListener.java (at line 59) public SystemViewMenuListener(boolean doOnce) ^^^^^^ Javadoc: Missing tag for parameter doOnce ---------- 1152. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewMenuListener.java (at line 67) public void setShowToolTipText(boolean set, ISystemMessageLine msgLine) ^^^ Javadoc: Missing tag for parameter set ---------- 1153. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewMenuListener.java (at line 67) public void setShowToolTipText(boolean set, ISystemMessageLine msgLine) ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- ---------- 1154. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 210) public SystemView getSystemView() ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1155. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 233) protected String getFrameName(Object element) ^^^^^^ Javadoc: Missing tag for return type ---------- 1156. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 233) protected String getFrameName(Object element) ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 1157. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 242) protected String getFrameToolTipText(Object element) ^^^^^^ Javadoc: Missing tag for return type ---------- 1158. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 242) protected String getFrameToolTipText(Object element) ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 1159. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 483) protected void handleDoubleClick(DoubleClickEvent event) { ^^^^^ Javadoc: Missing tag for parameter event ---------- 1160. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 500) protected FrameList createFrameList() ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1161. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 510) public FrameList getFrameList() ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1162. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 518) public SystemViewPartGotoActionGroup getGotoActionGroup() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1163. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 536) public IActionBars getActionBars() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1164. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 631) protected void fillLocalToolBar(boolean showConnectionActions) ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter showConnectionActions ---------- 1165. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 692) public static void populateSystemViewPulldownMenu(IMenuManager menuMgr, Shell shell, boolean showConnectionActions, IWorkbenchPart viewPart, ISelectionProvider sp) ^^^^^^^ Javadoc: Missing tag for parameter menuMgr ---------- 1166. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 692) public static void populateSystemViewPulldownMenu(IMenuManager menuMgr, Shell shell, boolean showConnectionActions, IWorkbenchPart viewPart, ISelectionProvider sp) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1167. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 692) public static void populateSystemViewPulldownMenu(IMenuManager menuMgr, Shell shell, boolean showConnectionActions, IWorkbenchPart viewPart, ISelectionProvider sp) ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter showConnectionActions ---------- 1168. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 692) public static void populateSystemViewPulldownMenu(IMenuManager menuMgr, Shell shell, boolean showConnectionActions, IWorkbenchPart viewPart, ISelectionProvider sp) ^^^^^^^^ Javadoc: Missing tag for parameter viewPart ---------- 1169. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 692) public static void populateSystemViewPulldownMenu(IMenuManager menuMgr, Shell shell, boolean showConnectionActions, IWorkbenchPart viewPart, ISelectionProvider sp) ^^ Javadoc: Missing tag for parameter sp ---------- 1170. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 761) protected ISystemViewInputProvider getInputProvider() ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1171. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 954) protected ImageDescriptor getNavigatorImageDescriptor(String relativePath) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1172. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 954) protected ImageDescriptor getNavigatorImageDescriptor(String relativePath) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter relativePath ---------- 1173. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 1093) protected String getMementoHandle(Object o, ISystemViewElementAdapter adapter) ^^^^^^ Javadoc: Missing tag for return type ---------- 1174. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 1093) protected String getMementoHandle(Object o, ISystemViewElementAdapter adapter) ^ Javadoc: Missing tag for parameter o ---------- 1175. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 1093) protected String getMementoHandle(Object o, ISystemViewElementAdapter adapter) ^^^^^^^ Javadoc: Missing tag for parameter adapter ---------- 1176. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 1113) protected void restoreState(IMemento memento) ^^^^^^^ Javadoc: Missing tag for parameter memento ---------- 1177. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 1271) protected Object getObjectFromMemento(boolean showFilterPools, boolean showFilterStrings, String memento) ^^^^^^ Javadoc: Missing tag for return type ---------- 1178. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 1271) protected Object getObjectFromMemento(boolean showFilterPools, boolean showFilterStrings, String memento) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter showFilterPools ---------- 1179. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 1271) protected Object getObjectFromMemento(boolean showFilterPools, boolean showFilterStrings, String memento) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter showFilterStrings ---------- 1180. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 1271) protected Object getObjectFromMemento(boolean showFilterPools, boolean showFilterStrings, String memento) ^^^^^^^ Javadoc: Missing tag for parameter memento ---------- 1181. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 1481) public static Vector tokenize(String inputString, String delimiter) ^^^^^^ Javadoc: Missing tag for return type ---------- 1182. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 1481) public static Vector tokenize(String inputString, String delimiter) ^^^^^^^^^^^ Javadoc: Missing tag for parameter inputString ---------- 1183. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 1481) public static Vector tokenize(String inputString, String delimiter) ^^^^^^^^^ Javadoc: Missing tag for parameter delimiter ---------- 1184. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 1847) protected void saveInputState(IMemento memento) ^^^^^^^ Javadoc: Missing tag for parameter memento ---------- 1185. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 1885) public void registerWithManager(IAdapterManager manager, Object input) ^^^^^^^ Javadoc: Missing tag for parameter manager ---------- 1186. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 1885) public void registerWithManager(IAdapterManager manager, Object input) ^^^^^ Javadoc: Missing tag for parameter input ---------- 1187. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPart.java (at line 1896) public void unregisterWithManager(IAdapterManager manager) ^^^^^^^ Javadoc: Missing tag for parameter manager ---------- ---------- 1188. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPartGotoActionGroup.java (at line 49) public SystemViewPartGotoActionGroup(SystemViewPart viewPart) ^^^^^^^^ Javadoc: Missing tag for parameter viewPart ---------- 1189. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewPartGotoActionGroup.java (at line 58) public SystemViewPart getSystemViewPart() ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1190. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewSubSystemAdapter.java (at line 288) private SystemInheritablePropertyData setUserIdPropertyData(SystemInheritablePropertyData data, ISubSystem subsys) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1191. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewSubSystemAdapter.java (at line 288) private SystemInheritablePropertyData setUserIdPropertyData(SystemInheritablePropertyData data, ISubSystem subsys) ^^^^ Javadoc: Missing tag for parameter data ---------- 1192. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewSubSystemAdapter.java (at line 288) private SystemInheritablePropertyData setUserIdPropertyData(SystemInheritablePropertyData data, ISubSystem subsys) ^^^^^^ Javadoc: Missing tag for parameter subsys ---------- 1193. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewSubSystemAdapter.java (at line 345) private String getPortString(ISubSystem ss) ^^^^^^ Javadoc: Missing tag for return type ---------- 1194. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewSubSystemAdapter.java (at line 345) private String getPortString(ISubSystem ss) ^^ Javadoc: Missing tag for parameter ss ---------- 1195. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewSubSystemAdapter.java (at line 485) private void updateUserId(ISubSystem subsys, SystemInheritablePropertyData data) ^^^^^^ Javadoc: Missing tag for parameter subsys ---------- 1196. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewSubSystemAdapter.java (at line 485) private void updateUserId(ISubSystem subsys, SystemInheritablePropertyData data) ^^^^ Javadoc: Missing tag for parameter data ---------- 1197. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewSubSystemAdapter.java (at line 515) private void updatePort(ISubSystem subsys, String data) ^^^^^^ Javadoc: Missing tag for parameter subsys ---------- 1198. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemViewSubSystemAdapter.java (at line 515) private void updatePort(ISubSystem subsys, String data) ^^^^ Javadoc: Missing tag for parameter data ---------- ---------- 1199. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 177) public SystemScratchpadView(Tree tableTree, ISystemMessageLine msgLine) ^^^^^^^^^ Javadoc: Missing tag for parameter tableTree ---------- 1200. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 177) public SystemScratchpadView(Tree tableTree, ISystemMessageLine msgLine) ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- 1201. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 235) public Menu getContextMenu() ^^^^ Javadoc: Missing tag for return type ---------- 1202. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 242) public MenuManager getContextMenuManager() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1203. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 275) protected ISystemViewElementAdapter getViewAdapter(Object obj) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1204. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 275) protected ISystemViewElementAdapter getViewAdapter(Object obj) ^^^ Javadoc: Missing tag for parameter obj ---------- 1205. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 546) private String getRemoteResourceAbsoluteName(Object remoteResource) ^^^^^^ Javadoc: Missing tag for return type ---------- 1206. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 546) private String getRemoteResourceAbsoluteName(Object remoteResource) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteResource ---------- 1207. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 566) public void displayMessage(String msg) ^^^ Javadoc: Missing tag for parameter msg ---------- 1208. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 692) protected PropertyDialogAction getPropertyDialogAction() ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1209. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 707) protected IAction getSelectAllAction() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1210. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 718) protected IAction getRenameAction() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1211. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 728) protected IAction getDeleteAction() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1212. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 754) protected IAction getRefreshAction() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1213. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 774) protected SystemOpenExplorerPerspectiveAction getOpenToPerspectiveAction() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1214. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 979) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1215. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 979) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 1216. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 1219) protected boolean showRefresh() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1217. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/scratchpad/SystemScratchpadView.java (at line 1230) public boolean sameParent() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1218. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/search/SystemSearchViewContentProvider.java (at line 161) * @param the object ^^^ Javadoc: Parameter the is not declared ---------- 1219. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/search/SystemSearchViewContentProvider.java (at line 164) public ISystemViewElementAdapter getViewAdapter(Object element) ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 1220. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/search/SystemSearchViewContentProvider.java (at line 170) * @param ViewPart of this provider ^^^^^^^^ Javadoc: Parameter ViewPart is not declared ---------- 1221. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/search/SystemSearchViewContentProvider.java (at line 172) public void setViewPart(ViewPart viewPart) ^^^^^^^^ Javadoc: Missing tag for parameter viewPart ---------- ---------- 1222. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/search/SystemSearchViewLabelProvider.java (at line 87) * @param the object ^^^ Javadoc: Parameter the is not declared ---------- 1223. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/search/SystemSearchViewLabelProvider.java (at line 90) public ISystemViewElementAdapter getViewAdapter(Object element) ^^^^^^^ Javadoc: Missing tag for parameter element ---------- ---------- 1224. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/search/SystemSearchViewPart.java (at line 1050) public boolean sameParent() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1225. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemResourceAdaptableProfile.java (at line 31) public SystemResourceAdaptableProfile(ISystemProfile profile) ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- ---------- 1226. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamView.java (at line 56) public SystemTeamView(Composite parent, SystemTeamViewPart teamViewPart) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter teamViewPart ---------- 1227. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamView.java (at line 67) public SystemTeamView(Composite parent, int style, SystemTeamViewPart teamViewPart) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter teamViewPart ---------- 1228. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamView.java (at line 77) public SystemTeamView(Tree tree, SystemTeamViewPart teamViewPart) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter teamViewPart ---------- 1229. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamView.java (at line 87) public SystemTeamViewPart getTeamViewPart() ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1230. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamView.java (at line 96) public Object[] getElementNodes(Object element) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 1231. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamView.java (at line 96) public Object[] getElementNodes(Object element) ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 1232. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamView.java (at line 108) public Object[] getElementNodes(TreeItem item) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 1233. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamView.java (at line 108) public Object[] getElementNodes(TreeItem item) ^^^^ Javadoc: Missing tag for parameter item ---------- 1234. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamView.java (at line 127) public TreeItem findTreeItem(Object dataObject) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 1235. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamView.java (at line 127) public TreeItem findTreeItem(Object dataObject) ^^^^^^^^^^ Javadoc: Missing tag for parameter dataObject ---------- 1236. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamView.java (at line 138) public TreeItem findChildTreeItem(TreeItem parentItem, Object dataObject) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 1237. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamView.java (at line 138) public TreeItem findChildTreeItem(TreeItem parentItem, Object dataObject) ^^^^^^^^^^ Javadoc: Missing tag for parameter parentItem ---------- 1238. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamView.java (at line 138) public TreeItem findChildTreeItem(TreeItem parentItem, Object dataObject) ^^^^^^^^^^ Javadoc: Missing tag for parameter dataObject ---------- ---------- 1239. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewActiveProfileAction.java (at line 23) import org.eclipse.rse.internal.core.model.SystemProfileManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1240. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewActiveProfileAction.java (at line 46) public SystemTeamViewActiveProfileAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1241. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewActiveProfileAction.java (at line 65) ISystemProfileManager mgr = SystemProfileManager.getDefault(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1242. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewActiveProfileAction.java (at line 65) ISystemProfileManager mgr = SystemProfileManager.getDefault(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDefault() from the type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- ---------- 1243. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewCategoryAdapter.java (at line 161) private SystemTeamViewSubSystemConfigurationNode[] createSubSystemConfigurationNodes(ISystemProfile profile, SystemTeamViewCategoryNode category) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1244. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewCategoryAdapter.java (at line 161) private SystemTeamViewSubSystemConfigurationNode[] createSubSystemConfigurationNodes(ISystemProfile profile, SystemTeamViewCategoryNode category) ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 1245. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewCategoryAdapter.java (at line 161) private SystemTeamViewSubSystemConfigurationNode[] createSubSystemConfigurationNodes(ISystemProfile profile, SystemTeamViewCategoryNode category) ^^^^^^^^ Javadoc: Missing tag for parameter category ---------- ---------- 1246. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewCategoryNode.java (at line 45) public SystemTeamViewCategoryNode(ISystemProfile profile) ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 1247. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewCategoryNode.java (at line 140) public String getDescription() ^^^^^^ Javadoc: Missing tag for return type ---------- 1248. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewCategoryNode.java (at line 148) public void setDescription(String string) ^^^^^^ Javadoc: Missing tag for parameter string ---------- ---------- 1249. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewContentProvider.java (at line 211) protected ISystemViewElementAdapter getSystemViewAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1250. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewContentProvider.java (at line 211) protected ISystemViewElementAdapter getSystemViewAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- ---------- 1251. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewInputProvider.java (at line 27) import org.eclipse.rse.internal.core.model.SystemProfileManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1252. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewInputProvider.java (at line 52) public Object[] getRoots() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 1253. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewInputProvider.java (at line 54) ISystemProfile[] roots = SystemProfileManager.getDefault().getSystemProfiles(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1254. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewInputProvider.java (at line 54) ISystemProfile[] roots = SystemProfileManager.getDefault().getSystemProfiles(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDefault() from the type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1255. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewInputProvider.java (at line 54) ISystemProfile[] roots = SystemProfileManager.getDefault().getSystemProfiles(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSystemProfiles() from the type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- ---------- 1256. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewLabelProvider.java (at line 66) public SystemTeamViewLabelProvider(Viewer viewer) ^^^^^^ Javadoc: Missing tag for parameter viewer ---------- 1257. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewLabelProvider.java (at line 119) private Image getImageFromImageDescriptor(ImageDescriptor descriptor) ^^^^^ Javadoc: Missing tag for return type ---------- 1258. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewLabelProvider.java (at line 119) private Image getImageFromImageDescriptor(ImageDescriptor descriptor) ^^^^^^^^^^ Javadoc: Missing tag for parameter descriptor ---------- 1259. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewLabelProvider.java (at line 181) protected ISystemViewElementAdapter getSystemViewAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1260. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewLabelProvider.java (at line 181) protected ISystemViewElementAdapter getSystemViewAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- ---------- 1261. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewMakeActiveProfileAction.java (at line 23) import org.eclipse.rse.internal.core.model.SystemProfileManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1262. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewMakeActiveProfileAction.java (at line 42) public SystemTeamViewMakeActiveProfileAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1263. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewMakeActiveProfileAction.java (at line 64) ISystemProfileManager mgr = SystemProfileManager.getDefault(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1264. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewMakeActiveProfileAction.java (at line 64) ISystemProfileManager mgr = SystemProfileManager.getDefault(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDefault() from the type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- ---------- 1265. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewMakeInActiveProfileAction.java (at line 23) import org.eclipse.rse.internal.core.model.SystemProfileManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1266. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewMakeInActiveProfileAction.java (at line 42) public SystemTeamViewMakeInActiveProfileAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1267. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewMakeInActiveProfileAction.java (at line 64) ISystemProfileManager mgr = SystemProfileManager.getDefault(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1268. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewMakeInActiveProfileAction.java (at line 64) ISystemProfileManager mgr = SystemProfileManager.getDefault(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDefault() from the type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- ---------- 1269. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 199) public IStructuredSelection getStructuredSelection() ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1270. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 384) public Shell getShell() ^^^^^ Javadoc: Missing tag for return type ---------- 1271. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 393) private void handleDoubleClick(DoubleClickEvent event) ^^^^^ Javadoc: Missing tag for parameter event ---------- 1272. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 412) protected void handleOpen(OpenEvent event) ^^^^^ Javadoc: Missing tag for parameter event ---------- 1273. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 420) private void handleKeyReleased(KeyEvent event) ^^^^^ Javadoc: Missing tag for parameter event ---------- 1274. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 432) private void handleKeyPressed(KeyEvent event) ^^^^^ Javadoc: Missing tag for parameter event ---------- 1275. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 488) private void fillContextMenu(IMenuManager menu) ^^^^ Javadoc: Missing tag for parameter menu ---------- 1276. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 550) * @param menu ^^^^ Javadoc: Parameter menu is not declared ---------- 1277. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 552) protected void addActions(SystemMenuManager ourMenu, IStructuredSelection selection) ^^^^^^^ Javadoc: Missing tag for parameter ourMenu ---------- 1278. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 552) protected void addActions(SystemMenuManager ourMenu, IStructuredSelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1279. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 601) public void createStandardGroups(IMenuManager menu) ^^^^ Javadoc: Missing tag for parameter menu ---------- 1280. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 641) private void fillProjectContextMenu(SystemMenuManager menu, IStructuredSelection selection) ^^^^ Javadoc: Missing tag for parameter menu ---------- 1281. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 641) private void fillProjectContextMenu(SystemMenuManager menu, IStructuredSelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1282. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 653) private PropertyDialogAction getPropertyDialogAction(IStructuredSelection selection) ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1283. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 653) private PropertyDialogAction getPropertyDialogAction(IStructuredSelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1284. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 663) private SystemTeamReloadAction getReloadRSEAction(IStructuredSelection selection) ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1285. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 663) private SystemTeamReloadAction getReloadRSEAction(IStructuredSelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1286. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 676) private SystemTeamViewRefreshAllAction getRefreshAllMenuAction(IStructuredSelection selection) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1287. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 676) private SystemTeamViewRefreshAllAction getRefreshAllMenuAction(IStructuredSelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1288. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 686) private SystemTeamViewRefreshAllAction getRefreshAllToolbarAction(IStructuredSelection selection) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1289. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 686) private SystemTeamViewRefreshAllAction getRefreshAllToolbarAction(IStructuredSelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1290. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 696) private SystemNewProfileAction getNewProfileAction(IStructuredSelection selection) ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1291. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 696) private SystemNewProfileAction getNewProfileAction(IStructuredSelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1292. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 710) protected IAction getDeleteAction(IStructuredSelection selection) ^^^^^^^ Javadoc: Missing tag for return type ---------- 1293. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 710) protected IAction getDeleteAction(IStructuredSelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1294. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 727) private void scrubOtherContributions(IMenuManager menuMgr) { ^^^^^^^ Javadoc: Missing tag for parameter menuMgr ---------- 1295. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 753) public TreeViewer getViewer() ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1296. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 775) protected IAdaptable getInput() ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1297. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 785) public void fillActionBars(IActionBars actionBars) ^^^^^^^^^^ Javadoc: Missing tag for parameter actionBars ---------- 1298. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 816) protected SystemCollapseAllAction getCollapseAllAction() ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1299. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 833) public void updateActionBars(IStructuredSelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1300. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 958) private boolean isModelObjectExpanded(Object object) ^^^^^^^ Javadoc: Missing tag for return type ---------- 1301. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 958) private boolean isModelObjectExpanded(Object object) ^^^^^^ Javadoc: Missing tag for parameter object ---------- 1302. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 966) private TreeItem getCategoryNodeTreeItem(ISystemProfile profile, String mementoKey) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 1303. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 966) private TreeItem getCategoryNodeTreeItem(ISystemProfile profile, String mementoKey) ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 1304. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 966) private TreeItem getCategoryNodeTreeItem(ISystemProfile profile, String mementoKey) ^^^^^^^^^^ Javadoc: Missing tag for parameter mementoKey ---------- 1305. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 1116) protected ImageDescriptor getNavigatorImageDescriptor(String relativePath) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1306. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 1116) protected ImageDescriptor getNavigatorImageDescriptor(String relativePath) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter relativePath ---------- 1307. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 1208) protected String getMementoHandle(Object o) ^^^^^^ Javadoc: Missing tag for return type ---------- 1308. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 1208) protected String getMementoHandle(Object o) ^ Javadoc: Missing tag for parameter o ---------- 1309. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 1230) protected String internalGetMementoHandleKey(Object o) ^^^^^^ Javadoc: Missing tag for return type ---------- 1310. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 1230) protected String internalGetMementoHandleKey(Object o) ^ Javadoc: Missing tag for parameter o ---------- 1311. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 1259) protected String internalGetMementoHandle(Object o) ^^^^^^ Javadoc: Missing tag for return type ---------- 1312. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 1259) protected String internalGetMementoHandle(Object o) ^ Javadoc: Missing tag for parameter o ---------- 1313. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 1277) void restoreState(IMemento memento) ^^^^^^^ Javadoc: Missing tag for parameter memento ---------- 1314. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 1372) protected Object getObjectFromMemento(String memento) ^^^^^^ Javadoc: Missing tag for return type ---------- 1315. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewPart.java (at line 1372) protected Object getObjectFromMemento(String memento) ^^^^^^^ Javadoc: Missing tag for parameter memento ---------- ---------- 1316. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewProfileAdapter.java (at line 153) private SystemTeamViewPart getTeamViewPart() ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1317. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewProfileAdapter.java (at line 230) public SystemTeamViewCategoryNode[] getCategoryChildren(ISystemProfile profile) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1318. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewProfileAdapter.java (at line 230) public SystemTeamViewCategoryNode[] getCategoryChildren(ISystemProfile profile) ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 1319. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewProfileAdapter.java (at line 273) public SystemTeamViewCategoryNode restoreCategory(ISystemProfile profile, String mementoHandle) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1320. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewProfileAdapter.java (at line 273) public SystemTeamViewCategoryNode restoreCategory(ISystemProfile profile, String mementoHandle) ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 1321. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewProfileAdapter.java (at line 273) public SystemTeamViewCategoryNode restoreCategory(ISystemProfile profile, String mementoHandle) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter mementoHandle ---------- ---------- 1322. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewRefreshAllAction.java (at line 43) public SystemTeamViewRefreshAllAction(Shell parent, SystemTeamViewPart teamView) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1323. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewRefreshAllAction.java (at line 43) public SystemTeamViewRefreshAllAction(Shell parent, SystemTeamViewPart teamView) ^^^^^^^^ Javadoc: Missing tag for parameter teamView ---------- ---------- 1324. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewResourceAdapterFactory.java (at line 43) public void registerWithManager(IAdapterManager manager) ^^^^^^^ Javadoc: Missing tag for parameter manager ---------- ---------- 1325. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewSubSystemConfigurationNode.java (at line 45) public SystemTeamViewSubSystemConfigurationNode(ISystemProfile profile, SystemTeamViewCategoryNode parentCategory, ISubSystemConfiguration ssf) ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 1326. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewSubSystemConfigurationNode.java (at line 45) public SystemTeamViewSubSystemConfigurationNode(ISystemProfile profile, SystemTeamViewCategoryNode parentCategory, ISubSystemConfiguration ssf) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentCategory ---------- 1327. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewSubSystemConfigurationNode.java (at line 45) public SystemTeamViewSubSystemConfigurationNode(ISystemProfile profile, SystemTeamViewCategoryNode parentCategory, ISubSystemConfiguration ssf) ^^^ Javadoc: Missing tag for parameter ssf ---------- 1328. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewSubSystemConfigurationNode.java (at line 166) public ISubSystemConfiguration getSubSystemConfiguration() ^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1329. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewSubSystemConfigurationNode.java (at line 174) public void setSubSystemConfiguration(ISubSystemConfiguration factory) ^^^^^^^ Javadoc: Missing tag for parameter factory ---------- 1330. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewSubSystemConfigurationNode.java (at line 182) public SystemTeamViewCategoryNode getParentCategory() ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1331. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/team/SystemTeamViewSubSystemConfigurationNode.java (at line 190) public void setParentCategory(SystemTeamViewCategoryNode node) ^^^^ Javadoc: Missing tag for parameter node ---------- ---------- 1332. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemConnectionFormCaller.java (at line 37) public Shell getShell(); ^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1333. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemDeleteTarget.java (at line 31) public boolean showDelete(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 1334. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemDeleteTarget.java (at line 35) public boolean canDelete(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 1335. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemDeleteTarget.java (at line 40) public boolean doDelete(IProgressMonitor monitor); ^^^^^^^ Javadoc: Missing tag for return type ---------- 1336. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemDeleteTarget.java (at line 40) public boolean doDelete(IProgressMonitor monitor); ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- ---------- 1337. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemMassager.java (at line 37) public String massage(String text); ^^^^^^ Javadoc: Missing tag for return type ---------- 1338. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemMassager.java (at line 37) public String massage(String text); ^^^^ Javadoc: Missing tag for parameter text ---------- ---------- 1339. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemRenameTarget.java (at line 30) public boolean showRename(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 1340. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemRenameTarget.java (at line 34) public boolean canRename(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 1341. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemRenameTarget.java (at line 40) public boolean doRename(String[] newNames); ^^^^^^^ Javadoc: Missing tag for return type ---------- 1342. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemRenameTarget.java (at line 40) public boolean doRename(String[] newNames); ^^^^^^^^ Javadoc: Missing tag for parameter newNames ---------- ---------- 1343. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemStringsInputAction.java (at line 27) public void setExistingStrings(String[] existingStrings, boolean caseSensitive); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter existingStrings ---------- 1344. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemStringsInputAction.java (at line 27) public void setExistingStrings(String[] existingStrings, boolean caseSensitive); ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- ---------- 1345. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/ISystemVerifyListener.java (at line 21) * specifically with {@link org.eclipse.rse.ui.RemoteBaseServerLauncherForm}. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.rse.ui.RemoteBaseServerLauncherForm cannot be resolved to a type ---------- ---------- 1346. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/MassagerFoldCase.java (at line 102) protected String toUpperCase(String input) ^^^^^^ Javadoc: Missing tag for return type ---------- 1347. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/MassagerFoldCase.java (at line 102) protected String toUpperCase(String input) ^^^^^ Javadoc: Missing tag for parameter input ---------- 1348. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/MassagerFoldCase.java (at line 109) protected String toLowerCase(String input) ^^^^^^ Javadoc: Missing tag for return type ---------- 1349. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/MassagerFoldCase.java (at line 109) protected String toLowerCase(String input) ^^^^^ Javadoc: Missing tag for parameter input ---------- ---------- 1350. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/MassagerFoldCaseOutsideQuotes.java (at line 90) public char[] getDelimiters() ^^^^^^ Javadoc: Missing tag for return type ---------- 1351. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/MassagerFoldCaseOutsideQuotes.java (at line 97) public char getEscapeCharacter() ^^^^ Javadoc: Missing tag for return type ---------- 1352. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/MassagerFoldCaseOutsideQuotes.java (at line 129) protected boolean hasAnyDelimiters(String input) ^^^^^^^ Javadoc: Missing tag for return type ---------- 1353. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/MassagerFoldCaseOutsideQuotes.java (at line 129) protected boolean hasAnyDelimiters(String input) ^^^^^ Javadoc: Missing tag for parameter input ---------- 1354. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/MassagerFoldCaseOutsideQuotes.java (at line 142) protected String doFolding(String input, boolean upperCase) ^^^^^^ Javadoc: Missing tag for return type ---------- 1355. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/MassagerFoldCaseOutsideQuotes.java (at line 142) protected String doFolding(String input, boolean upperCase) ^^^^^ Javadoc: Missing tag for parameter input ---------- 1356. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/MassagerFoldCaseOutsideQuotes.java (at line 142) protected String doFolding(String input, boolean upperCase) ^^^^^^^^^ Javadoc: Missing tag for parameter upperCase ---------- 1357. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/MassagerFoldCaseOutsideQuotes.java (at line 191) protected boolean isDelimiter(char currChar) ^^^^^^^ Javadoc: Missing tag for return type ---------- 1358. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/MassagerFoldCaseOutsideQuotes.java (at line 191) protected boolean isDelimiter(char currChar) ^^^^^^^^ Javadoc: Missing tag for parameter currChar ---------- ---------- 1359. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/MassagerFoldCaseUnlessQuoted.java (at line 67) public char getDelimiter() ^^^^ Javadoc: Missing tag for return type ---------- ---------- 1360. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/MassagerRemoveQuotes.java (at line 59) char quoteChar, ^^^^^^^^^ Javadoc: Missing tag for parameter quoteChar ---------- 1361. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/MassagerRemoveQuotes.java (at line 60) char charToEscape, ^^^^^^^^^^^^ Javadoc: Missing tag for parameter charToEscape ---------- 1362. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/MassagerRemoveQuotes.java (at line 61) char escapeChar, ^^^^^^^^^^ Javadoc: Missing tag for parameter escapeChar ---------- 1363. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/MassagerRemoveQuotes.java (at line 62) boolean mustBeQuoted) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter mustBeQuoted ---------- 1364. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/MassagerRemoveQuotes.java (at line 93) protected boolean isQuoted(String text) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1365. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/MassagerRemoveQuotes.java (at line 93) protected boolean isQuoted(String text) { ^^^^ Javadoc: Missing tag for parameter text ---------- 1366. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/MassagerRemoveQuotes.java (at line 104) protected boolean isLegalString(String text) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1367. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/MassagerRemoveQuotes.java (at line 104) protected boolean isLegalString(String text) { ^^^^ Javadoc: Missing tag for parameter text ---------- 1368. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/MassagerRemoveQuotes.java (at line 152) private String stripQuotes(String text) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1369. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/MassagerRemoveQuotes.java (at line 152) private String stripQuotes(String text) { ^^^^ Javadoc: Missing tag for parameter text ---------- 1370. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/MassagerRemoveQuotes.java (at line 163) private String deQuote(String text) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1371. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/MassagerRemoveQuotes.java (at line 163) private String deQuote(String text) { ^^^^ Javadoc: Missing tag for parameter text ---------- ---------- 1372. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/Mnemonics.java (at line 259) private String setUniqueMnemonic(String label, int flags, String localePattern, boolean allowDuplicates) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter localePattern ---------- 1373. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/Mnemonics.java (at line 641) public Mnemonics setOnPreferencePage(boolean page) { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1374. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/Mnemonics.java (at line 641) public Mnemonics setOnPreferencePage(boolean page) { ^^^^ Javadoc: Missing tag for parameter page ---------- 1375. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/Mnemonics.java (at line 655) public Mnemonics setOnWizardPage(boolean page) { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1376. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/Mnemonics.java (at line 655) public Mnemonics setOnWizardPage(boolean page) { ^^^^ Javadoc: Missing tag for parameter page ---------- ---------- 1377. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 55) import org.eclipse.rse.internal.core.model.SystemProfileManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1378. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 118) ISystemProfileManager profileManager = SystemProfileManager.getDefault(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1379. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 118) ISystemProfileManager profileManager = SystemProfileManager.getDefault(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDefault() from the type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1380. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 167) public static RSEUIPlugin getDefault() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1381. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 480) public SystemViewAdapterFactory getSystemViewAdapterFactory() ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1382. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 506) SystemProfileManager.clearDefault(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1383. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 506) SystemProfileManager.clearDefault(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method clearDefault() from the type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1384. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 575) protected void disconnectAll(boolean doSave) ^^^^^^ Javadoc: Missing tag for parameter doSave ---------- 1385. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 616) public boolean isSystemRegistryActive() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1386. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 635) private SystemRegistry getSystemRegistryInternal() ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1387. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 657) private SystemRegistryUI getSystemRegistryUIInternal() ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1388. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 670) public static ISystemRegistryUI getTheSystemRegistryUI() ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1389. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 679) public static ISystemProfileManager getTheSystemProfileManager() ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1390. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 681) return SystemProfileManager.getDefault(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1391. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 681) return SystemProfileManager.getDefault(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDefault() from the type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1392. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 687) public static boolean isTheSystemRegistryActive() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1393. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 703) public SystemShowPreferencesPageAction[] getShowPreferencePageActions() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1394. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 752) public static SystemMessageFile getPluginMessageFile() ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1395. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 768) public static SystemMessage getPluginMessage(String msgId) ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1396. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 784) public static SystemMessage getPluginMessage(String msgId, Object[] subsVars) ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1397. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 822) public void registerViewSupplier(ISystemViewSupplier vs) ^^ Javadoc: Missing tag for parameter vs ---------- 1398. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/RSEUIPlugin.java (at line 829) public void unRegisterViewSupplier(ISystemViewSupplier vs) ^^ Javadoc: Missing tag for parameter vs ---------- ---------- 1399. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBaseForm.java (at line 88) public void setMessageLine(ISystemMessageLine msgLine) ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- 1400. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBaseForm.java (at line 95) public ISystemMessageLine getMessageLine() ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1401. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBaseForm.java (at line 102) public void setShell(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1402. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBaseForm.java (at line 109) public Shell getShell() ^^^^^ Javadoc: Missing tag for return type ---------- 1403. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBaseForm.java (at line 119) public void setInputObject(Object inputObject) ^^^^^^^^^^^ Javadoc: Missing tag for parameter inputObject ---------- 1404. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBaseForm.java (at line 126) protected Object getInputObject() ^^^^^^ Javadoc: Missing tag for return type ---------- 1405. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBaseForm.java (at line 134) protected void setOutputObject(Object outputObject) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter outputObject ---------- 1406. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBaseForm.java (at line 141) public Object getOutputObject() ^^^^^^ Javadoc: Missing tag for return type ---------- 1407. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBaseForm.java (at line 155) public void addPageCompleteListener(ISystemPageCompleteListener l) ^ Javadoc: Missing tag for parameter l ---------- 1408. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBaseForm.java (at line 164) public void removePageCompleteListener(ISystemPageCompleteListener l) ^ Javadoc: Missing tag for parameter l ---------- 1409. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBaseForm.java (at line 175) protected void setPageComplete(boolean complete) ^^^^^^^^ Javadoc: Missing tag for parameter complete ---------- 1410. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBaseForm.java (at line 201) public abstract Control createContents(Composite parent); ^^^^^^^ Javadoc: Missing tag for return type ---------- 1411. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBaseForm.java (at line 212) protected void showErrorMessage(SystemMessage msg) ^^^ Javadoc: Missing tag for parameter msg ---------- 1412. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBaseForm.java (at line 226) protected Label addSeparatorLine(Composite parent, int nbrColumns) ^^^^^ Javadoc: Missing tag for return type ---------- 1413. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBaseForm.java (at line 226) protected Label addSeparatorLine(Composite parent, int nbrColumns) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1414. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBaseForm.java (at line 226) protected Label addSeparatorLine(Composite parent, int nbrColumns) ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- 1415. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBaseForm.java (at line 238) protected Label addFillerLine(Composite parent, int nbrColumns) ^^^^^ Javadoc: Missing tag for return type ---------- 1416. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBaseForm.java (at line 238) protected Label addFillerLine(Composite parent, int nbrColumns) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1417. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBaseForm.java (at line 238) protected Label addFillerLine(Composite parent, int nbrColumns) ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- 1418. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBaseForm.java (at line 250) protected Label addGrowableFillerLine(Composite parent, int nbrColumns) ^^^^^ Javadoc: Missing tag for return type ---------- 1419. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBaseForm.java (at line 250) protected Label addGrowableFillerLine(Composite parent, int nbrColumns) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1420. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBaseForm.java (at line 250) protected Label addGrowableFillerLine(Composite parent, int nbrColumns) ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- 1421. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBaseForm.java (at line 290) public void removePageCompleteListener(ISystemVerifyListener l) ^ Javadoc: Missing tag for parameter l ---------- ---------- 1422. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBasePlugin.java (at line 159) public static ImageDescriptor getPluginImage(Bundle bundle, String fileName) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1423. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBasePlugin.java (at line 159) public static ImageDescriptor getPluginImage(Bundle bundle, String fileName) ^^^^^^ Javadoc: Missing tag for parameter bundle ---------- 1424. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBasePlugin.java (at line 159) public static ImageDescriptor getPluginImage(Bundle bundle, String fileName) ^^^^^^^^ Javadoc: Missing tag for parameter fileName ---------- 1425. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBasePlugin.java (at line 495) public static SystemMessage getMessage(SystemMessageFile msgFile, String msgId) ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1426. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBasePlugin.java (at line 526) public static boolean printMessages(SystemMessageFile msgFile, String fullyQualifiedTargetFile) ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter fullyQualifiedTargetFile ---------- 1427. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBasePlugin.java (at line 860) public ImageDescriptor getImageDescriptorFromIDE(String relativePath) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1428. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBasePlugin.java (at line 860) public ImageDescriptor getImageDescriptorFromIDE(String relativePath) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter relativePath ---------- 1429. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBasePlugin.java (at line 893) public Logger getLogger() ^^^^^^ Javadoc: Missing tag for return type ---------- 1430. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemBasePlugin.java (at line 906) public boolean isHeadless() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1431. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 187) public void setMessageLine(ISystemMessageLine msgLine) { ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- 1432. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 197) public void setConnectionNameValidators(ISystemValidator[] v) { ^ Javadoc: Missing tag for parameter v ---------- 1433. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 204) public void setHostNameValidator(ISystemValidator v) { ^ Javadoc: Missing tag for parameter v ---------- 1434. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 211) public void setUserIdValidator(ISystemValidator v) { ^ Javadoc: Missing tag for parameter v ---------- 1435. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 218) public void setProfileNames(String[] names) { ^^^^^ Javadoc: Missing tag for parameter names ---------- 1436. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 227) public void setProfileNamePreSelection(String selection) { ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1437. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 243) public void setUserId(String userId) { ^^^^^^ Javadoc: Missing tag for parameter userId ---------- 1438. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 250) public void setCurrentlySelectedConnection(IHost connection) { ^^^^^^^^^^ Javadoc: Missing tag for parameter connection ---------- 1439. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 327) public void initializeInputFields(IHost conn, boolean updateMode) { ^^^^^^^^^^ Javadoc: Missing tag for parameter updateMode ---------- 1440. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 358) public void setConnectionName(String name) { ^^^^ Javadoc: Missing tag for parameter name ---------- 1441. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 369) public void setHostName(String name) { ^^^^ Javadoc: Missing tag for parameter name ---------- 1442. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 382) public boolean isPageComplete() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1443. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 527) protected IRunnableContext getRunnableContext() { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1444. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 540) private boolean enableOfflineCB() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1445. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 553) public IRSESystemType getSystemType() { ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1446. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 567) public String getConnectionName() { ^^^^^^ Javadoc: Missing tag for return type ---------- 1447. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 575) public String getHostName() { ^^^^^^ Javadoc: Missing tag for return type ---------- 1448. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 583) public String getDefaultUserId() { ^^^^^^ Javadoc: Missing tag for return type ---------- 1449. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 594) public boolean isWorkOffline() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1450. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 606) public String getConnectionDescription() { ^^^^^^ Javadoc: Missing tag for return type ---------- 1451. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 614) public String getProfileName() { ^^^^^^ Javadoc: Missing tag for return type ---------- 1452. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 643) public Control createContents(Composite parent, boolean updateMode, String parentHelpId) { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1453. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 643) public Control createContents(Composite parent, boolean updateMode, String parentHelpId) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentHelpId ---------- 1454. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 972) private SystemMessage validateEncoding() { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1455. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 1011) public Control getInitialFocusControl() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1456. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 1260) private void initializeUserIdField(IRSESystemType systemType, String currentUserId) { ^^^^^^^^^^ Javadoc: Missing tag for parameter systemType ---------- 1457. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 1260) private void initializeUserIdField(IRSESystemType systemType, String currentUserId) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter currentUserId ---------- 1458. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 1310) protected SystemMessage validateConnectionNameInput(boolean userTyped) { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1459. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 1310) protected SystemMessage validateConnectionNameInput(boolean userTyped) { ^^^^^^^^^ Javadoc: Missing tag for parameter userTyped ---------- 1460. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 1337) protected void internalSetConnectionName(String name) { ^^^^ Javadoc: Missing tag for parameter name ---------- 1461. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 1352) protected SystemMessage validateHostNameInput() { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1462. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 1381) protected SystemMessage validateUserIdInput() { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1463. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 1413) private void showErrorMessage(SystemMessage msg) { ^^^ Javadoc: Missing tag for parameter msg ---------- 1464. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 1432) public static ISystemValidator getConnectionNameValidator(IHost conn) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1465. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 1445) public static ISystemValidator getConnectionNameValidator(ISystemProfile profile) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1466. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemConnectionForm.java (at line 1455) public static ISystemValidator[] getConnectionNameValidators() { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1467. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemMenuManager.java (at line 62) public IMenuManager getMenuManager() ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1468. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemPreferencesManager.java (at line 231) private static String[] resolveOrderPreferenceVersusReality(String[] reality, String[] ordered) { ^^^^^^^^ Javadoc: Missing tag for return type ---------- 1469. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemPreferencesManager.java (at line 231) private static String[] resolveOrderPreferenceVersusReality(String[] reality, String[] ordered) { ^^^^^^^ Javadoc: Missing tag for parameter reality ---------- 1470. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemPreferencesManager.java (at line 231) private static String[] resolveOrderPreferenceVersusReality(String[] reality, String[] ordered) { ^^^^^^^ Javadoc: Missing tag for parameter ordered ---------- 1471. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemPreferencesManager.java (at line 302) public static boolean getRestoreStateFromCache() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1472. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemPreferencesManager.java (at line 321) public static boolean getShowFilterPools() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 1473. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemPreferencesManager.java (at line 382) public static String[] getWidgetHistory(String key) { ^^^^^^^^ Javadoc: Missing tag for return type ---------- 1474. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemPreferencesManager.java (at line 382) public static String[] getWidgetHistory(String key) { ^^^ Javadoc: Missing tag for parameter key ---------- 1475. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemPreferencesManager.java (at line 392) public static void setWidgetHistory(String key, String[] newHistory) { ^^^ Javadoc: Missing tag for parameter key ---------- 1476. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemPreferencesManager.java (at line 392) public static void setWidgetHistory(String key, String[] newHistory) { ^^^^^^^^^^ Javadoc: Missing tag for parameter newHistory ---------- ---------- 1477. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 75) public static Composite createComposite(Composite parent, int parentSpan, int numColumns, boolean border, String label, int marginSize, int spacingSize) { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1478. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 89) public static Composite createVerticalBeginComposite(Composite parent, int parentSpan, int numColumns, boolean border, String label, int marginSize, int spacingSize) { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1479. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 96) private static Composite createAlignedComposite(Composite parent, int parentSpan, int numColumns, boolean border, String label, int marginSize, int spacingSize, int verticalAlignment) { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1480. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 96) private static Composite createAlignedComposite(Composite parent, int parentSpan, int numColumns, boolean border, String label, int marginSize, int spacingSize, int verticalAlignment) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1481. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 96) private static Composite createAlignedComposite(Composite parent, int parentSpan, int numColumns, boolean border, String label, int marginSize, int spacingSize, int verticalAlignment) { ^^^^^^^^^^ Javadoc: Missing tag for parameter parentSpan ---------- 1482. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 96) private static Composite createAlignedComposite(Composite parent, int parentSpan, int numColumns, boolean border, String label, int marginSize, int spacingSize, int verticalAlignment) { ^^^^^^^^^^ Javadoc: Missing tag for parameter numColumns ---------- 1483. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 96) private static Composite createAlignedComposite(Composite parent, int parentSpan, int numColumns, boolean border, String label, int marginSize, int spacingSize, int verticalAlignment) { ^^^^^^ Javadoc: Missing tag for parameter border ---------- 1484. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 96) private static Composite createAlignedComposite(Composite parent, int parentSpan, int numColumns, boolean border, String label, int marginSize, int spacingSize, int verticalAlignment) { ^^^^^ Javadoc: Missing tag for parameter label ---------- 1485. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 96) private static Composite createAlignedComposite(Composite parent, int parentSpan, int numColumns, boolean border, String label, int marginSize, int spacingSize, int verticalAlignment) { ^^^^^^^^^^ Javadoc: Missing tag for parameter marginSize ---------- 1486. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 96) private static Composite createAlignedComposite(Composite parent, int parentSpan, int numColumns, boolean border, String label, int marginSize, int spacingSize, int verticalAlignment) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter spacingSize ---------- 1487. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 96) private static Composite createAlignedComposite(Composite parent, int parentSpan, int numColumns, boolean border, String label, int marginSize, int spacingSize, int verticalAlignment) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter verticalAlignment ---------- 1488. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 142) public static Composite createComposite(Composite parent, int numColumns) { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1489. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 157) public static Group createGroupComposite(Composite parent, int numColumns, String label) { ^^^^^ Javadoc: Missing tag for return type ---------- 1490. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 167) public static Composite createTightComposite(Composite parent, int numColumns) { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1491. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 177) public static Composite createFlushComposite(Composite parent, int numColumns) { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1492. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 188) public static Label createRigidFillerLabel(Composite parent, int span, int widthHint) { ^^^^^ Javadoc: Missing tag for return type ---------- 1493. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 209) public static Label createLabel(Composite parent, String text) { ^^^^^ Javadoc: Missing tag for return type ---------- 1494. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 219) public static Label createLabel(Composite parent, String text, int span) { ^^^^^ Javadoc: Missing tag for return type ---------- 1495. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 231) public static Label createLabel(Composite parent, String text, int span, boolean wantBorder) { ^^^^^ Javadoc: Missing tag for return type ---------- 1496. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 253) public static Label createLabel(Composite parent, String text, String tooltip) ^^^^^ Javadoc: Missing tag for return type ---------- 1497. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 268) public static Label createLabel(Composite parent, String text, String tooltip, int span, boolean wantBorder) ^^^^^ Javadoc: Missing tag for return type ---------- 1498. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 308) public static Label getLastLabel() { ^^^^^ Javadoc: Missing tag for return type ---------- 1499. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 315) public static void createSpacerLine(Composite parent, int columnSpan, boolean wantBorder) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1500. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 315) public static void createSpacerLine(Composite parent, int columnSpan, boolean wantBorder) { ^^^^^^^^^^ Javadoc: Missing tag for parameter columnSpan ---------- 1501. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 315) public static void createSpacerLine(Composite parent, int columnSpan, boolean wantBorder) { ^^^^^^^^^^ Javadoc: Missing tag for parameter wantBorder ---------- 1502. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 380) public static Label createCommandStatusLine(Composite parent, int horizontalSpan) { ^^^^^ Javadoc: Missing tag for return type ---------- 1503. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 380) public static Label createCommandStatusLine(Composite parent, int horizontalSpan) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1504. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 380) public static Label createCommandStatusLine(Composite parent, int horizontalSpan) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter horizontalSpan ---------- 1505. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 388) public static Label createCommandStatusLine(Composite parent, int horizontalSpan, int heightInLines) { ^^^^^ Javadoc: Missing tag for return type ---------- 1506. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 388) public static Label createCommandStatusLine(Composite parent, int horizontalSpan, int heightInLines) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1507. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 388) public static Label createCommandStatusLine(Composite parent, int horizontalSpan, int heightInLines) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter horizontalSpan ---------- 1508. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 388) public static Label createCommandStatusLine(Composite parent, int horizontalSpan, int heightInLines) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter heightInLines ---------- 1509. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 412) public static Text createTextField(Composite parent, Listener listener) { ^^^^ Javadoc: Missing tag for return type ---------- 1510. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 433) public static Text createTextField(Composite parent, Listener listener, String toolTip) { ^^^^ Javadoc: Missing tag for return type ---------- 1511. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 462) public static Text createReadonlyTextField(Composite parent) { ^^^^ Javadoc: Missing tag for return type ---------- 1512. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 481) public static Text createReadonlyTextField(Composite parent, String toolTip) ^^^^ Javadoc: Missing tag for return type ---------- 1513. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 512) public static Text createMultiLineTextField(Composite parent, Listener listener, int heightHint) { ^^^^ Javadoc: Missing tag for return type ---------- 1514. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 512) public static Text createMultiLineTextField(Composite parent, Listener listener, int heightHint) { ^^^^^^^^^^ Javadoc: Missing tag for parameter heightHint ---------- 1515. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 537) public static Text createMultiLineLabeledTextField(Composite parent, Listener listener, String labelString, String tooltip, int heightHint) { ^^^^^^^^^^ Javadoc: Missing tag for parameter heightHint ---------- 1516. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 552) public static Button createCheckBox(Composite group, String label, Listener listener) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1517. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 565) public static Button createCheckBox(Composite group, int horizontalSpan, String label, Listener listener) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1518. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 587) public static Button createCheckBox(Composite group, Listener listener, String label, String tooltip) ^^^^^^ Javadoc: Missing tag for return type ---------- 1519. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 604) public static Button createCheckBox(Composite group, int horizontalSpan, Listener listener, String label, String tooltip) ^^^^^^ Javadoc: Missing tag for return type ---------- 1520. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 619) public static Button createRadioButton(Composite group, String label, Listener listener) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1521. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 641) public static Button createRadioButton(Composite group, Listener listener, String label, String tooltip) ^^^^^^ Javadoc: Missing tag for return type ---------- 1522. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 656) public static Button createRadioButton(Composite group, Listener listener, String label) ^^^^^^ Javadoc: Missing tag for return type ---------- 1523. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 670) public static Button createImageButton(Composite group, Image image, Listener listener) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1524. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 690) public static Button createPushButton(Composite group, String label, Listener listener) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1525. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 711) public static Button createPushButton(Composite group, String label, Listener listener, String tooltip) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1526. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 725) public static Button createPushButton(Composite group, Listener listener, String label, String tooltip) ^^^^^^ Javadoc: Missing tag for return type ---------- 1527. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 739) public static Button createBrowseButton(Composite group, Listener listener) ^^^^^^ Javadoc: Missing tag for return type ---------- 1528. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 753) public static Button createBrowseButton(Composite group, Listener listener, String tooltip) { ^^^^^^ Javadoc: Missing tag for return type ---------- 1529. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 789) public static List createListBox(Composite group, String label, Listener listener, boolean multiSelect) { ^^^^ Javadoc: Missing tag for return type ---------- 1530. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 803) public static List createListBox(Composite group, String label, Listener listener, boolean multiSelect, int columnSpan) { ^^^^ Javadoc: Missing tag for return type ---------- 1531. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 842) public static List createListBox(Composite group, String label, Listener listener, boolean multiSelect, String tooltip) { ^^^^ Javadoc: Missing tag for return type ---------- 1532. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 858) public static List createListBox(Composite group, Listener listener, boolean multiSelect, String label, String tooltip) { ^^^^ Javadoc: Missing tag for return type ---------- 1533. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 872) public static Combo createCombo(Composite parent, Listener listener) { ^^^^^ Javadoc: Missing tag for return type ---------- 1534. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 882) private static Combo createCombo(Composite parent, int style) { ^^^^^ Javadoc: Missing tag for return type ---------- 1535. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 882) private static Combo createCombo(Composite parent, int style) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1536. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 882) private static Combo createCombo(Composite parent, int style) { ^^^^^ Javadoc: Missing tag for parameter style ---------- 1537. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 903) public static Combo createCombo(Composite parent, Listener listener, String toolTip) ^^^^^ Javadoc: Missing tag for return type ---------- 1538. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 939) public static Combo createReadonlyCombo(Composite parent, Listener listener) { ^^^^^ Javadoc: Missing tag for return type ---------- 1539. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 955) public static Combo createReadonlyCombo(Composite parent, Listener listener, String tooltip) ^^^^^ Javadoc: Missing tag for return type ---------- 1540. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1000) public static SystemHistoryCombo createHistoryCombo(Composite parent, SelectionListener listener, String historyKey, boolean readonly, String tooltip) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1541. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1059) public static SystemHostCombo createConnectionCombo(Composite parent, SelectionListener listener, IRSESystemType[] systemTypes, ISubSystemConfiguration factory, String factoryId, String factoryCategory, IHost defaultConnection, int horizontalSpan, boolean newButton) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1542. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1207) public static Combo createHostNameCombo(Composite parent, Listener listener, IRSESystemType systemType) { ^^^^^ Javadoc: Missing tag for return type ---------- 1543. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1207) public static Combo createHostNameCombo(Composite parent, Listener listener, IRSESystemType systemType) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1544. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1207) public static Combo createHostNameCombo(Composite parent, Listener listener, IRSESystemType systemType) { ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 1545. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1207) public static Combo createHostNameCombo(Composite parent, Listener listener, IRSESystemType systemType) { ^^^^^^^^^^ Javadoc: Missing tag for parameter systemType ---------- 1546. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1239) public static void lineUpPrompts(Composite composite) { ^^^^^^^^^ Javadoc: Missing tag for parameter composite ---------- 1547. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1299) public static Label getFirstColumnOneLabel(Composite composite) { ^^^^^ Javadoc: Missing tag for return type ---------- 1548. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1299) public static Label getFirstColumnOneLabel(Composite composite) { ^^^^^^^^^ Javadoc: Missing tag for parameter composite ---------- 1549. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1337) public static Mnemonics setMnemonics(Composite parent) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1550. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1346) public static Mnemonics setMnemonics(Composite parent, boolean applyToPrecedingLabels) { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1551. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1346) public static Mnemonics setMnemonics(Composite parent, boolean applyToPrecedingLabels) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1552. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1346) public static Mnemonics setMnemonics(Composite parent, boolean applyToPrecedingLabels) { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter applyToPrecedingLabels ---------- 1553. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1356) public static Mnemonics setWizardPageMnemonics(Composite parent) { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1554. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1356) public static Mnemonics setWizardPageMnemonics(Composite parent) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1555. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1366) public static Mnemonics setWizardPageMnemonics(Composite parent, boolean applyToPrecedingLabels) { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1556. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1366) public static Mnemonics setWizardPageMnemonics(Composite parent, boolean applyToPrecedingLabels) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1557. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1366) public static Mnemonics setWizardPageMnemonics(Composite parent, boolean applyToPrecedingLabels) { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter applyToPrecedingLabels ---------- 1558. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1377) public static Mnemonics setPreferencePageMnemonics(Composite parent) { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1559. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1377) public static Mnemonics setPreferencePageMnemonics(Composite parent) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1560. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1387) public static Mnemonics setPreferencePageMnemonics(Composite parent, boolean applyToPrecedingLabels) { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1561. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1387) public static Mnemonics setPreferencePageMnemonics(Composite parent, boolean applyToPrecedingLabels) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1562. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1387) public static Mnemonics setPreferencePageMnemonics(Composite parent, boolean applyToPrecedingLabels) { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter applyToPrecedingLabels ---------- 1563. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1399) public static Mnemonics setMnemonics(Mnemonics mnemonics, Composite parent) { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1564. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1399) public static Mnemonics setMnemonics(Mnemonics mnemonics, Composite parent) { ^^^^^^^^^ Javadoc: Missing tag for parameter mnemonics ---------- 1565. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1399) public static Mnemonics setMnemonics(Mnemonics mnemonics, Composite parent) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1566. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1431) public static void setCompositeHelp(Composite parent, String helpID) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1567. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1431) public static void setCompositeHelp(Composite parent, String helpID) { ^^^^^^ Javadoc: Missing tag for parameter helpID ---------- 1568. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1440) public static void setHelp(Control c, IViewPart view, Object id) { ^ Javadoc: Missing tag for parameter c ---------- 1569. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1440) public static void setHelp(Control c, IViewPart view, Object id) { ^^^^ Javadoc: Missing tag for parameter view ---------- 1570. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1440) public static void setHelp(Control c, IViewPart view, Object id) { ^^ Javadoc: Missing tag for parameter id ---------- 1571. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1450) public static void setHelp(Control c, String id) { ^ Javadoc: Missing tag for parameter c ---------- 1572. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1450) public static void setHelp(Control c, String id) { ^^ Javadoc: Missing tag for parameter id ---------- 1573. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1457) public static void setHelp(IAction c, String id) { ^ Javadoc: Missing tag for parameter c ---------- 1574. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1457) public static void setHelp(IAction c, String id) { ^^ Javadoc: Missing tag for parameter id ---------- 1575. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1466) public static void setHelp(MenuItem c, String id) { ^ Javadoc: Missing tag for parameter c ---------- 1576. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemWidgetHelpers.java (at line 1466) public static void setHelp(MenuItem c, String id) { ^^ Javadoc: Missing tag for parameter id ---------- ---------- 1577. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/DisplaySystemMessageAction.java (at line 60) public int getReturnCode() { ^^^ Javadoc: Missing tag for return type ---------- ---------- 1578. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/ISystemAction.java (at line 38) public void setHelp(String id); ^^ Javadoc: Missing tag for parameter id ---------- 1579. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/ISystemAction.java (at line 43) public void setContextMenuGroup(String group); ^^^^^ Javadoc: Missing tag for parameter group ---------- 1580. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/ISystemAction.java (at line 47) public void allowOnMultipleSelection(boolean allow); ^^^^^ Javadoc: Missing tag for parameter allow ---------- 1581. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/ISystemAction.java (at line 52) public void setSelectionSensitive(boolean sensitive); ^^^^^^^^^ Javadoc: Missing tag for parameter sensitive ---------- 1582. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/ISystemAction.java (at line 60) public void setShell(Shell shell); ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1583. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/ISystemAction.java (at line 65) public void setViewer(Viewer v); ^ Javadoc: Missing tag for parameter v ---------- 1584. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/ISystemAction.java (at line 70) public void setSelection(ISelection selection); ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1585. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/ISystemAction.java (at line 74) public void setInputs(Shell shell, Viewer v, ISelection selection); ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1586. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/ISystemAction.java (at line 74) public void setInputs(Shell shell, Viewer v, ISelection selection); ^ Javadoc: Missing tag for parameter v ---------- 1587. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/ISystemAction.java (at line 74) public void setInputs(Shell shell, Viewer v, ISelection selection); ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1588. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/ISystemAction.java (at line 83) public String getHelpContextId(); ^^^^^^ Javadoc: Missing tag for return type ---------- 1589. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/ISystemAction.java (at line 87) public Shell getShell(); ^^^^^ Javadoc: Missing tag for return type ---------- 1590. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/ISystemAction.java (at line 92) public Viewer getViewer(); ^^^^^^ Javadoc: Missing tag for return type ---------- 1591. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/ISystemAction.java (at line 96) public IStructuredSelection getSelection(); ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1592. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/ISystemAction.java (at line 101) public String getContextMenuGroup(); ^^^^^^ Javadoc: Missing tag for return type ---------- 1593. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/ISystemAction.java (at line 106) public boolean isSelectionSensitive(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 1594. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/ISystemAction.java (at line 110) public boolean isDummy(); ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1595. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/ISystemCopyTargetSelectionCallback.java (at line 31) public boolean isValidTargetParent(SystemSimpleContentElement selectedElement); ^^^^^^^ Javadoc: Missing tag for return type ---------- 1596. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/ISystemCopyTargetSelectionCallback.java (at line 31) public boolean isValidTargetParent(SystemSimpleContentElement selectedElement); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedElement ---------- ---------- 1597. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/ISystemDialogAction.java (at line 40) public void setValue(Object value); ^^^^^ Javadoc: Missing tag for parameter value ---------- 1598. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/ISystemDialogAction.java (at line 45) public void setProcessAllSelections(boolean all); ^^^ Javadoc: Missing tag for parameter all ---------- 1599. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/ISystemDialogAction.java (at line 50) public Object getValue(); ^^^^^^ Javadoc: Missing tag for return type ---------- 1600. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/ISystemDialogAction.java (at line 56) public boolean wasCancelled(); ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1601. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseAction.java (at line 252) public void setBusyCursor(boolean setBusy) ^^^^^^^ Javadoc: Missing tag for parameter setBusy ---------- 1602. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseAction.java (at line 284) public static void setDisplayCursor(Shell shell, Cursor c) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1603. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseAction.java (at line 301) protected void setTracing(boolean tracing) ^^^^^^^ Javadoc: Missing tag for parameter tracing ---------- 1604. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseAction.java (at line 309) protected void setTracing(String tracingClassTarget) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter tracingClassTarget ---------- 1605. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseAction.java (at line 317) protected void issueTraceMessage(String msg) ^^^ Javadoc: Missing tag for parameter msg ---------- 1606. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseAction.java (at line 332) protected ISystemViewElementAdapter getViewAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1607. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseAction.java (at line 332) protected ISystemViewElementAdapter getViewAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 1608. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseAction.java (at line 340) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1609. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseAction.java (at line 340) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 1610. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseAction.java (at line 460) public void setSelectionProvider(ISelectionProvider provider) ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- 1611. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseAction.java (at line 529) public boolean updateSelection(IStructuredSelection selection) ^^^^^^^ Javadoc: Missing tag for return type ---------- 1612. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseAction.java (at line 529) public boolean updateSelection(IStructuredSelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1613. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseAction.java (at line 546) public boolean checkObjectType(Object selectedObject) ^^^^^^^ Javadoc: Missing tag for return type ---------- 1614. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseAction.java (at line 546) public boolean checkObjectType(Object selectedObject) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedObject ---------- 1615. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseAction.java (at line 599) protected Shell getShell(boolean doTest) ^^^^^ Javadoc: Missing tag for return type ---------- 1616. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseAction.java (at line 599) protected Shell getShell(boolean doTest) ^^^^^^ Javadoc: Missing tag for parameter doTest ---------- 1617. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseAction.java (at line 606) private Shell internalGetShell(boolean doTest) ^^^^^ Javadoc: Missing tag for return type ---------- 1618. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseAction.java (at line 606) private Shell internalGetShell(boolean doTest) ^^^^^^ Javadoc: Missing tag for parameter doTest ---------- 1619. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseAction.java (at line 666) protected ISystemTree getCurrentTreeView() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1620. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseAction.java (at line 696) public ISelectionProvider getSelectionProvider() ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1621. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseAction.java (at line 718) protected Object getFirstSelection() ^^^^^^ Javadoc: Missing tag for return type ---------- 1622. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseAction.java (at line 738) protected Object getNextSelection() ^^^^^^ Javadoc: Missing tag for return type ---------- 1623. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseAction.java (at line 796) public void setAvailableOffline(boolean availableOffline) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter availableOffline ---------- 1624. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseAction.java (at line 805) public void setHost(IHost connection) ^^^^^^^^^^ Javadoc: Missing tag for parameter connection ---------- 1625. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseAction.java (at line 813) public IHost getSystemConnection() ^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1626. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 29) import org.eclipse.rse.internal.core.model.SystemProfileManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1627. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 92) mgr = SystemProfileManager.getDefault(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1628. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 92) mgr = SystemProfileManager.getDefault(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDefault() from the type SystemProfileManager is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 1629. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 148) protected String getPromptString() ^^^^^^ Javadoc: Missing tag for return type ---------- 1630. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 216) protected IRunnableContext getRunnableContext() ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1631. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 227) protected Object getTargetContainer(Dialog dlg) ^^^^^^ Javadoc: Missing tag for return type ---------- 1632. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 227) protected Object getTargetContainer(Dialog dlg) ^^^ Javadoc: Missing tag for parameter dlg ---------- 1633. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 241) protected boolean preCheckForCollision() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1634. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 267) protected boolean preCheckForCollision(Shell shell, Object targetContainer, ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1635. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 267) protected boolean preCheckForCollision(Shell shell, Object targetContainer, ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetContainer ---------- 1636. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 268) Object oldObject, String oldName) ^^^^^^^^^ Javadoc: Missing tag for parameter oldObject ---------- 1637. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 268) Object oldObject, String oldName) ^^^^^^^ Javadoc: Missing tag for parameter oldName ---------- 1638. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 340) protected SystemMessage getCopyingMessage() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1639. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 350) protected SystemMessage getCopyingMessage(String oldName) ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1640. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 350) protected SystemMessage getCopyingMessage(String oldName) ^^^^^^^ Javadoc: Missing tag for parameter oldName ---------- 1641. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 364) protected abstract boolean doCopy(Object targetContainer, Object oldObject, String newName, IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for return type ---------- 1642. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 364) protected abstract boolean doCopy(Object targetContainer, Object oldObject, String newName, IProgressMonitor monitor) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetContainer ---------- 1643. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 364) protected abstract boolean doCopy(Object targetContainer, Object oldObject, String newName, IProgressMonitor monitor) ^^^^^^^^^ Javadoc: Missing tag for parameter oldObject ---------- 1644. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 364) protected abstract boolean doCopy(Object targetContainer, Object oldObject, String newName, IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 1645. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 364) protected abstract boolean doCopy(Object targetContainer, Object oldObject, String newName, IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 1646. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 365) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 1647. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 371) public SystemMessage getCompletionMessage(Object targetContainer, String[] oldNames, String[] newNames) ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1648. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 371) public SystemMessage getCompletionMessage(Object targetContainer, String[] oldNames, String[] newNames) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetContainer ---------- 1649. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 371) public SystemMessage getCompletionMessage(Object targetContainer, String[] oldNames, String[] newNames) ^^^^^^^^ Javadoc: Missing tag for parameter oldNames ---------- 1650. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 371) public SystemMessage getCompletionMessage(Object targetContainer, String[] oldNames, String[] newNames) ^^^^^^^^ Javadoc: Missing tag for parameter newNames ---------- 1651. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 379) protected void showOperationMessage(Exception exc, Shell shell) ^^^ Javadoc: Missing tag for parameter exc ---------- 1652. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 379) protected void showOperationMessage(Exception exc, Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1653. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 394) protected void showOperationErrorMessage(Shell shell, Throwable exc) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1654. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 394) protected void showOperationErrorMessage(Shell shell, Throwable exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 1655. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 416) protected void showOperationErrorMessage(Shell shell, SystemMessageException exc) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1656. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 416) protected void showOperationErrorMessage(Shell shell, SystemMessageException exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 1657. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseCopyAction.java (at line 430) protected void showOperationCancelledMessage(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- ---------- 1658. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseDialogAction.java (at line 120) public String getDialogHelpContextId() ^^^^^^ Javadoc: Missing tag for return type ---------- 1659. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseDialogAction.java (at line 136) public boolean getNeedsProgressMonitor() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1660. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseDialogAction.java (at line 143) protected boolean wasNeedsProgressMonitorSet() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1661. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseDialogAction.java (at line 151) protected boolean getProcessAllSelections() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1662. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseDialogAction.java (at line 177) public void setDialogHelp(String id) ^^ Javadoc: Missing tag for parameter id ---------- 1663. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseDialogAction.java (at line 194) public void setNeedsProgressMonitor(boolean needs) ^^^^^ Javadoc: Missing tag for parameter needs ---------- 1664. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseDialogAction.java (at line 342) protected abstract Dialog createDialog(Shell parent); ^^^^^^ Javadoc: Missing tag for return type ---------- 1665. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseDialogAction.java (at line 342) protected abstract Dialog createDialog(Shell parent); ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1666. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseDialogAction.java (at line 357) protected abstract Object getDialogValue(Dialog dlg); ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1667. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseSubMenuAction.java (at line 63) protected SystemBaseSubMenuAction(ResourceBundle rb, String label, String tooltip,ImageDescriptor image,Shell shell) ^^ Javadoc: Missing tag for parameter rb ---------- 1668. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseSubMenuAction.java (at line 124) public void setMenuID(String Id) ^^ Javadoc: Missing tag for parameter Id ---------- 1669. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseSubMenuAction.java (at line 133) public void setCreateMenuEachTime(boolean eachTime) ^^^^^^^^ Javadoc: Missing tag for parameter eachTime ---------- 1670. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseSubMenuAction.java (at line 141) public void setPopulateMenuEachTime(boolean eachTime) ^^^^^^^^ Javadoc: Missing tag for parameter eachTime ---------- 1671. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseSubMenuAction.java (at line 149) public void setTest(boolean testMode) ^^^^^^^^ Javadoc: Missing tag for parameter testMode ---------- 1672. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseSubMenuAction.java (at line 169) public IMenuManager getSubMenu() ^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1673. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseSubMenuAction.java (at line 223) protected void createStandardGroups(IMenuManager menu) ^^^^ Javadoc: Missing tag for parameter menu ---------- 1674. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseSubMenuAction.java (at line 239) public IAction[] getActions() ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1675. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseSubMenuAction.java (at line 272) protected SystemViewMenuListener createMnemonicsListener(boolean setMnemonicsOnlyOnce) ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1676. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseSubMenuAction.java (at line 351) public void setInputsFromSubMenuManager(Shell shell, Viewer v, ISelection selection) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1677. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseSubMenuAction.java (at line 351) public void setInputsFromSubMenuManager(Shell shell, Viewer v, ISelection selection) ^ Javadoc: Missing tag for parameter v ---------- 1678. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseSubMenuAction.java (at line 351) public void setInputsFromSubMenuManager(Shell shell, Viewer v, ISelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1679. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseSubMenuAction.java (at line 377) private void cascadeSelection(ISelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- ---------- 1680. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseWizardAction.java (at line 114) public void setWizardTitle(String title) { ^^^^^ Javadoc: Missing tag for parameter title ---------- 1681. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseWizardAction.java (at line 121) public void setWizardImage(ImageDescriptor wizardImage) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter wizardImage ---------- 1682. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseWizardAction.java (at line 133) public void setWizardPageTitle(String pageTitle) { ^^^^^^^^^ Javadoc: Missing tag for parameter pageTitle ---------- 1683. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseWizardAction.java (at line 140) public String getWizardPageTitle() { ^^^^^^ Javadoc: Missing tag for return type ---------- 1684. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseWizardAction.java (at line 148) public void setMinimumPageSize(int width, int height) { ^^^^^ Javadoc: Missing tag for parameter width ---------- 1685. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseWizardAction.java (at line 148) public void setMinimumPageSize(int width, int height) { ^^^^^^ Javadoc: Missing tag for parameter height ---------- 1686. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseWizardAction.java (at line 228) protected abstract IWizard createWizard(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 1687. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemBaseWizardAction.java (at line 251) protected void postProcessWizard(IWizard wizard) { ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- ---------- 1688. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemCopyToClipboardAction.java (at line 67) public SystemCopyToClipboardAction(Shell shell, Clipboard clipboard) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1689. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemCopyToClipboardAction.java (at line 67) public SystemCopyToClipboardAction(Shell shell, Clipboard clipboard) ^^^^^^^^^ Javadoc: Missing tag for parameter clipboard ---------- ---------- 1690. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemNewConnectionAction.java (at line 165) public void restrictSystemTypes(IRSESystemType[] systemTypes) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter systemTypes ---------- ---------- 1691. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemPasteFromClipboardAction.java (at line 63) public SystemPasteFromClipboardAction(Shell shell, Clipboard clipboard) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1692. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemPasteFromClipboardAction.java (at line 63) public SystemPasteFromClipboardAction(Shell shell, Clipboard clipboard) ^^^^^^^^^ Javadoc: Missing tag for parameter clipboard ---------- ---------- 1693. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemRefreshAction.java (at line 55) public SystemRefreshAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- ---------- 1694. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemRefreshAllAction.java (at line 47) public SystemRefreshAllAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- ---------- 1695. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemTestFilterStringAction.java (at line 41) public SystemTestFilterStringAction(Shell shell, ISubSystem subsystem, String filterString) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1696. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemTestFilterStringAction.java (at line 41) public SystemTestFilterStringAction(Shell shell, ISubSystem subsystem, String filterString) ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 1697. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemTestFilterStringAction.java (at line 41) public SystemTestFilterStringAction(Shell shell, ISubSystem subsystem, String filterString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 1698. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemTestFilterStringAction.java (at line 54) public SystemTestFilterStringAction(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1699. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemTestFilterStringAction.java (at line 62) public void setSubSystem(ISubSystem subsystem) ^^^^^^^^^ Javadoc: Missing tag for parameter subsystem ---------- 1700. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/actions/SystemTestFilterStringAction.java (at line 70) public void setFilterString(String filterString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- ---------- 1701. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/EnvironmentVariablesPromptDialog.java (at line 52) public EnvironmentVariablesPromptDialog(Shell shell, String title, IRSESystemType systemType, String invalidNameChars, String[] existingNames, boolean change) { ^^^^^^^^^^ Javadoc: Missing tag for parameter systemType ---------- 1702. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/EnvironmentVariablesPromptDialog.java (at line 52) public EnvironmentVariablesPromptDialog(Shell shell, String title, IRSESystemType systemType, String invalidNameChars, String[] existingNames, boolean change) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter invalidNameChars ---------- 1703. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/EnvironmentVariablesPromptDialog.java (at line 52) public EnvironmentVariablesPromptDialog(Shell shell, String title, IRSESystemType systemType, String invalidNameChars, String[] existingNames, boolean change) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter existingNames ---------- 1704. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/EnvironmentVariablesPromptDialog.java (at line 52) public EnvironmentVariablesPromptDialog(Shell shell, String title, IRSESystemType systemType, String invalidNameChars, String[] existingNames, boolean change) { ^^^^^^ Javadoc: Missing tag for parameter change ---------- 1705. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/EnvironmentVariablesPromptDialog.java (at line 66) public EnvironmentVariablesPromptDialog(Shell shell, String title, Object inputObject, String invalidNameChars, String[] existingNames, boolean change) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter invalidNameChars ---------- 1706. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/EnvironmentVariablesPromptDialog.java (at line 66) public EnvironmentVariablesPromptDialog(Shell shell, String title, Object inputObject, String invalidNameChars, String[] existingNames, boolean change) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter existingNames ---------- 1707. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/EnvironmentVariablesPromptDialog.java (at line 66) public EnvironmentVariablesPromptDialog(Shell shell, String title, Object inputObject, String invalidNameChars, String[] existingNames, boolean change) { ^^^^^^ Javadoc: Missing tag for parameter change ---------- 1708. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/EnvironmentVariablesPromptDialog.java (at line 140) public String getName() ^^^^^^ Javadoc: Missing tag for return type ---------- 1709. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/EnvironmentVariablesPromptDialog.java (at line 148) public String getValue() ^^^^^^ Javadoc: Missing tag for return type ---------- 1710. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/EnvironmentVariablesPromptDialog.java (at line 156) public void setName(String name) ^^^^ Javadoc: Missing tag for parameter name ---------- 1711. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/EnvironmentVariablesPromptDialog.java (at line 164) public void setValue(String value) ^^^^^ Javadoc: Missing tag for parameter value ---------- ---------- 1712. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/ISystemPasswordPromptDialog.java (at line 30) public void setBlockOnOpen(boolean block); ^^^^^ Javadoc: Missing tag for parameter block ---------- 1713. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/ISystemPasswordPromptDialog.java (at line 34) public int open(); ^^^ Javadoc: Missing tag for return type ---------- 1714. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/ISystemPasswordPromptDialog.java (at line 42) public void setSystemInput(IConnectorService systemObject); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter systemObject ---------- 1715. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/ISystemPasswordPromptDialog.java (at line 46) public boolean wasCancelled(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 1716. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/ISystemPasswordPromptDialog.java (at line 50) public void setUserIdValidator(ISystemValidator v); ^ Javadoc: Missing tag for parameter v ---------- 1717. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/ISystemPasswordPromptDialog.java (at line 54) public void setPasswordValidator(ISystemValidator v); ^ Javadoc: Missing tag for parameter v ---------- 1718. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/ISystemPasswordPromptDialog.java (at line 58) public void setSignonValidator(ICredentialsValidator v); ^ Javadoc: Missing tag for parameter v ---------- 1719. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/ISystemPasswordPromptDialog.java (at line 62) public void setForceToUpperCase(boolean force); ^^^^^ Javadoc: Missing tag for parameter force ---------- 1720. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/ISystemPasswordPromptDialog.java (at line 66) public boolean getForceToUpperCase(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 1721. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/ISystemPasswordPromptDialog.java (at line 70) public String getUserId(); ^^^^^^ Javadoc: Missing tag for return type ---------- 1722. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/ISystemPasswordPromptDialog.java (at line 74) public String getPassword(); ^^^^^^ Javadoc: Missing tag for return type ---------- 1723. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/ISystemPasswordPromptDialog.java (at line 78) public void setPassword(String password); ^^^^^^^^ Javadoc: Missing tag for parameter password ---------- 1724. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/ISystemPasswordPromptDialog.java (at line 83) public void setSavePassword(boolean save); ^^^^ Javadoc: Missing tag for parameter save ---------- 1725. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/ISystemPasswordPromptDialog.java (at line 87) public boolean getIsUserIdChanged(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 1726. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/ISystemPasswordPromptDialog.java (at line 91) public boolean getIsUserIdChangePermanent(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 1727. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/ISystemPasswordPromptDialog.java (at line 95) public boolean getIsSavePassword(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 1728. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/ISystemPasswordPromptDialog.java (at line 99) public Shell getShell(); ^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1729. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/ISystemPromptDialog.java (at line 27) public void setInputObject(Object inputObject); ^^^^^^^^^^^ Javadoc: Missing tag for parameter inputObject ---------- 1730. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/ISystemPromptDialog.java (at line 32) public Object getInputObject(); ^^^^^^ Javadoc: Missing tag for return type ---------- 1731. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/ISystemPromptDialog.java (at line 38) public Object getOutputObject(); ^^^^^^ Javadoc: Missing tag for return type ---------- 1732. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/ISystemPromptDialog.java (at line 44) public void setOutputObject(Object outputObject); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter outputObject ---------- 1733. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/ISystemPromptDialog.java (at line 49) public boolean wasCancelled(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 1734. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/ISystemPromptDialog.java (at line 55) public int publicConvertWidthInCharsToPixels(int chars); ^^^ Javadoc: Missing tag for return type ---------- 1735. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/ISystemPromptDialog.java (at line 55) public int publicConvertWidthInCharsToPixels(int chars); ^^^^^ Javadoc: Missing tag for parameter chars ---------- 1736. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/ISystemPromptDialog.java (at line 61) public int publicConvertHeightInCharsToPixels(int chars); ^^^ Javadoc: Missing tag for return type ---------- 1737. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/ISystemPromptDialog.java (at line 61) public int publicConvertHeightInCharsToPixels(int chars); ^^^^^ Javadoc: Missing tag for parameter chars ---------- ---------- 1738. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/ISystemTypedObject.java (at line 32) public String getName(); ^^^^^^ Javadoc: Missing tag for return type ---------- 1739. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/ISystemTypedObject.java (at line 37) public String getType(); ^^^^^^ Javadoc: Missing tag for return type ---------- 1740. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/ISystemTypedObject.java (at line 41) public ImageDescriptor getImageDescriptor(); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1741. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemChangePasswordDialog.java (at line 191) private boolean internalGetIsSavePassword() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1742. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemChangePasswordDialog.java (at line 200) protected SystemMessage validatePasswordInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1743. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemChangePasswordDialog.java (at line 260) public boolean getIsSavePassword() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1744. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemChangePasswordDialog.java (at line 269) public void setSavePassword(boolean save) ^^^^ Javadoc: Missing tag for parameter save ---------- ---------- 1745. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemDeleteDialog.java (at line 93) public SystemDeleteDialog(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1746. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemDeleteDialog.java (at line 112) public void setWarningMessage(String msg, String tip) ^^^ Javadoc: Missing tag for parameter msg ---------- 1747. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemDeleteDialog.java (at line 112) public void setWarningMessage(String msg, String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 1748. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemDeleteDialog.java (at line 122) public void setPromptLabel(String text) ^^^^ Javadoc: Missing tag for parameter text ---------- 1749. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemDeleteDialog.java (at line 279) public SystemDeleteTableRow[] getRows() ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1750. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemDeleteDialog.java (at line 289) protected ISystemViewElementAdapter getViewAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1751. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemDeleteDialog.java (at line 289) protected ISystemViewElementAdapter getViewAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- ---------- 1752. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemDeleteTableProvider.java (at line 161) public int getRowNumber(SystemDeleteTableRow row) ^^^ Javadoc: Missing tag for return type ---------- 1753. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemDeleteTableProvider.java (at line 161) public int getRowNumber(SystemDeleteTableRow row) ^^^ Javadoc: Missing tag for parameter row ---------- ---------- 1754. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemDeleteTableRow.java (at line 126) public ImageDescriptor getImageDescriptor() ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1755. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemDeleteTableRow.java (at line 134) public Object getElement() ^^^^^^ Javadoc: Missing tag for return type ---------- 1756. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemDeleteTableRow.java (at line 141) public ISystemViewElementAdapter getViewAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1757. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemDeleteTableRow.java (at line 148) public ISystemRemoteElementAdapter getRemoteAdapter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1758. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemDeleteTableRow.java (at line 155) public boolean isRemote() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1759. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemDeleteTableRow.java (at line 165) protected ISystemViewElementAdapter getViewAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1760. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemDeleteTableRow.java (at line 165) protected ISystemViewElementAdapter getViewAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 1761. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemDeleteTableRow.java (at line 174) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1762. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemDeleteTableRow.java (at line 174) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- ---------- 1763. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPasswordPersistencePrompt.java (at line 62) public SystemPasswordPersistencePrompt(Shell shell, String title, List existingEntries, boolean change) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter existingEntries ---------- 1764. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPasswordPersistencePrompt.java (at line 62) public SystemPasswordPersistencePrompt(Shell shell, String title, List existingEntries, boolean change) { ^^^^^^ Javadoc: Missing tag for parameter change ---------- 1765. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPasswordPersistencePrompt.java (at line 232) private boolean exists(String hostname, String userID, IRSESystemType systemType) ^^^^^^^ Javadoc: Missing tag for return type ---------- 1766. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPasswordPersistencePrompt.java (at line 232) private boolean exists(String hostname, String userID, IRSESystemType systemType) ^^^^^^^^ Javadoc: Missing tag for parameter hostname ---------- 1767. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPasswordPersistencePrompt.java (at line 232) private boolean exists(String hostname, String userID, IRSESystemType systemType) ^^^^^^ Javadoc: Missing tag for parameter userID ---------- 1768. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPasswordPersistencePrompt.java (at line 232) private boolean exists(String hostname, String userID, IRSESystemType systemType) ^^^^^^^^^^ Javadoc: Missing tag for parameter systemType ---------- 1769. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPasswordPersistencePrompt.java (at line 278) public void setInputData(IRSESystemType systemtype, String hostname, String userid) ^^^^^^^^^^ Javadoc: Missing tag for parameter systemtype ---------- 1770. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPasswordPersistencePrompt.java (at line 278) public void setInputData(IRSESystemType systemtype, String hostname, String userid) ^^^^^^^^ Javadoc: Missing tag for parameter hostname ---------- 1771. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPasswordPersistencePrompt.java (at line 278) public void setInputData(IRSESystemType systemtype, String hostname, String userid) ^^^^^^ Javadoc: Missing tag for parameter userid ---------- ---------- 1772. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPasswordPromptDialog.java (at line 389) private SystemMessage checkPassword() { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1773. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 285) public SystemPromptDialog(Shell shell, String title, Object inputObject, boolean browse, boolean test, ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1774. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 285) public SystemPromptDialog(Shell shell, String title, Object inputObject, boolean browse, boolean test, ^^^^^ Javadoc: Missing tag for parameter title ---------- 1775. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 285) public SystemPromptDialog(Shell shell, String title, Object inputObject, boolean browse, boolean test, ^^^^^^^^^^^ Javadoc: Missing tag for parameter inputObject ---------- 1776. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 285) public SystemPromptDialog(Shell shell, String title, Object inputObject, boolean browse, boolean test, ^^^^^^ Javadoc: Missing tag for parameter browse ---------- 1777. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 285) public SystemPromptDialog(Shell shell, String title, Object inputObject, boolean browse, boolean test, ^^^^ Javadoc: Missing tag for parameter test ---------- 1778. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 286) Image titleImage) ^^^^^^^^^^ Javadoc: Missing tag for parameter titleImage ---------- 1779. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 319) public void setNeedsProgressMonitor(boolean needs) ^^^^^ Javadoc: Missing tag for parameter needs ---------- 1780. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 328) public void setHelp(String helpId) ^^^^^^ Javadoc: Missing tag for parameter helpId ---------- 1781. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 342) public String getHelpContextId() ^^^^^^ Javadoc: Missing tag for return type ---------- 1782. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 351) public void setHelp(Control c, String helpId) ^ Javadoc: Missing tag for parameter c ---------- 1783. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 351) public void setHelp(Control c, String helpId) ^^^^^^ Javadoc: Missing tag for parameter helpId ---------- 1784. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 399) public void setOutputObjectValidator(ISystemValidator outputObjectValidator) ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter outputObjectValidator ---------- 1785. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 407) public ICellEditorValidator getOutputObjectValidator() ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1786. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 415) public ISystemMessageLine getMessageLine() ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1787. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 446) public void setBusyCursor(boolean setBusy) ^^^^^^^ Javadoc: Missing tag for parameter setBusy ---------- 1788. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 470) public void setShowOkButton(boolean showOk) ^^^^^^ Javadoc: Missing tag for parameter showOk ---------- 1789. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 478) public void setOkButtonLabel(String label) ^^^^^ Javadoc: Missing tag for parameter label ---------- 1790. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 486) public void setOkButtonToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 1791. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 494) public void enableOkButton(boolean enable) ^^^^^^ Javadoc: Missing tag for parameter enable ---------- 1792. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 502) public Button getOkButton() ^^^^^^ Javadoc: Missing tag for return type ---------- 1793. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 510) public void setInitialOKButtonEnabledState(boolean enabled) ^^^^^^^ Javadoc: Missing tag for parameter enabled ---------- 1794. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 521) protected boolean processOK() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1795. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 532) public void setCancelButtonLabel(String label) ^^^^^ Javadoc: Missing tag for parameter label ---------- 1796. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 539) public void setCancelButtonToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 1797. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 546) public void enableCancelButton(boolean enable) ^^^^^^ Javadoc: Missing tag for parameter enable ---------- 1798. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 555) public Button getCancelOrCloseButton() ^^^^^^ Javadoc: Missing tag for return type ---------- 1799. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 565) protected boolean processCancel() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1800. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 576) public void setShowCancelAllButton(boolean showCancelAll) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter showCancelAll ---------- 1801. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 584) public void setCancelAllButtonLabel(String label) ^^^^^ Javadoc: Missing tag for parameter label ---------- 1802. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 591) public void setCancelAllButtonToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 1803. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 598) public void enableCancelAllButton(boolean enable) ^^^^^^ Javadoc: Missing tag for parameter enable ---------- 1804. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 607) public Button getCancelAllButton() ^^^^^^ Javadoc: Missing tag for return type ---------- 1805. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 617) protected boolean processCancelAll() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1806. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 628) public void setShowBrowseButton(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 1807. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 635) public void setBrowseButtonLabel(String label) ^^^^^ Javadoc: Missing tag for parameter label ---------- 1808. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 642) public void setBrowseButtonToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 1809. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 649) public void enableBrowseButton(boolean enable) ^^^^^^ Javadoc: Missing tag for parameter enable ---------- 1810. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 657) public Button getBrowseButton() ^^^^^^ Javadoc: Missing tag for return type ---------- 1811. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 666) protected boolean processBrowse() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1812. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 677) public void setShowTestButton(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 1813. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 684) public void setTestButtonLabel(String label) ^^^^^ Javadoc: Missing tag for parameter label ---------- 1814. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 691) public void setTestButtonToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 1815. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 698) public void enableTestButton(boolean enable) ^^^^^^ Javadoc: Missing tag for parameter enable ---------- 1816. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 706) public Button getTestButton() ^^^^^^ Javadoc: Missing tag for return type ---------- 1817. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 715) protected boolean processTest() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1818. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 726) public void setShowAddButton(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 1819. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 733) public void setAddButtonLabel(String label) ^^^^^ Javadoc: Missing tag for parameter label ---------- 1820. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 740) public void setAddButtonToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 1821. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 747) public void enableAddButton(boolean enable) ^^^^^^ Javadoc: Missing tag for parameter enable ---------- 1822. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 757) public Button getAddButton() ^^^^^^ Javadoc: Missing tag for return type ---------- 1823. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 766) protected boolean processAdd() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1824. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 788) public void setDetailsButtonLabel(String showLabel, String hideLabel) ^^^^^^^^^ Javadoc: Missing tag for parameter showLabel ---------- 1825. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 788) public void setDetailsButtonLabel(String showLabel, String hideLabel) ^^^^^^^^^ Javadoc: Missing tag for parameter hideLabel ---------- 1826. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 796) public void setDetailsButtonToolTipText(String showTip, String hideTip) ^^^^^^^ Javadoc: Missing tag for parameter showTip ---------- 1827. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 796) public void setDetailsButtonToolTipText(String showTip, String hideTip) ^^^^^^^ Javadoc: Missing tag for parameter hideTip ---------- 1828. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 804) public void enableDetailsButton(boolean enable) ^^^^^^ Javadoc: Missing tag for parameter enable ---------- 1829. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 814) public Button getDetailsButton() ^^^^^^ Javadoc: Missing tag for return type ---------- 1830. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 844) public Mnemonics getDialogMnemonics() ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1831. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 852) protected ISystemMessageLine createMessageLine(Composite c) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1832. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 852) protected ISystemMessageLine createMessageLine(Composite c) ^ Javadoc: Missing tag for parameter c ---------- 1833. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 913) protected abstract Control createInner(Composite parent); ^^^^^^^ Javadoc: Missing tag for return type ---------- 1834. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 913) protected abstract Control createInner(Composite parent); ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1835. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 919) protected abstract Control getInitialFocusControl(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 1836. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1115) public void setMinimumSize(int width, int height) ^^^^^ Javadoc: Missing tag for parameter width ---------- 1837. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1115) public void setMinimumSize(int width, int height) ^^^^^^ Javadoc: Missing tag for parameter height ---------- 1838. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1226) protected void applyMnemonics(Mnemonics mnemonics, Composite c) { ^^^^^^^^^ Javadoc: Missing tag for parameter mnemonics ---------- 1839. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1317) protected Button createNoShowAgainButton(Composite c) { ^ Javadoc: Missing tag for parameter c ---------- 1840. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1328) public void setPageComplete(boolean complete) ^^^^^^^^ Javadoc: Missing tag for parameter complete ---------- 1841. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1342) protected Label addSeparatorLine(Composite parent, int nbrColumns) ^^^^^ Javadoc: Missing tag for return type ---------- 1842. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1342) protected Label addSeparatorLine(Composite parent, int nbrColumns) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1843. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1342) protected Label addSeparatorLine(Composite parent, int nbrColumns) ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- 1844. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1354) protected Label addFillerLine(Composite parent, int nbrColumns) ^^^^^ Javadoc: Missing tag for return type ---------- 1845. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1354) protected Label addFillerLine(Composite parent, int nbrColumns) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1846. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1354) protected Label addFillerLine(Composite parent, int nbrColumns) ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- 1847. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1366) protected Label addGrowableFillerLine(Composite parent, int nbrColumns) ^^^^^ Javadoc: Missing tag for return type ---------- 1848. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1366) protected Label addGrowableFillerLine(Composite parent, int nbrColumns) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1849. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1366) protected Label addGrowableFillerLine(Composite parent, int nbrColumns) ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- 1850. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1621) protected MessageDialog createWizardClosingDialog() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1851. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemPromptDialog.java (at line 1779) public static void setDisplayCursor(Shell shell, Cursor c) ^^^^^ Javadoc: Missing tag for parameter shell ---------- ---------- 1852. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRemoteResourceDialog.java (at line 137) public void setMultipleSelectionMode(boolean multiple) ^^^^^^^^ Javadoc: Missing tag for parameter multiple ---------- 1853. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRemoteResourceDialog.java (at line 157) public void setSelectionTreeToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 1854. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRemoteResourceDialog.java (at line 174) public void setShowPropertySheet(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 1855. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRemoteResourceDialog.java (at line 201) public Object getSelectedObject() ^^^^^^ Javadoc: Missing tag for return type ---------- 1856. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRemoteResourceDialog.java (at line 213) public Object[] getSelectedObjects() ^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1857. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameDialog.java (at line 175) public SystemRenameDialog(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1858. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameDialog.java (at line 182) public SystemRenameDialog(Shell shell, String title) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1859. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameDialog.java (at line 182) public SystemRenameDialog(Shell shell, String title) ^^^^^ Javadoc: Missing tag for parameter title ---------- 1860. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameDialog.java (at line 192) public void setVerbiage(String verbiage) ^^^^^^^^ Javadoc: Missing tag for parameter verbiage ---------- 1861. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameDialog.java (at line 200) public void setNameValidator(ISystemValidator nameValidator) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter nameValidator ---------- 1862. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameDialog.java (at line 446) protected SystemMessage validateNameInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1863. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameDialog.java (at line 463) public boolean isPageComplete() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1864. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameDialog.java (at line 537) public SystemRenameTableRow[] getRows() ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1865. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameDialog.java (at line 545) public String[] getNewNames() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 1866. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameDialog.java (at line 591) protected ValidatorUniqueString setUniqueNameValidator(Object inputElement, ISystemValidator nameValidator) ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1867. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameDialog.java (at line 591) protected ValidatorUniqueString setUniqueNameValidator(Object inputElement, ISystemValidator nameValidator) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter inputElement ---------- 1868. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameDialog.java (at line 591) protected ValidatorUniqueString setUniqueNameValidator(Object inputElement, ISystemValidator nameValidator) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter nameValidator ---------- 1869. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameDialog.java (at line 652) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1870. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameDialog.java (at line 652) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- ---------- 1871. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 105) public SystemRenameSingleDialog(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1872. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 115) public SystemRenameSingleDialog(Shell shell, String title) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1873. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 115) public SystemRenameSingleDialog(Shell shell, String title) ^^^^^ Javadoc: Missing tag for parameter title ---------- 1874. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 144) public void setPromptLabel(String label, String tooltip) ^^^^^ Javadoc: Missing tag for parameter label ---------- 1875. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 144) public void setPromptLabel(String label, String tooltip) ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 1876. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 154) public void setCopyCollisionMode(boolean copyCollisionMode) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter copyCollisionMode ---------- 1877. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 183) public boolean getCopyCollisionMode() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1878. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 193) public void setNameValidator(ISystemValidator nameValidator) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter nameValidator ---------- 1879. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 396) protected ValidatorUniqueString getUniqueNameValidator(Object inputElement, ISystemValidator nameValidator) ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1880. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 396) protected ValidatorUniqueString getUniqueNameValidator(Object inputElement, ISystemValidator nameValidator) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter inputElement ---------- 1881. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 396) protected ValidatorUniqueString getUniqueNameValidator(Object inputElement, ISystemValidator nameValidator) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter nameValidator ---------- 1882. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 449) protected Object getInputElement(Object inputObject) ^^^^^^ Javadoc: Missing tag for return type ---------- 1883. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 449) protected Object getInputElement(Object inputObject) ^^^^^^^^^^^ Javadoc: Missing tag for parameter inputObject ---------- 1884. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 466) protected ISystemViewElementAdapter getViewAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1885. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 466) protected ISystemViewElementAdapter getViewAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 1886. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 474) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1887. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 474) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 1888. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 510) public static String trimTrailing(String text) ^^^^^^ Javadoc: Missing tag for return type ---------- 1889. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 510) public static String trimTrailing(String text) ^^^^ Javadoc: Missing tag for parameter text ---------- 1890. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 545) protected boolean checkIfWillBeFilteredOut(Object remoteObject, String newName) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteObject ---------- 1891. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 545) protected boolean checkIfWillBeFilteredOut(Object remoteObject, String newName) ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 1892. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 578) protected SystemMessage validateNameInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1893. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 592) protected SystemMessage validateNameInput(String theNewName) ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1894. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 592) protected SystemMessage validateNameInput(String theNewName) ^^^^^^^^^^ Javadoc: Missing tag for parameter theNewName ---------- 1895. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 628) public boolean isPageComplete() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1896. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 663) public String getNewName() ^^^^^^ Javadoc: Missing tag for return type ---------- 1897. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameSingleDialog.java (at line 671) public String[] getNewNameArray() ^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1898. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameTableProvider.java (at line 59) public void setNameValidator(ISystemValidator nameValidator) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter nameValidator ---------- 1899. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameTableProvider.java (at line 199) public int getRowNumber(SystemRenameTableRow row) ^^^ Javadoc: Missing tag for return type ---------- 1900. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameTableProvider.java (at line 199) public int getRowNumber(SystemRenameTableRow row) ^^^ Javadoc: Missing tag for parameter row ---------- ---------- 1901. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameTableRow.java (at line 43) public SystemRenameTableRow(Object element, int rowNbr) ^^^^^^ Javadoc: Missing tag for parameter rowNbr ---------- 1902. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameTableRow.java (at line 57) public void setNewName(String name) ^^^^ Javadoc: Missing tag for parameter name ---------- 1903. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameTableRow.java (at line 74) public static String trimTrailing(String text) ^^^^^^ Javadoc: Missing tag for return type ---------- 1904. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameTableRow.java (at line 74) public static String trimTrailing(String text) ^^^^ Javadoc: Missing tag for parameter text ---------- 1905. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameTableRow.java (at line 82) public String getNewName() ^^^^^^ Javadoc: Missing tag for return type ---------- 1906. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameTableRow.java (at line 90) public Object getParent() ^^^^^^ Javadoc: Missing tag for return type ---------- 1907. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameTableRow.java (at line 98) public void setParent(Object parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1908. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameTableRow.java (at line 114) public String getCanonicalNewName() ^^^^^^ Javadoc: Missing tag for return type ---------- 1909. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameTableRow.java (at line 131) public boolean newNameEqualsOldName() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1910. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameTableRow.java (at line 145) public int getNameLengthLimit() ^^^ Javadoc: Missing tag for return type ---------- 1911. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameTableRow.java (at line 154) public void setNameValidator(ISystemValidator nameValidator) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter nameValidator ---------- 1912. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameTableRow.java (at line 162) public void setUniqueNameValidator(ValidatorUniqueString uniqueNameValidator) ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter uniqueNameValidator ---------- 1913. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameTableRow.java (at line 174) public ISystemValidator getNameValidator() ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1914. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameTableRow.java (at line 182) public ValidatorUniqueString getUniqueNameValidator() ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1915. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameTableRow.java (at line 190) public boolean getError() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1916. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameTableRow.java (at line 197) public SystemMessage getErrorMessage() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1917. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemRenameTableRow.java (at line 205) public void setErrorMessage(SystemMessage errorMsg) ^^^^^^^^ Javadoc: Missing tag for parameter errorMsg ---------- ---------- 1918. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectAnythingDialog.java (at line 64) protected ISystemViewInputProvider getInputProvider() ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1919. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java (at line 40) *
  • {@link #setHost(IHost) or #setDefaultConnection(SystemConnection)} ^^^^^^^ Javadoc: The method setHost(IHost) is undefined for the type SystemSelectConnectionDialog ---------- 1920. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java (at line 43) *
  • {@link #setAutoExpandDepth(int)} ^^^^^^^^^^^^^^^^^^ Javadoc: The method setAutoExpandDepth(int) is undefined for the type SystemSelectConnectionDialog ---------- 1921. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java (at line 44) *
  • {@link #setRootFolder(IHost, String)} or {@link #setRootFolder(IRemoteFile)} or {@link #setPreSelection(IRemoteFile)} ^^^^^^^^^^^^^ Javadoc: The method setRootFolder(IHost, String) is undefined for the type SystemSelectConnectionDialog ---------- 1922. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java (at line 44) *
  • {@link #setRootFolder(IHost, String)} or {@link #setRootFolder(IRemoteFile)} or {@link #setPreSelection(IRemoteFile)} ^^^^^^^^^^^ Javadoc: IRemoteFile cannot be resolved to a type ---------- 1923. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java (at line 44) *
  • {@link #setRootFolder(IHost, String)} or {@link #setRootFolder(IRemoteFile)} or {@link #setPreSelection(IRemoteFile)} ^^^^^^^^^^^ Javadoc: IRemoteFile cannot be resolved to a type ---------- 1924. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java (at line 45) *
  • {@link #setFileTypes(String[])} or {@link #setFileTypes(String)} ^^^^^^^^^^^^ Javadoc: The method setFileTypes(String[]) is undefined for the type SystemSelectConnectionDialog ---------- 1925. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java (at line 45) *
  • {@link #setFileTypes(String[])} or {@link #setFileTypes(String)} ^^^^^^^^^^^^ Javadoc: The method setFileTypes(String) is undefined for the type SystemSelectConnectionDialog ---------- 1926. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java (at line 47) *
  • {@link #enableAddMode(ISystemAddFileListener)} ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: ISystemAddFileListener cannot be resolved to a type ---------- 1927. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java (at line 49) *
  • {@link #setSelectionValidator(IValidatorRemoteSelection)} ^^^^^^^^^^^^^^^^^^^^^ Javadoc: The method setSelectionValidator(IValidatorRemoteSelection) is undefined for the type SystemSelectConnectionDialog ---------- 1928. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java (at line 55) *
  • {@link #setSelectionTreeToolTipText(String)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: The method setSelectionTreeToolTipText(String) is undefined for the type SystemSelectConnectionDialog ---------- 1929. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java (at line 103) public void setDefaultConnection(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 1930. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java (at line 128) public void setShowNewConnectionPrompt(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 1931. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java (at line 135) public void setInstructionLabel(String message) ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 1932. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java (at line 148) public void setShowPropertySheet(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 1933. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java (at line 187) public void setMultipleSelectionMode(boolean multiple) ^^^^^^^^ Javadoc: Missing tag for parameter multiple ---------- 1934. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java (at line 199) public Object getSelectedObject() ^^^^^^ Javadoc: Missing tag for return type ---------- 1935. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java (at line 211) public Object[] getSelectedObjects() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 1936. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java (at line 224) public IHost getSelectedConnection() ^^^^^ Javadoc: Missing tag for return type ---------- 1937. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java (at line 231) public IHost[] getSelectedConnections() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1938. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java (at line 239) public boolean getMultipleSelectionMode() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1939. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java (at line 269) protected SystemSelectConnectionForm getForm(Shell shell) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1940. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectConnectionDialog.java (at line 269) protected SystemSelectConnectionForm getForm(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- ---------- 1941. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectFileTypesDialog.java (at line 241) protected void addUserDefinedEntries(java.util.List result) ^^^^^^ Javadoc: Missing tag for parameter result ---------- 1942. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectFileTypesDialog.java (at line 337) protected IFileEditorMapping[] getInput() ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1943. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectFileTypesDialog.java (at line 407) protected boolean validateFileType(String filename) ^^^^^^^ Javadoc: Missing tag for return type ---------- 1944. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSelectFileTypesDialog.java (at line 407) protected boolean validateFileType(String filename) ^^^^^^^^ Javadoc: Missing tag for parameter filename ---------- ---------- 1945. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleContentElement.java (at line 78) public String getName() ^^^^^^ Javadoc: Missing tag for return type ---------- 1946. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleContentElement.java (at line 86) public void setName(String name) ^^^^ Javadoc: Missing tag for parameter name ---------- 1947. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleContentElement.java (at line 94) public Object getData() ^^^^^^ Javadoc: Missing tag for return type ---------- 1948. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleContentElement.java (at line 102) public void setData(Object data) ^^^^ Javadoc: Missing tag for parameter data ---------- 1949. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleContentElement.java (at line 110) public SystemSimpleContentElement getParent() ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1950. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleContentElement.java (at line 118) public void setParent(SystemSimpleContentElement parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 1951. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleContentElement.java (at line 126) public SystemSimpleContentElement getRoot() ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1952. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleContentElement.java (at line 137) public SystemSimpleContentElement[] getChildren() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1953. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleContentElement.java (at line 145) public boolean hasChildren() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1954. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleContentElement.java (at line 153) public void setChildren(SystemSimpleContentElement[] children) ^^^^^^^^ Javadoc: Missing tag for parameter children ---------- 1955. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleContentElement.java (at line 161) public void setChildren(Vector childrenVector) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter childrenVector ---------- 1956. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleContentElement.java (at line 177) public void setSelected(boolean selected) ^^^^^^^^ Javadoc: Missing tag for parameter selected ---------- 1957. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleContentElement.java (at line 184) public boolean isSelected() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1958. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleContentElement.java (at line 193) public void setRenamable(boolean renamable) ^^^^^^^^^ Javadoc: Missing tag for parameter renamable ---------- 1959. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleContentElement.java (at line 200) public boolean isRenamable() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1960. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleContentElement.java (at line 209) public void setDeletable(boolean deletable) ^^^^^^^^^ Javadoc: Missing tag for parameter deletable ---------- 1961. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleContentElement.java (at line 216) public boolean isDeletable() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1962. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleContentElement.java (at line 224) public void setReadOnly(boolean readonly) ^^^^^^^^ Javadoc: Missing tag for parameter readonly ---------- 1963. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleContentElement.java (at line 231) public boolean isReadOnly() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1964. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleContentElement.java (at line 239) public void setImageDescriptor(ImageDescriptor imageDescriptor) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter imageDescriptor ---------- 1965. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleContentElement.java (at line 247) public ImageDescriptor getImageDescriptor() ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1966. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleContentElement.java (at line 259) public void deleteChild(SystemSimpleContentElement child) ^^^^^ Javadoc: Missing tag for parameter child ---------- 1967. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleContentElement.java (at line 281) public void addChild(SystemSimpleContentElement child, int pos) ^^^^^ Javadoc: Missing tag for parameter child ---------- 1968. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleContentElement.java (at line 281) public void addChild(SystemSimpleContentElement child, int pos) ^^^ Javadoc: Missing tag for parameter pos ---------- 1969. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleContentElement.java (at line 313) public static SystemSimpleContentElement getDataElement(SystemSimpleContentElement root, Object data) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1970. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleContentElement.java (at line 313) public static SystemSimpleContentElement getDataElement(SystemSimpleContentElement root, Object data) ^^^^ Javadoc: Missing tag for parameter root ---------- 1971. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleContentElement.java (at line 313) public static SystemSimpleContentElement getDataElement(SystemSimpleContentElement root, Object data) ^^^^ Javadoc: Missing tag for parameter data ---------- ---------- 1972. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleContentProvider.java (at line 141) protected SystemSimpleContentElement getElement(Object element) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1973. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleContentProvider.java (at line 141) protected SystemSimpleContentElement getElement(Object element) ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 1974. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleContentProvider.java (at line 149) protected Image getImageFromDescriptor(ImageDescriptor descriptor) ^^^^^ Javadoc: Missing tag for return type ---------- 1975. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleContentProvider.java (at line 149) protected Image getImageFromDescriptor(ImageDescriptor descriptor) ^^^^^^^^^^ Javadoc: Missing tag for parameter descriptor ---------- ---------- 1976. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleCopyDialog.java (at line 56) public SystemSimpleCopyDialog(Shell shell, String prompt, int mode, ISystemCopyTargetSelectionCallback caller, ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1977. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleCopyDialog.java (at line 56) public SystemSimpleCopyDialog(Shell shell, String prompt, int mode, ISystemCopyTargetSelectionCallback caller, ^^^^^^ Javadoc: Missing tag for parameter prompt ---------- 1978. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleCopyDialog.java (at line 56) public SystemSimpleCopyDialog(Shell shell, String prompt, int mode, ISystemCopyTargetSelectionCallback caller, ^^^^ Javadoc: Missing tag for parameter mode ---------- 1979. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleCopyDialog.java (at line 56) public SystemSimpleCopyDialog(Shell shell, String prompt, int mode, ISystemCopyTargetSelectionCallback caller, ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 1980. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleCopyDialog.java (at line 57) SystemSimpleContentElement copyTreeContent, SystemSimpleContentElement selection) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter copyTreeContent ---------- 1981. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleCopyDialog.java (at line 57) SystemSimpleContentElement copyTreeContent, SystemSimpleContentElement selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 1982. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleCopyDialog.java (at line 153) public SystemSimpleContentElement getSelectedElement() ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1983. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleCopyDialog.java (at line 164) public boolean isSelectionEmpty() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1984. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleCopyDialog.java (at line 227) public boolean isPageComplete() ^^^^^^^ Javadoc: Missing tag for return type ---------- 1985. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleCopyDialog.java (at line 271) public Object getTargetContainer() ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 1986. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleSelectDialog.java (at line 73) public SystemSimpleSelectDialog(Shell shell, String title, String prompt) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 1987. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleSelectDialog.java (at line 73) public SystemSimpleSelectDialog(Shell shell, String title, String prompt) ^^^^^ Javadoc: Missing tag for parameter title ---------- 1988. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleSelectDialog.java (at line 73) public SystemSimpleSelectDialog(Shell shell, String title, String prompt) ^^^^^^ Javadoc: Missing tag for parameter prompt ---------- 1989. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleSelectDialog.java (at line 83) public void setRootToPreselect(SystemSimpleContentElement preSelectedRoot) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter preSelectedRoot ---------- 1990. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleSelectDialog.java (at line 242) public void setInputObject(SystemSimpleContentElement inputObject) ^^^^^^^^^^^ Javadoc: Missing tag for parameter inputObject ---------- 1991. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleSelectDialog.java (at line 252) private void initializeInput(SystemSimpleContentElement inputObject) ^^^^^^^^^^^ Javadoc: Missing tag for parameter inputObject ---------- 1992. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleSelectDialog.java (at line 281) private SystemSimpleContentElement[] getReadOnlyElements(SystemSimpleContentElement input, Vector oldV) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1993. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleSelectDialog.java (at line 281) private SystemSimpleContentElement[] getReadOnlyElements(SystemSimpleContentElement input, Vector oldV) ^^^^^ Javadoc: Missing tag for parameter input ---------- 1994. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleSelectDialog.java (at line 281) private SystemSimpleContentElement[] getReadOnlyElements(SystemSimpleContentElement input, Vector oldV) ^^^^ Javadoc: Missing tag for parameter oldV ---------- 1995. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleSelectDialog.java (at line 308) private SystemSimpleContentElement[] getPreSelectedElements(SystemSimpleContentElement input, Vector oldV) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1996. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleSelectDialog.java (at line 308) private SystemSimpleContentElement[] getPreSelectedElements(SystemSimpleContentElement input, Vector oldV) ^^^^^ Javadoc: Missing tag for parameter input ---------- 1997. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleSelectDialog.java (at line 308) private SystemSimpleContentElement[] getPreSelectedElements(SystemSimpleContentElement input, Vector oldV) ^^^^ Javadoc: Missing tag for parameter oldV ---------- 1998. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleSelectDialog.java (at line 335) private SystemSimpleContentElement[] getPreGrayedElements(SystemSimpleContentElement input, Vector oldV) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 1999. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleSelectDialog.java (at line 335) private SystemSimpleContentElement[] getPreGrayedElements(SystemSimpleContentElement input, Vector oldV) ^^^^^ Javadoc: Missing tag for parameter input ---------- 2000. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleSelectDialog.java (at line 335) private SystemSimpleContentElement[] getPreGrayedElements(SystemSimpleContentElement input, Vector oldV) ^^^^ Javadoc: Missing tag for parameter oldV ---------- 2001. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleSelectDialog.java (at line 378) public boolean getShouldBeGrayed(SystemSimpleContentElement parent) ^^^^^^^ Javadoc: Missing tag for return type ---------- 2002. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleSelectDialog.java (at line 378) public boolean getShouldBeGrayed(SystemSimpleContentElement parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 2003. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleSelectDialog.java (at line 407) public boolean getShouldBeChecked(SystemSimpleContentElement parent) ^^^^^^^ Javadoc: Missing tag for return type ---------- 2004. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleSelectDialog.java (at line 407) public boolean getShouldBeChecked(SystemSimpleContentElement parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 2005. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleSelectDialog.java (at line 436) public SystemSimpleContentElement getUpdatedContent() ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2006. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemSimpleSelectDialog.java (at line 475) public boolean isPageComplete() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2007. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemWizardDialog.java (at line 68) public SystemWizardDialog(Shell shell, IWizard wizard) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2008. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemWizardDialog.java (at line 68) public SystemWizardDialog(Shell shell, IWizard wizard) { ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 2009. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemWizardDialog.java (at line 75) public SystemWizardDialog(Shell shell, IWizard wizard, Object inputObject) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2010. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemWizardDialog.java (at line 75) public SystemWizardDialog(Shell shell, IWizard wizard, Object inputObject) { ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 2011. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemWizardDialog.java (at line 75) public SystemWizardDialog(Shell shell, IWizard wizard, Object inputObject) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter inputObject ---------- 2012. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemWizardDialog.java (at line 123) public void setHelp(String id) { ^^ Javadoc: Missing tag for parameter id ---------- 2013. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/dialogs/SystemWizardDialog.java (at line 131) public String getHelpContextId() { ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2014. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/ISystemChangeFilterPaneEditPaneSupplier.java (at line 32) public SystemFilterStringEditPane getFilterStringEditPane(Shell shell); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2015. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/ISystemChangeFilterPaneEditPaneSupplier.java (at line 32) public SystemFilterStringEditPane getFilterStringEditPane(Shell shell); ^^^^^ Javadoc: Missing tag for parameter shell ---------- ---------- 2016. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/ISystemFilterStringEditPaneListener.java (at line 31) public void filterStringChanged(SystemMessage message); ^^^^^^^ Javadoc: Missing tag for parameter message ---------- ---------- 2017. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 127) public SystemChangeFilterPane(Shell shell, ISystemMessageLine msgLine, ISystemChangeFilterPaneEditPaneSupplier editPaneSupplier) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2018. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 127) public SystemChangeFilterPane(Shell shell, ISystemMessageLine msgLine, ISystemChangeFilterPaneEditPaneSupplier editPaneSupplier) ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- 2019. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 127) public SystemChangeFilterPane(Shell shell, ISystemMessageLine msgLine, ISystemChangeFilterPaneEditPaneSupplier editPaneSupplier) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter editPaneSupplier ---------- 2020. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 152) public void setSystemFilterPoolReferenceManagerProvider(ISystemFilterPoolReferenceManagerProvider provider) ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- 2021. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 166) public void setSystemFilterPoolManagerProvider(ISystemFilterPoolManagerProvider provider) ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- 2022. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 175) public void setParentPoolPromptLabel(String label, String tip) ^^^^^ Javadoc: Missing tag for parameter label ---------- 2023. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 175) public void setParentPoolPromptLabel(String label, String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 2024. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 183) public String getParentPoolPromptLabel() ^^^^^^ Javadoc: Missing tag for return type ---------- 2025. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 190) public String getParentPoolPromptTip() ^^^^^^ Javadoc: Missing tag for return type ---------- 2026. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 199) public void setNamePromptLabel(String label, String tip) ^^^^^ Javadoc: Missing tag for parameter label ---------- 2027. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 199) public void setNamePromptLabel(String label, String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 2028. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 207) public String getNamePromptLabel() ^^^^^^ Javadoc: Missing tag for return type ---------- 2029. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 214) public String getNamePromptTip() ^^^^^^ Javadoc: Missing tag for return type ---------- 2030. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 224) public void setListLabel(String label, String tip) ^^^^^ Javadoc: Missing tag for parameter label ---------- 2031. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 224) public void setListLabel(String label, String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 2032. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 232) public String getListLabel() ^^^^^^ Javadoc: Missing tag for return type ---------- 2033. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 239) public String getListTip() ^^^^^^ Javadoc: Missing tag for return type ---------- 2034. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 248) public void setNewListItemText(String label) ^^^^^ Javadoc: Missing tag for parameter label ---------- 2035. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 256) public String getNewListItemText() ^^^^^^ Javadoc: Missing tag for return type ---------- 2036. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 271) public void setFilterStringValidator(ISystemValidator v) ^ Javadoc: Missing tag for parameter v ---------- 2037. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 278) public ISystemValidator getFilterStringValidator() ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2038. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 287) public void setDuplicateFilterStringErrorMessage(SystemMessage msg) ^^^ Javadoc: Missing tag for parameter msg ---------- 2039. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 294) public SystemMessage getDuplicateFilterStringErrorMessage() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2040. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 302) public void setWantTestButton(boolean wantTestButton) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter wantTestButton ---------- 2041. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 309) public boolean getWantTestButton() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2042. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 317) public void setEditable(boolean editable) ^^^^^^^^ Javadoc: Missing tag for parameter editable ---------- 2043. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 325) public boolean getEditable() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2044. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 332) public void setSupportsMultipleStrings(boolean multi) ^^^^^ Javadoc: Missing tag for parameter multi ---------- 2045. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 340) public boolean getSupportsMultipleStrings() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2046. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 364) public Control getInitialFocusControl() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2047. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 449) Control editPaneComposite = editpane.createContents(rightSideComposite); ^^^^^^^^^^^^^^^^^ The local variable editPaneComposite is never read ---------- 2048. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 590) protected SystemFilterStringEditPane getFilterStringEditPane(Shell shell) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2049. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 590) protected SystemFilterStringEditPane getFilterStringEditPane(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2050. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 598) public Button getApplyButton() ^^^^^^ Javadoc: Missing tag for return type ---------- 2051. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 605) public Button getRevertButton() ^^^^^^ Javadoc: Missing tag for return type ---------- 2052. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 616) public boolean processOK() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2053. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 698) public boolean verify(boolean doSave) ^^^^^^^ Javadoc: Missing tag for return type ---------- 2054. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 742) public boolean processCancel() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2055. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 945) protected boolean isNewSelected() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2056. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 956) protected String getCurrentSelection() ^^^^^^ Javadoc: Missing tag for return type ---------- 2057. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 983) protected String createFilterString() ^^^^^^ Javadoc: Missing tag for return type ---------- 2058. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 997) protected void saveFilterString(String editedFilterString, int currSelectionIndex) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter editedFilterString ---------- 2059. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 997) protected void saveFilterString(String editedFilterString, int currSelectionIndex) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter currSelectionIndex ---------- 2060. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1094) public void fillContextMenu(IMenuManager menu) ^^^^ Javadoc: Missing tag for parameter menu ---------- 2061. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1128) public void createStandardGroups(IMenuManager menu) ^^^^ Javadoc: Missing tag for parameter menu ---------- 2062. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1140) private SystemChangeFilterActionDeleteString getDeleteAction(ISelection selection) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2063. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1140) private SystemChangeFilterActionDeleteString getDeleteAction(ISelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 2064. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1152) private SystemChangeFilterActionMoveStringUp getMoveUpAction(ISelection selection) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2065. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1152) private SystemChangeFilterActionMoveStringUp getMoveUpAction(ISelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 2066. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1163) private SystemChangeFilterActionMoveStringDown getMoveDownAction(ISelection selection) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2067. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1163) private SystemChangeFilterActionMoveStringDown getMoveDownAction(ISelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 2068. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1174) private SystemChangeFilterActionCopyString getCopyAction(ISelection selection) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2069. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1174) private SystemChangeFilterActionCopyString getCopyAction(ISelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 2070. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1185) private SystemChangeFilterActionPasteString getPasteAction(ISelection selection) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2071. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1185) private SystemChangeFilterActionPasteString getPasteAction(ISelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 2072. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1202) public boolean canDelete() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2073. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1287) public boolean canMoveUp() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2074. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1311) public boolean canMoveDown() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2075. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1336) public boolean canCopy() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2076. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1357) public boolean canPaste() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2077. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1429) public boolean compareFilterStrings(boolean caseSensitive, String filterString1, String filterString2) ^^^^^^^ Javadoc: Missing tag for return type ---------- 2078. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1429) public boolean compareFilterStrings(boolean caseSensitive, String filterString1, String filterString2) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- 2079. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1429) public boolean compareFilterStrings(boolean caseSensitive, String filterString1, String filterString2) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString1 ---------- 2080. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemChangeFilterPane.java (at line 1429) public boolean compareFilterStrings(boolean caseSensitive, String filterString1, String filterString2) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString2 ---------- ---------- 2081. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 118) protected Shell getShell() ^^^^^ Javadoc: Missing tag for return type ---------- 2082. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 126) protected String getInputFilterString() ^^^^^^ Javadoc: Missing tag for return type ---------- 2083. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 135) protected void addSeparatorLine(Composite parent, int nbrColumns) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 2084. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 135) protected void addSeparatorLine(Composite parent, int nbrColumns) ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- 2085. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 147) protected void addFillerLine(Composite parent, int nbrColumns) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 2086. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 147) protected void addFillerLine(Composite parent, int nbrColumns) ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- 2087. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 159) protected void addGrowableFillerLine(Composite parent, int nbrColumns) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 2088. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 159) protected void addGrowableFillerLine(Composite parent, int nbrColumns) ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- 2089. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 196) public void setInputFilterString(String filterString) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterString ---------- 2090. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 208) protected void setIgnoreChanges(boolean ignoreChanges) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter ignoreChanges ---------- 2091. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 218) public void addChangeListener(ISystemFilterStringEditPaneListener l) ^ Javadoc: Missing tag for parameter l ---------- 2092. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 227) public void removeChangeListener(ISystemFilterStringEditPaneListener l) ^ Javadoc: Missing tag for parameter l ---------- 2093. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 242) public void setSystemFilterPoolReferenceManagerProvider(ISystemFilterPoolReferenceManagerProvider provider) ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- 2094. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 259) public void setSystemFilterPoolManagerProvider(ISystemFilterPoolManagerProvider provider) ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- 2095. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 272) public ISystemFilterPoolReferenceManagerProvider getSystemFilterPoolReferenceManagerProvider() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2096. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 284) public ISystemFilterPoolManagerProvider getSystemFilterPoolManagerProvider() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2097. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 299) public void setType(String type) ^^^^ Javadoc: Missing tag for parameter type ---------- 2098. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 309) public void setChangeFilterMode(boolean changeMode) ^^^^^^^^^^ Javadoc: Missing tag for parameter changeMode ---------- 2099. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 319) public void setTestButton(Button button) ^^^^^^ Javadoc: Missing tag for parameter button ---------- 2100. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 328) public void processTest(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2101. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 382) public String getFilterString() ^^^^^^ Javadoc: Missing tag for return type ---------- 2102. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 394) public int getCurrentSelectionIndex() ^^^ Javadoc: Missing tag for return type ---------- 2103. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 405) public String getDefaultFilterName() ^^^^^^ Javadoc: Missing tag for return type ---------- 2104. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 422) public void configureHeadingLabel(Label label) ^^^^^ Javadoc: Missing tag for parameter label ---------- 2105. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 483) public Control getInitialFocusControl() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2106. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 534) public boolean isComplete() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2107. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 553) protected boolean areFieldsComplete() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2108. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 565) public boolean areErrorsPending() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2109. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 594) protected void fireChangeEvent(SystemMessage error) ^^^^^ Javadoc: Missing tag for parameter error ---------- 2110. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterStringEditPane.java (at line 638) protected SystemMessage validateStringInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2111. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 40) public static SystemSimpleContentElement getDataElement(SystemSimpleContentElement root, Object data) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2112. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 40) public static SystemSimpleContentElement getDataElement(SystemSimpleContentElement root, Object data) ^^^^ Javadoc: Missing tag for parameter root ---------- 2113. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 40) public static SystemSimpleContentElement getDataElement(SystemSimpleContentElement root, Object data) ^^^^ Javadoc: Missing tag for parameter data ---------- 2114. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 61) public static SystemSimpleContentElement getFilterPoolModel(ISystemFilterPoolManagerProvider mgrProvider, ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2115. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 61) public static SystemSimpleContentElement getFilterPoolModel(ISystemFilterPoolManagerProvider mgrProvider, ^^^^^^^^^^^ Javadoc: Missing tag for parameter mgrProvider ---------- 2116. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 62) ISystemFilterPoolManager mgrs[]) ^^^^ Javadoc: Missing tag for parameter mgrs ---------- 2117. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 95) protected static void populateFilterPoolContentElementVector(ISystemFilterPool[] pools, ^^^^^ Javadoc: Missing tag for parameter pools ---------- 2118. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 96) Vector elements, ^^^^^^^^ Javadoc: Missing tag for parameter elements ---------- 2119. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 97) SystemSimpleContentElement parentElement) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentElement ---------- 2120. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 117) public static ImageDescriptor getFilterPoolManagerImage(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager poolMgr) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2121. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 117) public static ImageDescriptor getFilterPoolManagerImage(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager poolMgr) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolMgrProvider ---------- 2122. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 117) public static ImageDescriptor getFilterPoolManagerImage(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPoolManager poolMgr) ^^^^^^^ Javadoc: Missing tag for parameter poolMgr ---------- 2123. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 136) public static ImageDescriptor getFilterPoolImage(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPool pool) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2124. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 136) public static ImageDescriptor getFilterPoolImage(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPool pool) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolMgrProvider ---------- 2125. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 136) public static ImageDescriptor getFilterPoolImage(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilterPool pool) ^^^^ Javadoc: Missing tag for parameter pool ---------- 2126. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 154) public static ImageDescriptor getFilterImage(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilter filter) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2127. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 154) public static ImageDescriptor getFilterImage(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilter filter) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolMgrProvider ---------- 2128. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/SystemFilterUIHelpers.java (at line 154) public static ImageDescriptor getFilterImage(ISystemFilterPoolManagerProvider poolMgrProvider, ISystemFilter filter) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- ---------- 2129. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/ISystemNewFilterActionConfigurator.java (at line 39) public void configureNewFilterAction(ISubSystemConfiguration factory, SystemNewFilterAction newFilterAction, Object callerData); ^^^^^^^ Javadoc: Missing tag for parameter factory ---------- ---------- 2130. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemChangeFilterAction.java (at line 52) public SystemChangeFilterAction(Shell parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 2131. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemChangeFilterAction.java (at line 80) public void setHelpContextId(String id) ^^ Javadoc: Missing tag for parameter id ---------- 2132. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemChangeFilterAction.java (at line 87) public void setDialogTitle(String title) ^^^^^ Javadoc: Missing tag for parameter title ---------- 2133. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemChangeFilterAction.java (at line 94) public void setDialogHelpContextId(String id) ^^ Javadoc: Missing tag for parameter id ---------- 2134. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemChangeFilterAction.java (at line 101) public void setFilterStringEditPane(SystemFilterStringEditPane editPane) ^^^^^^^^ Javadoc: Missing tag for parameter editPane ---------- 2135. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemChangeFilterAction.java (at line 108) public SystemFilterStringEditPane getFilterStringEditPane() ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2136. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemChangeFilterAction.java (at line 156) protected SystemChangeFilterDialog getFilterDialog(Shell shell) ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2137. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemChangeFilterAction.java (at line 156) protected SystemChangeFilterDialog getFilterDialog(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2138. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemChangeFilterAction.java (at line 167) public void callConfigureFilterDialog(SystemChangeFilterDialog dlg) ^^^ Javadoc: Missing tag for parameter dlg ---------- 2139. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemChangeFilterAction.java (at line 179) protected void configureFilterDialog(SystemChangeFilterDialog dlg) ^^^ Javadoc: Missing tag for parameter dlg ---------- 2140. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemChangeFilterAction.java (at line 200) public ISystemFilterPoolReferenceManagerProvider getSystemFilterPoolReferenceManagerProvider() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2141. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemChangeFilterAction.java (at line 219) public ISystemFilterPoolManagerProvider getSystemFilterPoolManagerProvider() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2142. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemChangeFilterAction.java (at line 241) public ISystemFilter getSelectedFilter() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2143. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterAction.java (at line 42) public SystemFilterAbstractFilterAction(Shell parent, String title) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 2144. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterAction.java (at line 42) public SystemFilterAbstractFilterAction(Shell parent, String title) ^^^^^ Javadoc: Missing tag for parameter title ---------- 2145. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterAction.java (at line 52) public SystemFilterAbstractFilterAction(Shell parent, String title, String tooltip) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 2146. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterAction.java (at line 52) public SystemFilterAbstractFilterAction(Shell parent, String title, String tooltip) ^^^^^ Javadoc: Missing tag for parameter title ---------- 2147. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterAction.java (at line 52) public SystemFilterAbstractFilterAction(Shell parent, String title, String tooltip) ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 2148. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterAction.java (at line 78) public void setHelpContextId(String id) ^^ Javadoc: Missing tag for parameter id ---------- 2149. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterAction.java (at line 91) public void setDialogTitle(String title) ^^^^^ Javadoc: Missing tag for parameter title ---------- 2150. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterAction.java (at line 99) public String getDialogTitle() ^^^^^^ Javadoc: Missing tag for return type ---------- 2151. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterAction.java (at line 108) public void setDialogPrompt(String prompt) ^^^^^^ Javadoc: Missing tag for parameter prompt ---------- 2152. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterAction.java (at line 116) public String getDialogPrompt() ^^^^^^ Javadoc: Missing tag for return type ---------- 2153. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterAction.java (at line 125) public void setDialogFilterNamePrompt(String prompt, String tip) ^^^^^^ Javadoc: Missing tag for parameter prompt ---------- 2154. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterAction.java (at line 125) public void setDialogFilterNamePrompt(String prompt, String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 2155. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterAction.java (at line 134) public String getDialogFilterFilterNamePrompt() ^^^^^^ Javadoc: Missing tag for return type ---------- 2156. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterAction.java (at line 142) public String getDialogFilterNameTip() ^^^^^^ Javadoc: Missing tag for return type ---------- 2157. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterAction.java (at line 151) public void setDialogPreSelectInput(Object selectData) ^^^^^^^^^^ Javadoc: Missing tag for parameter selectData ---------- 2158. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterAction.java (at line 159) public Object getDialogPreSelectInput() ^^^^^^ Javadoc: Missing tag for return type ---------- 2159. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterAction.java (at line 208) public abstract SystemFilterDialogInterface createFilterDialog(Shell parent); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2160. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterAction.java (at line 208) public abstract SystemFilterDialogInterface createFilterDialog(Shell parent); ^^^^^^ Javadoc: Missing tag for parameter parent ---------- ---------- 2161. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 57) public SystemFilterAbstractFilterPoolAction(Shell parent, String title) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 2162. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 57) public SystemFilterAbstractFilterPoolAction(Shell parent, String title) ^^^^^ Javadoc: Missing tag for parameter title ---------- 2163. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 67) public SystemFilterAbstractFilterPoolAction(Shell parent, String title, String tooltip) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 2164. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 67) public SystemFilterAbstractFilterPoolAction(Shell parent, String title, String tooltip) ^^^^^ Javadoc: Missing tag for parameter title ---------- 2165. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 67) public SystemFilterAbstractFilterPoolAction(Shell parent, String title, String tooltip) ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 2166. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 79) public SystemFilterAbstractFilterPoolAction(Shell parent, ImageDescriptor image, String label, String tooltip) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 2167. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 79) public SystemFilterAbstractFilterPoolAction(Shell parent, ImageDescriptor image, String label, String tooltip) ^^^^^ Javadoc: Missing tag for parameter image ---------- 2168. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 79) public SystemFilterAbstractFilterPoolAction(Shell parent, ImageDescriptor image, String label, String tooltip) ^^^^^ Javadoc: Missing tag for parameter label ---------- 2169. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 79) public SystemFilterAbstractFilterPoolAction(Shell parent, ImageDescriptor image, String label, String tooltip) ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 2170. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 105) public void setHelpContextId(String id) ^^ Javadoc: Missing tag for parameter id ---------- 2171. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 160) public void setFilterPoolManagerProvider(ISystemFilterPoolManagerProvider provider) ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- 2172. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 169) public ISystemFilterPoolManagerProvider getFilterPoolManagerProvider() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2173. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 183) public void setFilterPoolManagers(ISystemFilterPoolManager[] managers) ^^^^^^^^ Javadoc: Missing tag for parameter managers ---------- 2174. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 199) public ISystemFilterPoolManager[] getFilterPoolManagers() ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2175. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 223) protected ISystemFilterPoolReferenceManagerProvider getReferenceManagerProviderSelection() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2176. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 236) public void setFilterPoolManagerNameSelectionIndex(int index) ^^^^^ Javadoc: Missing tag for parameter index ---------- 2177. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 244) public int getFilterPoolManagerNameSelectionIndex() ^^^ Javadoc: Missing tag for return type ---------- 2178. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 268) public void setFilterPoolManagerNamePreSelection(String name) ^^^^ Javadoc: Missing tag for parameter name ---------- 2179. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 281) public void setFilterPoolReferenceManager(ISystemFilterPoolReferenceManager refManager) ^^^^^^^^^^ Javadoc: Missing tag for parameter refManager ---------- 2180. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 291) public ISystemFilterPoolReferenceManager getFilterPoolReferenceManager() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2181. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 300) public void setDialogTitle(String title) ^^^^^ Javadoc: Missing tag for parameter title ---------- 2182. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 308) public String getDialogTitle() ^^^^^^ Javadoc: Missing tag for return type ---------- 2183. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 317) public void setDialogPrompt(String prompt) ^^^^^^ Javadoc: Missing tag for parameter prompt ---------- 2184. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 325) public String getDialogPrompt() ^^^^^^ Javadoc: Missing tag for return type ---------- 2185. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 334) public void setDialogFilterPoolNamePrompt(String prompt, String tip) ^^^^^^ Javadoc: Missing tag for parameter prompt ---------- 2186. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 334) public void setDialogFilterPoolNamePrompt(String prompt, String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 2187. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 343) public String getDialogFilterPoolNamePrompt() ^^^^^^ Javadoc: Missing tag for return type ---------- 2188. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 351) public String getDialogFilterPoolNameTip() ^^^^^^ Javadoc: Missing tag for return type ---------- 2189. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 360) public void setDialogFilterPoolManagerNamePrompt(String prompt, String tip) ^^^^^^ Javadoc: Missing tag for parameter prompt ---------- 2190. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 360) public void setDialogFilterPoolManagerNamePrompt(String prompt, String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 2191. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 369) public String getDialogFilterPoolManagerNamePrompt() ^^^^^^ Javadoc: Missing tag for return type ---------- 2192. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 377) public String getDialogFilterPoolManagerNameTip() ^^^^^^ Javadoc: Missing tag for return type ---------- 2193. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 386) public void setDialogPreSelectInput(Object selectData) ^^^^^^^^^^ Javadoc: Missing tag for parameter selectData ---------- 2194. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 394) public Object getDialogPreSelectInput() ^^^^^^ Javadoc: Missing tag for return type ---------- 2195. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 417) protected void preSelect(SystemSimpleContentElement inputElement) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter inputElement ---------- 2196. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 436) protected boolean getFilterPoolPreSelection(ISystemFilterPool pool) ^^^^^^^ Javadoc: Missing tag for return type ---------- 2197. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 436) protected boolean getFilterPoolPreSelection(ISystemFilterPool pool) ^^^^ Javadoc: Missing tag for parameter pool ---------- 2198. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 470) public abstract SystemFilterPoolDialogInterface createFilterPoolDialog(Shell parent); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2199. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolAction.java (at line 470) public abstract SystemFilterPoolDialogInterface createFilterPoolDialog(Shell parent); ^^^^^^ Javadoc: Missing tag for parameter parent ---------- ---------- 2200. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolWizardAction.java (at line 39) public SystemFilterAbstractFilterPoolWizardAction(Shell parent, String title) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 2201. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolWizardAction.java (at line 39) public SystemFilterAbstractFilterPoolWizardAction(Shell parent, String title) ^^^^^ Javadoc: Missing tag for parameter title ---------- 2202. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolWizardAction.java (at line 50) public SystemFilterAbstractFilterPoolWizardAction(Shell parent, ImageDescriptor image, ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 2203. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolWizardAction.java (at line 50) public SystemFilterAbstractFilterPoolWizardAction(Shell parent, ImageDescriptor image, ^^^^^ Javadoc: Missing tag for parameter image ---------- 2204. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolWizardAction.java (at line 51) String label, String tooltip) ^^^^^ Javadoc: Missing tag for parameter label ---------- 2205. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolWizardAction.java (at line 51) String label, String tooltip) ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 2206. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterPoolWizardAction.java (at line 86) public abstract SystemFilterPoolWizardInterface getFilterPoolWizard(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2207. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterWizardAction.java (at line 38) public SystemFilterAbstractFilterWizardAction(Shell parent, String title) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 2208. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterWizardAction.java (at line 38) public SystemFilterAbstractFilterWizardAction(Shell parent, String title) ^^^^^ Javadoc: Missing tag for parameter title ---------- 2209. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterWizardAction.java (at line 47) public SystemFilterAbstractFilterWizardAction(Shell parent, String label, String tooltip) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 2210. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterWizardAction.java (at line 47) public SystemFilterAbstractFilterWizardAction(Shell parent, String label, String tooltip) ^^^^^ Javadoc: Missing tag for parameter label ---------- 2211. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterWizardAction.java (at line 47) public SystemFilterAbstractFilterWizardAction(Shell parent, String label, String tooltip) ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 2212. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemFilterAbstractFilterWizardAction.java (at line 84) public abstract ISystemFilterWizard getFilterWizard(); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2213. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 77) public SystemNewFilterAction(Shell shell, ISystemFilterPool parentPool, ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2214. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 77) public SystemNewFilterAction(Shell shell, ISystemFilterPool parentPool, ^^^^^^^^^^ Javadoc: Missing tag for parameter parentPool ---------- 2215. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 78) String label, String tooltip, ImageDescriptor image) ^^^^^ Javadoc: Missing tag for parameter label ---------- 2216. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 78) String label, String tooltip, ImageDescriptor image) ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 2217. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 78) String label, String tooltip, ImageDescriptor image) ^^^^^ Javadoc: Missing tag for parameter image ---------- 2218. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 85) public SystemNewFilterAction(Shell shell, ISystemFilterPool parentPool, ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2219. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 85) public SystemNewFilterAction(Shell shell, ISystemFilterPool parentPool, ^^^^^^^^^^ Javadoc: Missing tag for parameter parentPool ---------- 2220. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 86) String label, String tooltip, ImageDescriptor image, ^^^^^ Javadoc: Missing tag for parameter label ---------- 2221. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 86) String label, String tooltip, ImageDescriptor image, ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 2222. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 86) String label, String tooltip, ImageDescriptor image, ^^^^^ Javadoc: Missing tag for parameter image ---------- 2223. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 87) boolean nested) ^^^^^^ Javadoc: Missing tag for parameter nested ---------- 2224. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 99) public SystemNewFilterAction(Shell shell, ISystemFilterPool parentPool) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2225. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 99) public SystemNewFilterAction(Shell shell, ISystemFilterPool parentPool) ^^^^^^^^^^ Javadoc: Missing tag for parameter parentPool ---------- 2226. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 129) public void setHelpContextId(String id) ^^ Javadoc: Missing tag for parameter id ---------- 2227. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 138) public void setParentFilterPool(ISystemFilterPool parentPool) ^^^^^^^^^^ Javadoc: Missing tag for parameter parentPool ---------- 2228. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 148) public void setAllowFilterPoolSelection(ISystemFilterPool[] poolsToSelectFrom) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolsToSelectFrom ---------- 2229. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 166) public void setAllowFilterPoolSelection(ISystemFilterPoolWrapperInformation poolsToSelectFrom) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolsToSelectFrom ---------- 2230. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 179) public void setType(String type) ^^^^ Javadoc: Missing tag for parameter type ---------- 2231. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 187) public String getType() ^^^^^^ Javadoc: Missing tag for return type ---------- 2232. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 196) public void setShowFilterStrings(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 2233. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 204) public void setDefaultFilterStrings(String[] defaultFilterStrings) ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter defaultFilterStrings ---------- 2234. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 220) public void setShowNamePrompt(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 2235. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 229) public void setShowInfoPage(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 2236. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 238) public void setVerbiage(String verbiage) ^^^^^^^^ Javadoc: Missing tag for parameter verbiage ---------- 2237. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 246) public void setPage1Description(String description) ^^^^^^^^^^^ Javadoc: Missing tag for parameter description ---------- 2238. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 258) public void setFromRSE(boolean rse) ^^^ Javadoc: Missing tag for parameter rse ---------- 2239. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 267) public void setFilterPoolSelectionValidator(ISystemFilterPoolSelectionValidator validator) ^^^^^^^^^ Javadoc: Missing tag for parameter validator ---------- 2240. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 276) public void setFilterStringEditPane(SystemFilterStringEditPane editPane) ^^^^^^^^ Javadoc: Missing tag for parameter editPane ---------- 2241. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 285) public void setNamePageHelp(String helpId) ^^^^^^ Javadoc: Missing tag for parameter helpId ---------- 2242. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 307) protected void configureNewFilterWizard(SystemNewFilterWizard wizard) ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 2243. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 317) protected void configureNewFilter(ISystemFilter newFilter) ^^^^^^^^^ Javadoc: Missing tag for parameter newFilter ---------- 2244. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 378) protected SystemNewFilterWizard createNewFilterWizard(ISystemFilterPool parentPool) ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2245. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 378) protected SystemNewFilterWizard createNewFilterWizard(ISystemFilterPool parentPool) ^^^^^^^^^^ Javadoc: Missing tag for parameter parentPool ---------- 2246. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 418) public ISystemFilterPoolReferenceManagerProvider getSystemFilterPoolReferenceManagerProvider() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2247. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 443) public ISystemFilter getNewFilter() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2248. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 461) public String[] getFilterStrings() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 2249. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/actions/SystemNewFilterAction.java (at line 485) public String getFilterString() ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2250. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/ISystemNewFilterWizardConfigurator.java (at line 38) public String getPageTitle(); ^^^^^^ Javadoc: Missing tag for return type ---------- 2251. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/ISystemNewFilterWizardConfigurator.java (at line 42) public String getPage1Title(); ^^^^^^ Javadoc: Missing tag for return type ---------- 2252. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/ISystemNewFilterWizardConfigurator.java (at line 46) public String getPage1Description(); ^^^^^^ Javadoc: Missing tag for return type ---------- 2253. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/ISystemNewFilterWizardConfigurator.java (at line 51) public String getPage2Title(); ^^^^^^ Javadoc: Missing tag for return type ---------- 2254. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/ISystemNewFilterWizardConfigurator.java (at line 55) public String getPage2Description(); ^^^^^^ Javadoc: Missing tag for return type ---------- 2255. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/ISystemNewFilterWizardConfigurator.java (at line 59) public String getPage2HelpID(); ^^^^^^ Javadoc: Missing tag for return type ---------- 2256. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/ISystemNewFilterWizardConfigurator.java (at line 63) public String getPage2NameVerbiage(); ^^^^^^ Javadoc: Missing tag for return type ---------- 2257. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/ISystemNewFilterWizardConfigurator.java (at line 67) public String getPage2PoolVerbiage(); ^^^^^^ Javadoc: Missing tag for return type ---------- 2258. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/ISystemNewFilterWizardConfigurator.java (at line 71) public String getPage2PoolVerbiageTip(); ^^^^^^ Javadoc: Missing tag for return type ---------- 2259. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/ISystemNewFilterWizardConfigurator.java (at line 76) public String getPage2NamePromptLabel(); ^^^^^^ Javadoc: Missing tag for return type ---------- 2260. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/ISystemNewFilterWizardConfigurator.java (at line 82) public String getPage2NamePromptTooltip(); ^^^^^^ Javadoc: Missing tag for return type ---------- 2261. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/ISystemNewFilterWizardConfigurator.java (at line 88) public String getPage2PoolPromptLabel(); ^^^^^^ Javadoc: Missing tag for return type ---------- 2262. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/ISystemNewFilterWizardConfigurator.java (at line 94) public String getPage2PoolPromptTooltip(); ^^^^^^ Javadoc: Missing tag for return type ---------- 2263. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/ISystemNewFilterWizardConfigurator.java (at line 99) public String getPage2UniqueToConnectionLabel(); ^^^^^^ Javadoc: Missing tag for return type ---------- 2264. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/ISystemNewFilterWizardConfigurator.java (at line 103) public String getPage2UniqueToConnectionToolTip(); ^^^^^^ Javadoc: Missing tag for return type ---------- 2265. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/ISystemNewFilterWizardConfigurator.java (at line 108) public String getPage3Title(); ^^^^^^ Javadoc: Missing tag for return type ---------- 2266. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/ISystemNewFilterWizardConfigurator.java (at line 112) public String getPage3Description(); ^^^^^^ Javadoc: Missing tag for return type ---------- 2267. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/ISystemNewFilterWizardConfigurator.java (at line 116) public String getPage3Tip1(); ^^^^^^ Javadoc: Missing tag for return type ---------- 2268. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/ISystemNewFilterWizardConfigurator.java (at line 120) public String getPage3Tip2(); ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2269. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemChangeFilterDialog.java (at line 53) public SystemChangeFilterDialog(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2270. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemChangeFilterDialog.java (at line 60) public SystemChangeFilterDialog(Shell shell, String title) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2271. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemChangeFilterDialog.java (at line 60) public SystemChangeFilterDialog(Shell shell, String title) ^^^^^ Javadoc: Missing tag for parameter title ---------- 2272. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemChangeFilterDialog.java (at line 81) public void setFilterStringEditPane(SystemFilterStringEditPane editPane) ^^^^^^^^ Javadoc: Missing tag for parameter editPane ---------- 2273. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemChangeFilterDialog.java (at line 94) public void setSystemFilterPoolReferenceManagerProvider(ISystemFilterPoolReferenceManagerProvider provider) ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- 2274. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemChangeFilterDialog.java (at line 108) public void setSystemFilterPoolManagerProvider(ISystemFilterPoolManagerProvider provider) ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- 2275. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemChangeFilterDialog.java (at line 117) public void setParentPoolPromptLabel(String label, String tip) ^^^^^ Javadoc: Missing tag for parameter label ---------- 2276. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemChangeFilterDialog.java (at line 117) public void setParentPoolPromptLabel(String label, String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 2277. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemChangeFilterDialog.java (at line 124) public String getParentPoolPromptLabel() ^^^^^^ Javadoc: Missing tag for return type ---------- 2278. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemChangeFilterDialog.java (at line 131) public String getParentPoolPromptTip() ^^^^^^ Javadoc: Missing tag for return type ---------- 2279. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemChangeFilterDialog.java (at line 140) public void setNamePromptLabel(String label, String tip) ^^^^^ Javadoc: Missing tag for parameter label ---------- 2280. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemChangeFilterDialog.java (at line 140) public void setNamePromptLabel(String label, String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 2281. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemChangeFilterDialog.java (at line 147) public String getNamePromptLabel() ^^^^^^ Javadoc: Missing tag for return type ---------- 2282. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemChangeFilterDialog.java (at line 154) public String getNamePromptTip() ^^^^^^ Javadoc: Missing tag for return type ---------- 2283. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemChangeFilterDialog.java (at line 164) public void setListLabel(String label, String tip) ^^^^^ Javadoc: Missing tag for parameter label ---------- 2284. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemChangeFilterDialog.java (at line 164) public void setListLabel(String label, String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 2285. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemChangeFilterDialog.java (at line 171) public String getListLabel() ^^^^^^ Javadoc: Missing tag for return type ---------- 2286. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemChangeFilterDialog.java (at line 178) public String getListTip() ^^^^^^ Javadoc: Missing tag for return type ---------- 2287. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemChangeFilterDialog.java (at line 187) public void setNewListItemText(String label) ^^^^^ Javadoc: Missing tag for parameter label ---------- 2288. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemChangeFilterDialog.java (at line 195) public String getNewListItemText() ^^^^^^ Javadoc: Missing tag for return type ---------- 2289. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemChangeFilterDialog.java (at line 210) public void setFilterStringValidator(ISystemValidator v) ^ Javadoc: Missing tag for parameter v ---------- 2290. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemChangeFilterDialog.java (at line 217) public ISystemValidator getFilterStringValidator() ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2291. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemChangeFilterDialog.java (at line 226) public void setDuplicateFilterStringErrorMessage(SystemMessage msg) ^^^ Javadoc: Missing tag for parameter msg ---------- 2292. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemChangeFilterDialog.java (at line 233) public SystemMessage getDuplicateFilterStringErrorMessage() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2293. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemChangeFilterDialog.java (at line 242) public void setWantTestButton(boolean wantTestButton) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter wantTestButton ---------- 2294. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemChangeFilterDialog.java (at line 249) public boolean getWantTestButton() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2295. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemChangeFilterDialog.java (at line 257) public void setEditable(boolean editable) ^^^^^^^^ Javadoc: Missing tag for parameter editable ---------- 2296. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemChangeFilterDialog.java (at line 264) public boolean getEditable() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2297. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemChangeFilterDialog.java (at line 272) public void setSupportsMultipleStrings(boolean multi) ^^^^^ Javadoc: Missing tag for parameter multi ---------- 2298. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemChangeFilterDialog.java (at line 279) public boolean getSupportsMultipleStrings() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2299. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemFilterDialogInterface.java (at line 30) public void setFilterDialogActionCaller(SystemFilterAbstractFilterAction caller); ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 2300. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemFilterDialogInterface.java (at line 34) public SystemFilterDialogOutputs getFilterDialogOutputs(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2301. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 145) public void setAllowFilterPoolSelection(ISystemFilterPool[] poolsToSelectFrom) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolsToSelectFrom ---------- 2302. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 162) public void setAllowFilterPoolSelection(ISystemFilterPoolWrapperInformation poolsToSelectFrom) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter poolsToSelectFrom ---------- 2303. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 171) public void setType(String type) ^^^^ Javadoc: Missing tag for parameter type ---------- 2304. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 178) public String getType() ^^^^^^ Javadoc: Missing tag for return type ---------- 2305. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 186) public void setShowFilterStrings(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 2306. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 201) public void setShowNamePrompt(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 2307. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 210) public void setNamePageHelp(String helpId) ^^^^^^ Javadoc: Missing tag for parameter helpId ---------- 2308. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 218) public void setShowInfoPage(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 2309. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 225) public void setDefaultFilterStrings(String[] defaultFilterStrings) ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter defaultFilterStrings ---------- 2310. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 236) public void setFromRSE(boolean rse) ^^^ Javadoc: Missing tag for parameter rse ---------- 2311. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 244) public void setFilterPoolSelectionValidator(ISystemFilterPoolSelectionValidator validator) ^^^^^^^^^ Javadoc: Missing tag for parameter validator ---------- 2312. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 260) public void setSystemFilterPoolReferenceManagerProvider(ISystemFilterPoolReferenceManagerProvider provider) ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- 2313. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 269) public void setVerbiage(String verbiage) ^^^^^^^^ Javadoc: Missing tag for parameter verbiage ---------- 2314. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 291) public void setPage1Description(String description) ^^^^^^^^^^^ Javadoc: Missing tag for parameter description ---------- 2315. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 301) public void setFilterStringEditPane(SystemFilterStringEditPane editPane) ^^^^^^^^ Javadoc: Missing tag for parameter editPane ---------- 2316. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 423) protected ISystemValidator getFilterNameValidator(ISystemFilterContainer container) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2317. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 423) protected ISystemValidator getFilterNameValidator(ISystemFilterContainer container) ^^^^^^^^^ Javadoc: Missing tag for parameter container ---------- 2318. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 429) * @param the current filter object on updates. Can be null for new names. Used ^^^ Javadoc: Parameter the is not declared ---------- 2319. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 432) public static ISystemValidator getFilterNameValidator(ISystemFilterContainer container,ISystemFilter filter) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2320. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 432) public static ISystemValidator getFilterNameValidator(ISystemFilterContainer container,ISystemFilter filter) ^^^^^^^^^ Javadoc: Missing tag for parameter container ---------- 2321. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 432) public static ISystemValidator getFilterNameValidator(ISystemFilterContainer container,ISystemFilter filter) ^^^^^^ Javadoc: Missing tag for parameter filter ---------- 2322. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 447) public boolean areStringsCaseSensitive() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2323. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 548) protected Object getParent() ^^^^^^ Javadoc: Missing tag for return type ---------- 2324. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 558) protected ISystemFilterContainer getFilterContainer() ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2325. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 600) public void setFilterContainer(ISystemFilterContainer container) ^^^^^^^^^ Javadoc: Missing tag for parameter container ---------- 2326. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 607) public void setFilterContainer(ISystemFilterContainerReference containerRef) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter containerRef ---------- 2327. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 640) protected boolean isFromRSE() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2328. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 651) public String getDefaultFilterName() ^^^^^^ Javadoc: Missing tag for return type ---------- 2329. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizard.java (at line 661) public ISystemFilter getSystemFilter() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2330. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizardConfigurator.java (at line 50) protected SystemNewFilterWizardConfigurator(String pageTitle) ^^^^^^^^^ Javadoc: Missing tag for parameter pageTitle ---------- 2331. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizardConfigurator.java (at line 207) public void setPageTitle(String pageTitle) ^^^^^^^^^ Javadoc: Missing tag for parameter pageTitle ---------- 2332. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizardConfigurator.java (at line 214) public void setPage1Description(String description) ^^^^^^^^^^^ Javadoc: Missing tag for parameter description ---------- 2333. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizardConfigurator.java (at line 221) public void setPage2HelpID(String helpId) ^^^^^^ Javadoc: Missing tag for parameter helpId ---------- 2334. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizardConfigurator.java (at line 228) public void setPage3Tip1(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 2335. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizardConfigurator.java (at line 235) public void setPage3Tip2(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- ---------- 2336. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizardInfoPage.java (at line 36) public SystemNewFilterWizardInfoPage(SystemNewFilterWizard wizard, boolean filterPoolsShowing, ISystemNewFilterWizardConfigurator data) ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 2337. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizardInfoPage.java (at line 36) public SystemNewFilterWizardInfoPage(SystemNewFilterWizard wizard, boolean filterPoolsShowing, ISystemNewFilterWizardConfigurator data) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterPoolsShowing ---------- 2338. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizardInfoPage.java (at line 36) public SystemNewFilterWizardInfoPage(SystemNewFilterWizard wizard, boolean filterPoolsShowing, ISystemNewFilterWizardConfigurator data) ^^^^ Javadoc: Missing tag for parameter data ---------- ---------- 2339. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizardMainPage.java (at line 92) public void setSystemFilterPoolReferenceManagerProvider(ISystemFilterPoolReferenceManagerProvider provider) ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- 2340. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizardMainPage.java (at line 99) protected SystemFilterStringEditPane getEditPane(Shell shell) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2341. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizardMainPage.java (at line 99) protected SystemFilterStringEditPane getEditPane(Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2342. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizardMainPage.java (at line 148) public Vector getFilterStrings() ^^^^^^ Javadoc: Missing tag for return type ---------- 2343. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizardMainPage.java (at line 171) public String getType() ^^^^^^ Javadoc: Missing tag for return type ---------- 2344. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizardMainPage.java (at line 183) public void setType(String type) ^^^^ Javadoc: Missing tag for parameter type ---------- 2345. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/filters/dialogs/SystemNewFilterWizardMainPage.java (at line 192) public void setDefaultFilterStrings(String[] defaultFilterStrings) ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter defaultFilterStrings ---------- ---------- 2346. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/ISystemMessageLine.java (at line 68) public void setErrorMessage(String message); ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 2347. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/ISystemMessageLine.java (at line 74) public void setErrorMessage(SystemMessage message); ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 2348. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/ISystemMessageLine.java (at line 80) public void setErrorMessage(Throwable exc); ^^^ Javadoc: Missing tag for parameter exc ---------- 2349. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/ISystemMessageLine.java (at line 86) public void setMessage(String message); ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 2350. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/ISystemMessageLine.java (at line 92) public void setMessage(SystemMessage message); ^^^^^^^ Javadoc: Missing tag for parameter message ---------- ---------- 2351. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/ISystemMessageLineTarget.java (at line 28) public void setMessageLine(ISystemMessageLine msgLine); ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- 2352. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/ISystemMessageLineTarget.java (at line 32) public ISystemMessageLine getMessageLine(); ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2353. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 351) public void setException(Throwable exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 2354. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 414) public int openWithDetails() ^^^ Javadoc: Missing tag for return type ---------- 2355. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 426) public int openWithDetails(Exception exc) ^^^ Javadoc: Missing tag for return type ---------- 2356. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 426) public int openWithDetails(Exception exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 2357. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 438) public boolean openQuestion() throws IndicatorException ^^^^^^^ Javadoc: Missing tag for return type ---------- 2358. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 438) public boolean openQuestion() throws IndicatorException ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception IndicatorException ---------- 2359. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 450) public boolean openQuestionNoException() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2360. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 471) public int getButtonPressedId() ^^^ Javadoc: Missing tag for return type ---------- 2361. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 505) private void populateList(Text list) ^^^^ Javadoc: Missing tag for parameter list ---------- 2362. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 570) private void toggleDetailsArea2(Composite composite) ^^^^^^^^^ Javadoc: Missing tag for parameter composite ---------- 2363. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 588) public static Shell getDefaultShell() ^^^^^ Javadoc: Missing tag for return type ---------- 2364. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 624) public static void displayErrorMessage(Shell shell, SystemMessage msg) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2365. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 624) public static void displayErrorMessage(Shell shell, SystemMessage msg) ^^^ Javadoc: Missing tag for parameter msg ---------- 2366. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 633) public static void displayErrorMessage(Shell shell, SystemMessage msg, Throwable exc) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2367. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 633) public static void displayErrorMessage(Shell shell, SystemMessage msg, Throwable exc) ^^^ Javadoc: Missing tag for parameter msg ---------- 2368. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 633) public static void displayErrorMessage(Shell shell, SystemMessage msg, Throwable exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 2369. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 643) public static void displayErrorMessage(Shell shell, String msgText) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2370. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 643) public static void displayErrorMessage(Shell shell, String msgText) ^^^^^^^ Javadoc: Missing tag for parameter msgText ---------- 2371. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 653) public static void displayMessage(Shell shell, String msgText) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2372. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 653) public static void displayMessage(Shell shell, String msgText) ^^^^^^^ Javadoc: Missing tag for parameter msgText ---------- 2373. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 663) public static void displayMessage(Shell shell, SystemMessageException msgEx) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2374. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 663) public static void displayMessage(Shell shell, SystemMessageException msgEx) ^^^^^ Javadoc: Missing tag for parameter msgEx ---------- 2375. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 672) public static void displayMessage(SystemMessageException msgEx) ^^^^^ Javadoc: Missing tag for parameter msgEx ---------- 2376. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 681) public static void displayHostErrorMessage(Shell shell, String hostMsg) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2377. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 681) public static void displayHostErrorMessage(Shell shell, String hostMsg) ^^^^^^^ Javadoc: Missing tag for parameter hostMsg ---------- 2378. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 693) public static void displayHostErrorMessage(Shell shell, String hostMsg, String levelTwo) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2379. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 693) public static void displayHostErrorMessage(Shell shell, String hostMsg, String levelTwo) ^^^^^^^ Javadoc: Missing tag for parameter hostMsg ---------- 2380. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 693) public static void displayHostErrorMessage(Shell shell, String hostMsg, String levelTwo) ^^^^^^^^ Javadoc: Missing tag for parameter levelTwo ---------- 2381. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 704) public static void displayHostWarningMessage(Shell shell, String hostMsg) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2382. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 704) public static void displayHostWarningMessage(Shell shell, String hostMsg) ^^^^^^^ Javadoc: Missing tag for parameter hostMsg ---------- 2383. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 716) public static void displayHostWarningMessage(Shell shell, String hostMsg, String levelTwo) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2384. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 716) public static void displayHostWarningMessage(Shell shell, String hostMsg, String levelTwo) ^^^^^^^ Javadoc: Missing tag for parameter hostMsg ---------- 2385. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 716) public static void displayHostWarningMessage(Shell shell, String hostMsg, String levelTwo) ^^^^^^^^ Javadoc: Missing tag for parameter levelTwo ---------- 2386. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 727) public static void displayExceptionMessage(Shell shell, Throwable exc) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2387. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 727) public static void displayExceptionMessage(Shell shell, Throwable exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 2388. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 742) public static SystemMessage getExceptionMessage(Shell shell, Throwable exc) ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2389. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 742) public static SystemMessage getExceptionMessage(Shell shell, Throwable exc) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2390. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 742) public static SystemMessage getExceptionMessage(Shell shell, Throwable exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 2391. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 752) public static void showExceptionMessage(Shell shell, String msg, Exception exc) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2392. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 752) public static void showExceptionMessage(Shell shell, String msg, Exception exc) ^^^ Javadoc: Missing tag for parameter msg ---------- 2393. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 752) public static void showExceptionMessage(Shell shell, String msg, Exception exc) ^^^ Javadoc: Missing tag for parameter exc ---------- 2394. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 770) public static boolean show(Shell shell, SystemMessage msg) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2395. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 770) public static boolean show(Shell shell, SystemMessage msg) ^^^ Javadoc: Missing tag for parameter msg ---------- 2396. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageDialog.java (at line 813) protected Button createNoShowAgainButton(Composite c) { ^ Javadoc: Missing tag for parameter c ---------- ---------- 2397. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageLine.java (at line 341) public SystemMessageLine(Composite parent) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 2398. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemMessageLine.java (at line 562) private void setMoreButton(MyMessage message) { ^^^^^^^ Javadoc: Missing tag for parameter message ---------- ---------- 2399. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemUIMessage.java (at line 66) private static String populateList(String list, IStatus status) { ^^^^^^ Javadoc: Missing tag for return type ---------- 2400. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemUIMessage.java (at line 66) private static String populateList(String list, IStatus status) { ^^^^ Javadoc: Missing tag for parameter list ---------- 2401. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/messages/SystemUIMessage.java (at line 66) private static String populateList(String list, IStatus status) { ^^^^^^ Javadoc: Missing tag for parameter status ---------- ---------- 2402. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/open/SystemOpenQuickOpenDialogAction.java (at line 38) * @param parent the parent shell. ^^^^^^ Javadoc: Parameter parent is not declared ---------- 2403. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/open/SystemOpenQuickOpenDialogAction.java (at line 49) * @param parent the parent shell. ^^^^^^ Javadoc: Parameter parent is not declared ---------- 2404. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/open/SystemOpenQuickOpenDialogAction.java (at line 58) public SystemOpenQuickOpenDialogAction(IWorkbenchWindow window, String pageId) { ^^^^^^ Javadoc: Missing tag for parameter pageId ---------- ---------- 2405. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/open/SystemQuickOpenDialog.java (at line 473) private Point getMinSize() { ^^^^^ Javadoc: Missing tag for return type ---------- 2406. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/open/SystemQuickOpenDialog.java (at line 592) protected IProgressMonitor getProgressMonitor() { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2407. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/open/SystemQuickOpenDialog.java (at line 645) * @param savedState The saveState returned by aboutToStart. ^^^^^^^^^^ Javadoc: Parameter savedState is not declared ---------- 2408. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/open/SystemQuickOpenDialog.java (at line 648) protected synchronized void stopped(HashMap state) { ^^^^^ Javadoc: Missing tag for parameter state ---------- ---------- 2409. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/open/SystemQuickOpenPageDescriptor.java (at line 49) * @param a configuration element. ^ Javadoc: Parameter a is not declared ---------- 2410. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/open/SystemQuickOpenPageDescriptor.java (at line 51) public SystemQuickOpenPageDescriptor(IConfigurationElement element) { ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2411. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/open/SystemQuickOpenPageDescriptor.java (at line 58) public ISystemQuickOpenPage createObject() { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2412. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/open/SystemQuickOpenPageDescriptor.java (at line 96) public String getLabel() { ^^^^^^ Javadoc: Missing tag for return type ---------- 2413. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/open/SystemQuickOpenPageDescriptor.java (at line 103) public ImageDescriptor getImage() { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2414. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/open/SystemQuickOpenPageDescriptor.java (at line 129) public Point getPreferredSize() { ^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2415. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/open/SystemQuickOpenUtil.java (at line 100) * @param an array of elements. ^^ Javadoc: Parameter an is not declared ---------- 2416. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/open/SystemQuickOpenUtil.java (at line 103) private List createQuickOpenPageDescriptors(IConfigurationElement[] elements) { ^^^^^^^^ Javadoc: Missing tag for parameter elements ---------- ---------- 2417. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/operations/ISystemRunnableContext.java (at line 34) public abstract void run(IRunnableWithProgress runnable) throws InvocationTargetException, InterruptedException; ^^^^^^^^ Javadoc: Missing tag for parameter runnable ---------- 2418. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/operations/ISystemRunnableContext.java (at line 34) public abstract void run(IRunnableWithProgress runnable) throws InvocationTargetException, InterruptedException; ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InvocationTargetException ---------- 2419. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/operations/ISystemRunnableContext.java (at line 34) public abstract void run(IRunnableWithProgress runnable) throws InvocationTargetException, InterruptedException; ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InterruptedException ---------- ---------- 2420. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/operations/Policy.java (at line 37) public static void localize(String bundleName) { ^^^^^^^^^^ Javadoc: Missing tag for parameter bundleName ---------- 2421. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/operations/Policy.java (at line 45) public static String bind(String id, String binding) { ^^^^^^ Javadoc: Missing tag for return type ---------- 2422. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/operations/Policy.java (at line 45) public static String bind(String id, String binding) { ^^ Javadoc: Missing tag for parameter id ---------- 2423. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/operations/Policy.java (at line 45) public static String bind(String id, String binding) { ^^^^^^^ Javadoc: Missing tag for parameter binding ---------- 2424. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/operations/Policy.java (at line 53) public static String bind(String id, String binding1, String binding2) { ^^^^^^ Javadoc: Missing tag for return type ---------- 2425. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/operations/Policy.java (at line 53) public static String bind(String id, String binding1, String binding2) { ^^ Javadoc: Missing tag for parameter id ---------- 2426. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/operations/Policy.java (at line 53) public static String bind(String id, String binding1, String binding2) { ^^^^^^^^ Javadoc: Missing tag for parameter binding1 ---------- 2427. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/operations/Policy.java (at line 53) public static String bind(String id, String binding1, String binding2) { ^^^^^^^^ Javadoc: Missing tag for parameter binding2 ---------- 2428. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/operations/Policy.java (at line 61) public static String bind(String key) { ^^^^^^ Javadoc: Missing tag for return type ---------- 2429. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/operations/Policy.java (at line 61) public static String bind(String key) { ^^^ Javadoc: Missing tag for parameter key ---------- 2430. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/operations/Policy.java (at line 75) public static String bind(String key, Object[] args) { ^^^^^^ Javadoc: Missing tag for return type ---------- 2431. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/operations/Policy.java (at line 75) public static String bind(String key, Object[] args) { ^^^ Javadoc: Missing tag for parameter key ---------- 2432. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/operations/Policy.java (at line 75) public static String bind(String key, Object[] args) { ^^^^ Javadoc: Missing tag for parameter args ---------- 2433. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/operations/Policy.java (at line 88) public static void checkCanceled(IProgressMonitor monitor) { ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- ---------- 2434. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/operations/SystemFetchOperation.java (at line 314) protected void displayAsyncMsg(SubSystem ss, org.eclipse.rse.services.clientserver.messages.SystemMessageException msg) ^^ Javadoc: Missing tag for parameter ss ---------- 2435. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/operations/SystemFetchOperation.java (at line 314) protected void displayAsyncMsg(SubSystem ss, org.eclipse.rse.services.clientserver.messages.SystemMessageException msg) ^^^ Javadoc: Missing tag for parameter msg ---------- 2436. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/operations/SystemFetchOperation.java (at line 332) public final void run() throws InvocationTargetException, InterruptedException { ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InvocationTargetException ---------- 2437. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/operations/SystemFetchOperation.java (at line 332) public final void run() throws InvocationTargetException, InterruptedException { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception InterruptedException ---------- ---------- 2438. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/AbstractSystemSubSystemPropertyPageCoreForm.java (at line 60) public AbstractSystemSubSystemPropertyPageCoreForm(ISystemMessageLine msgLine, Object caller) ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- 2439. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/AbstractSystemSubSystemPropertyPageCoreForm.java (at line 60) public AbstractSystemSubSystemPropertyPageCoreForm(ISystemMessageLine msgLine, Object caller) ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 2440. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/AbstractSystemSubSystemPropertyPageCoreForm.java (at line 72) private Object getElement() ^^^^^^ Javadoc: Missing tag for return type ---------- 2441. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/AbstractSystemSubSystemPropertyPageCoreForm.java (at line 79) protected Shell getShell() ^^^^^ Javadoc: Missing tag for return type ---------- 2442. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/AbstractSystemSubSystemPropertyPageCoreForm.java (at line 130) public Control getInitialFocusControl() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2443. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/AbstractSystemSubSystemPropertyPageCoreForm.java (at line 137) protected ISubSystem getSubSystem() ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2444. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/AbstractSystemSubSystemPropertyPageCoreForm.java (at line 179) public boolean isPageComplete() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2445. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/ISystemSubSystemPropertyPageCoreForm.java (at line 33) public Control createContents(Composite parent, Object inputElement, Shell shell); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2446. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/ISystemSubSystemPropertyPageCoreForm.java (at line 33) public Control createContents(Composite parent, Object inputElement, Shell shell); ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 2447. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/ISystemSubSystemPropertyPageCoreForm.java (at line 33) public Control createContents(Composite parent, Object inputElement, Shell shell); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter inputElement ---------- 2448. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/ISystemSubSystemPropertyPageCoreForm.java (at line 33) public Control createContents(Composite parent, Object inputElement, Shell shell); ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2449. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/ISystemSubSystemPropertyPageCoreForm.java (at line 39) public boolean performOk(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2450. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/ISystemSubSystemPropertyPageCoreForm.java (at line 47) public boolean verifyFormContents(); ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2451. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 111) protected boolean wantDefaultAndApplyButton() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2452. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 121) protected boolean wantMnemonics() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2453. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 130) protected boolean wantAutomaticValidManagement() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2454. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 139) public void setHelp(String helpId) ^^^^^^ Javadoc: Missing tag for parameter helpId ---------- 2455. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 156) protected abstract Control createContentArea(Composite parent); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2456. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 156) protected abstract Control createContentArea(Composite parent); ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 2457. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 304) public void setBusyCursor(boolean setBusy) ^^^^^^^ Javadoc: Missing tag for parameter setBusy ---------- 2458. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 326) protected Label addSeparatorLine(Composite parent, int nbrColumns) ^^^^^ Javadoc: Missing tag for return type ---------- 2459. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 326) protected Label addSeparatorLine(Composite parent, int nbrColumns) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 2460. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 326) protected Label addSeparatorLine(Composite parent, int nbrColumns) ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- 2461. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 339) protected Label addFillerLine(Composite parent, int nbrColumns) ^^^^^ Javadoc: Missing tag for return type ---------- 2462. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 339) protected Label addFillerLine(Composite parent, int nbrColumns) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 2463. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 339) protected Label addFillerLine(Composite parent, int nbrColumns) ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- 2464. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 356) protected Control grabExcessSpace(Control control) ^^^^^^^ Javadoc: Missing tag for return type ---------- 2465. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 370) protected Label createLabeledLabel(Composite c, String label, String tooltip) ^^^^^ Javadoc: Missing tag for return type ---------- 2466. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 370) protected Label createLabeledLabel(Composite c, String label, String tooltip) ^ Javadoc: Missing tag for parameter c ---------- 2467. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 370) protected Label createLabeledLabel(Composite c, String label, String tooltip) ^^^^^ Javadoc: Missing tag for parameter label ---------- 2468. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 370) protected Label createLabeledLabel(Composite c, String label, String tooltip) ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 2469. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 387) protected Combo createLabeledCombo(Composite c, String label, String tooltip) ^^^^^ Javadoc: Missing tag for return type ---------- 2470. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 387) protected Combo createLabeledCombo(Composite c, String label, String tooltip) ^ Javadoc: Missing tag for parameter c ---------- 2471. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 387) protected Combo createLabeledCombo(Composite c, String label, String tooltip) ^^^^^ Javadoc: Missing tag for parameter label ---------- 2472. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 387) protected Combo createLabeledCombo(Composite c, String label, String tooltip) ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 2473. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 404) protected Text createLabeledText(Composite c, String label, String tooltip) ^^^^ Javadoc: Missing tag for return type ---------- 2474. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 404) protected Text createLabeledText(Composite c, String label, String tooltip) ^ Javadoc: Missing tag for parameter c ---------- 2475. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 404) protected Text createLabeledText(Composite c, String label, String tooltip) ^^^^^ Javadoc: Missing tag for parameter label ---------- 2476. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 404) protected Text createLabeledText(Composite c, String label, String tooltip) ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 2477. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 421) protected Label createLabeledVerbiage(Composite c, String label, String tooltip) ^^^^^ Javadoc: Missing tag for return type ---------- 2478. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 421) protected Label createLabeledVerbiage(Composite c, String label, String tooltip) ^ Javadoc: Missing tag for parameter c ---------- 2479. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 421) protected Label createLabeledVerbiage(Composite c, String label, String tooltip) ^^^^^ Javadoc: Missing tag for parameter label ---------- 2480. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBasePropertyPage.java (at line 421) protected Label createLabeledVerbiage(Composite c, String label, String tooltip) ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- ---------- 2481. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBooleanFieldEditor.java (at line 101) public void setToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 2482. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBooleanFieldEditor.java (at line 110) public String getToolTipText() ^^^^^^ Javadoc: Missing tag for return type ---------- 2483. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemBooleanFieldEditor.java (at line 118) public void setHelp(String helpID) ^^^^^^ Javadoc: Missing tag for parameter helpID ---------- ---------- 2484. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 46) * pane yourself by overriding {@link SubSystemConfiguration#customizeChangeFilterPropertyPage(SystemChangeFilterPropertyPage, ISystemFilter, Shell)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: The method customizeChangeFilterPropertyPage(SystemChangeFilterPropertyPage, ISystemFilter, Shell) is undefined for the type SubSystemConfiguration ---------- 2485. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 75) public void setFilterStringEditPane(SystemFilterStringEditPane editPane) ^^^^^^^^ Javadoc: Missing tag for parameter editPane ---------- 2486. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 88) public void setSystemFilterPoolReferenceManagerProvider(ISystemFilterPoolReferenceManagerProvider provider) ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- 2487. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 101) public void setSystemFilterPoolManagerProvider(ISystemFilterPoolManagerProvider provider) ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- 2488. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 110) public void setParentPoolPromptLabel(String label, String tip) ^^^^^ Javadoc: Missing tag for parameter label ---------- 2489. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 110) public void setParentPoolPromptLabel(String label, String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 2490. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 118) public void setNamePromptLabel(String label, String tip) ^^^^^ Javadoc: Missing tag for parameter label ---------- 2491. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 118) public void setNamePromptLabel(String label, String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 2492. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 127) public void setListLabel(String label, String tip) ^^^^^ Javadoc: Missing tag for parameter label ---------- 2493. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 127) public void setListLabel(String label, String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 2494. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 135) public void setNewListItemText(String label) ^^^^^ Javadoc: Missing tag for parameter label ---------- 2495. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 149) public void setFilterStringValidator(ISystemValidator v) ^ Javadoc: Missing tag for parameter v ---------- 2496. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 158) public void setDuplicateFilterStringErrorMessage(SystemMessage msg) ^^^ Javadoc: Missing tag for parameter msg ---------- 2497. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 166) public void setWantTestButton(boolean wantTestButton) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter wantTestButton ---------- 2498. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 174) public void setEditable(boolean editable) ^^^^^^^^ Javadoc: Missing tag for parameter editable ---------- 2499. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 182) public void setSupportsMultipleStrings(boolean multi) ^^^^^ Javadoc: Missing tag for parameter multi ---------- 2500. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemChangeFilterPropertyPage.java (at line 265) protected ISystemFilter getFilter() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2501. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemComboBoxFieldEditor.java (at line 65) private SystemComboBoxFieldEditor() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SystemComboBoxFieldEditor() is never used locally ---------- 2502. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemComboBoxFieldEditor.java (at line 131) public void setValidator(ISystemValidator validator) ^^^^^^^^^ Javadoc: Missing tag for parameter validator ---------- 2503. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemComboBoxFieldEditor.java (at line 142) public void setMassager(ISystemMassager massager) ^^^^^^^^ Javadoc: Missing tag for parameter massager ---------- 2504. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemComboBoxFieldEditor.java (at line 260) public Combo getTextControl() ^^^^^ Javadoc: Missing tag for return type ---------- 2505. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemComboBoxFieldEditor.java (at line 320) public void setToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 2506. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemComboBoxFieldEditor.java (at line 330) protected boolean isReadOnly() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2507. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemComboBoxFieldEditor.java (at line 430) private boolean isSpecialValue(String input) ^^^^^^^ Javadoc: Missing tag for return type ---------- 2508. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemComboBoxFieldEditor.java (at line 430) private boolean isSpecialValue(String input) ^^^^^ Javadoc: Missing tag for parameter input ---------- ---------- 2509. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemFilterStringPropertyPage.java (at line 81) public void setFilterStringEditPane(SystemFilterStringEditPane editPane) ^^^^^^^^ Javadoc: Missing tag for parameter editPane ---------- 2510. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemFilterStringPropertyPage.java (at line 94) public void setSystemFilterPoolReferenceManagerProvider(ISystemFilterPoolReferenceManagerProvider provider) ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- 2511. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemFilterStringPropertyPage.java (at line 107) public void setSystemFilterPoolManagerProvider(ISystemFilterPoolManagerProvider provider) ^^^^^^^^ Javadoc: Missing tag for parameter provider ---------- 2512. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemFilterStringPropertyPage.java (at line 121) public void setFilterStringValidator(ISystemValidator v) ^ Javadoc: Missing tag for parameter v ---------- 2513. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemFilterStringPropertyPage.java (at line 130) public void setDuplicateFilterStringErrorMessage(SystemMessage msg) ^^^ Javadoc: Missing tag for parameter msg ---------- 2514. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemFilterStringPropertyPage.java (at line 137) public void setEditable(boolean editable) ^^^^^^^^ Javadoc: Missing tag for parameter editable ---------- 2515. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemFilterStringPropertyPage.java (at line 203) protected ISystemFilterString getFilterString() ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2516. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemKeyValueFieldEditor.java (at line 77) private SystemKeyValueFieldEditor() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SystemKeyValueFieldEditor() is never used locally ---------- 2517. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemKeyValueFieldEditor.java (at line 85) public SystemKeyValueFieldEditor(String name, String labelText, String[] keys, ^^^^ Javadoc: Missing tag for parameter name ---------- 2518. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemKeyValueFieldEditor.java (at line 85) public SystemKeyValueFieldEditor(String name, String labelText, String[] keys, ^^^^^^^^^ Javadoc: Missing tag for parameter labelText ---------- 2519. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemKeyValueFieldEditor.java (at line 85) public SystemKeyValueFieldEditor(String name, String labelText, String[] keys, ^^^^ Javadoc: Missing tag for parameter keys ---------- 2520. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemKeyValueFieldEditor.java (at line 86) String keysLabelString, String valueLabelString, Composite parent) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter keysLabelString ---------- 2521. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemKeyValueFieldEditor.java (at line 86) String keysLabelString, String valueLabelString, Composite parent) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter valueLabelString ---------- 2522. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemKeyValueFieldEditor.java (at line 86) String keysLabelString, String valueLabelString, Composite parent) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 2523. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemKeyValueFieldEditor.java (at line 110) public void setValueValidator(ISystemValidator v) ^ Javadoc: Missing tag for parameter v ---------- 2524. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemKeyValueFieldEditor.java (at line 188) public Hashtable parseString(String allvalues) ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2525. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemKeyValueFieldEditor.java (at line 188) public Hashtable parseString(String allvalues) ^^^^^^^^^ Javadoc: Missing tag for parameter allvalues ---------- 2526. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemKeyValueFieldEditor.java (at line 211) protected String createString(Hashtable keyValues) ^^^^^^ Javadoc: Missing tag for return type ---------- 2527. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemKeyValueFieldEditor.java (at line 211) protected String createString(Hashtable keyValues) ^^^^^^^^^ Javadoc: Missing tag for parameter keyValues ---------- 2528. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemKeyValueFieldEditor.java (at line 308) protected List getKeysControl() ^^^^ Javadoc: Missing tag for return type ---------- 2529. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemKeyValueFieldEditor.java (at line 315) protected Text getValueControl() ^^^^ Javadoc: Missing tag for return type ---------- 2530. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemKeyValueFieldEditor.java (at line 443) private Button createPushButton(Composite parent, String label, String tooltip) ^^^^^^ Javadoc: Missing tag for return type ---------- 2531. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemKeyValueFieldEditor.java (at line 496) protected SystemMessage validateValueInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2532. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemKeyValueFieldEditor.java (at line 582) public void setHeightHint(int hint) ^^^^ Javadoc: Missing tag for parameter hint ---------- 2533. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemKeyValueFieldEditor.java (at line 594) public void setKeysWidthHint(int hint) ^^^^ Javadoc: Missing tag for parameter hint ---------- 2534. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemKeyValueFieldEditor.java (at line 603) public void setValuesWidthHint(int hint) ^^^^ Javadoc: Missing tag for parameter hint ---------- 2535. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemKeyValueFieldEditor.java (at line 612) public void setToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 2536. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemKeyValueFieldEditor.java (at line 625) public String getToolTipText() ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2537. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemStringFieldEditor.java (at line 61) private SystemStringFieldEditor() ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SystemStringFieldEditor() is never used locally ---------- 2538. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemStringFieldEditor.java (at line 85) public void setValidator(ISystemValidator validator) ^^^^^^^^^ Javadoc: Missing tag for parameter validator ---------- 2539. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemStringFieldEditor.java (at line 96) public void setMassager(ISystemMassager massager) ^^^^^^^^ Javadoc: Missing tag for parameter massager ---------- 2540. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemStringFieldEditor.java (at line 212) protected Text getTextControl() ^^^^ Javadoc: Missing tag for return type ---------- 2541. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemStringFieldEditor.java (at line 264) public void setToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- ---------- 2542. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemSubSystemPropertyPageCoreForm.java (at line 58) public SystemSubSystemPropertyPageCoreForm(ISystemMessageLine msgLine, Object caller) ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- 2543. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemSubSystemPropertyPageCoreForm.java (at line 58) public SystemSubSystemPropertyPageCoreForm(ISystemMessageLine msgLine, Object caller) ^^^^^^ Javadoc: Missing tag for parameter caller ---------- 2544. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemSubSystemPropertyPageCoreForm.java (at line 122) protected boolean isPortEditable() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2545. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemSubSystemPropertyPageCoreForm.java (at line 129) protected boolean isUserIdApplicable() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2546. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemSubSystemPropertyPageCoreForm.java (at line 219) protected SystemMessage validateUserIdInput() { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2547. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemSubSystemPropertyPageCoreForm.java (at line 258) protected String getUserId() ^^^^^^ Javadoc: Missing tag for return type ---------- 2548. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemSubSystemPropertyPageCoreForm.java (at line 357) private void updateUserId(ISubSystem subsys) ^^^^^^ Javadoc: Missing tag for parameter subsys ---------- 2549. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemSubSystemPropertyPageCoreForm.java (at line 372) private void updatePort(ISubSystem subsys) ^^^^^^ Javadoc: Missing tag for parameter subsys ---------- 2550. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemSubSystemPropertyPageCoreForm.java (at line 390) private String getTranslatedNotApplicable() ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2551. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemTeamViewCategoryPropertyPage.java (at line 93) protected SystemTeamViewCategoryNode getCategoryNode() ^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2552. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemTypeFieldEditor.java (at line 261) private static Hashtable parseString(String allvalues) ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2553. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemTypeFieldEditor.java (at line 261) private static Hashtable parseString(String allvalues) ^^^^^^^^^ Javadoc: Missing tag for parameter allvalues ---------- 2554. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemTypeFieldEditor.java (at line 293) public static String createString(Hashtable keyValues) ^^^^^^ Javadoc: Missing tag for return type ---------- 2555. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemTypeFieldEditor.java (at line 293) public static String createString(Hashtable keyValues) ^^^^^^^^^ Javadoc: Missing tag for parameter keyValues ---------- 2556. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemTypeFieldEditor.java (at line 488) public void setToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- ---------- 2557. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ISystemValidator.java (at line 35) public int getMaximumNameLength(); ^^^ Javadoc: Missing tag for return type ---------- 2558. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ISystemValidator.java (at line 42) public SystemMessage getSystemMessage(); ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2559. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ISystemValidator.java (at line 51) public SystemMessage validate(String text); ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2560. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ISystemValidator.java (at line 51) public SystemMessage validate(String text); ^^^^ Javadoc: Missing tag for parameter text ---------- ---------- 2561. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ISystemValidatorUniqueString.java (at line 33) public void setCaseSensitive(boolean caseSensitive); ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- 2562. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ISystemValidatorUniqueString.java (at line 37) public void setExistingNamesList(String[] existingList); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter existingList ---------- 2563. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ISystemValidatorUniqueString.java (at line 43) public void setExistingNamesList(Collection existingList); ^^^^^^^^^^^^ Javadoc: Missing tag for parameter existingList ---------- 2564. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ISystemValidatorUniqueString.java (at line 48) public String[] getExistingNamesList(); ^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2565. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/IValidatorRemoteSelection.java (at line 39) public SystemMessage isValid(IHost selectedConnection, Object[] selectedObjects, ISystemRemoteElementAdapter[] remoteAdaptersForSelectedObject); ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2566. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/IValidatorRemoteSelection.java (at line 39) public SystemMessage isValid(IHost selectedConnection, Object[] selectedObjects, ISystemRemoteElementAdapter[] remoteAdaptersForSelectedObject); ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedConnection ---------- 2567. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/IValidatorRemoteSelection.java (at line 39) public SystemMessage isValid(IHost selectedConnection, Object[] selectedObjects, ISystemRemoteElementAdapter[] remoteAdaptersForSelectedObject); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedObjects ---------- 2568. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/IValidatorRemoteSelection.java (at line 39) public SystemMessage isValid(IHost selectedConnection, Object[] selectedObjects, ISystemRemoteElementAdapter[] remoteAdaptersForSelectedObject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteAdaptersForSelectedObject ---------- ---------- 2569. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorConnectionName.java (at line 62) public static boolean validateNameNotInUse(String proposedName, Shell shell) ^^^^^^^ Javadoc: Missing tag for return type ---------- 2570. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorConnectionName.java (at line 62) public static boolean validateNameNotInUse(String proposedName, Shell shell) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter proposedName ---------- 2571. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorConnectionName.java (at line 62) public static boolean validateNameNotInUse(String proposedName, Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- ---------- 2572. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorFactory.java (at line 14) import java.util.ArrayList; ^^^^^^^^^^^^^^^^^^^ The import java.util.ArrayList is never used ---------- ---------- 2573. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorFileName.java (at line 63) public ValidatorFileName(String existingNameList[]) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter existingNameList ---------- 2574. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorFileName.java (at line 100) protected boolean checkForBadCharacters(String newText) ^^^^^^^ Javadoc: Missing tag for parameter newText ---------- ---------- 2575. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorFilterName.java (at line 82) protected boolean checkForBadCharacters(String newText) ^^^^^^^ Javadoc: Missing tag for parameter newText ---------- ---------- 2576. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorFilterPoolName.java (at line 80) protected boolean checkForBadCharacters(String newText) ^^^^^^^ Javadoc: Missing tag for parameter newText ---------- ---------- 2577. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorFilterString.java (at line 78) public ValidatorFilterString(boolean caseSensitive) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- 2578. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorFilterString.java (at line 87) public void setDuplicateFilterStringErrorMessage(SystemMessage msg) ^^^ Javadoc: Missing tag for parameter msg ---------- 2579. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorFilterString.java (at line 95) protected static String[] convertFilterStringsToStrings(ISystemFilterString[] filterStrings) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 2580. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorFilterString.java (at line 95) protected static String[] convertFilterStringsToStrings(ISystemFilterString[] filterStrings) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterStrings ---------- ---------- 2581. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorFolderName.java (at line 63) public ValidatorFolderName(String existingNameList[]) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter existingNameList ---------- 2582. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorFolderName.java (at line 100) protected boolean checkForBadCharacters(String newText) ^^^^^^^ Javadoc: Missing tag for parameter newText ---------- ---------- 2583. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorIntegerInput.java (at line 47) public ValidatorIntegerInput(SystemMessage emptyMsg) ^^^^^^^^ Javadoc: Missing tag for parameter emptyMsg ---------- 2584. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorIntegerInput.java (at line 55) public ValidatorIntegerInput(SystemMessage emptyMsg, SystemMessage invalidMsg) ^^^^^^^^ Javadoc: Missing tag for parameter emptyMsg ---------- 2585. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorIntegerInput.java (at line 55) public ValidatorIntegerInput(SystemMessage emptyMsg, SystemMessage invalidMsg) ^^^^^^^^^^ Javadoc: Missing tag for parameter invalidMsg ---------- 2586. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorIntegerInput.java (at line 63) public void setBlankAllowed(boolean allowBlank) ^^^^^^^^^^ Javadoc: Missing tag for parameter allowBlank ---------- 2587. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorIntegerInput.java (at line 71) public void setErrorMessages(SystemMessage emptyMsg, SystemMessage invalidMsg) ^^^^^^^^ Javadoc: Missing tag for parameter emptyMsg ---------- 2588. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorIntegerInput.java (at line 71) public void setErrorMessages(SystemMessage emptyMsg, SystemMessage invalidMsg) ^^^^^^^^^^ Javadoc: Missing tag for parameter invalidMsg ---------- 2589. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorIntegerInput.java (at line 159) public int getNumber() ^^^ Javadoc: Missing tag for return type ---------- ---------- 2590. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorIntegerRangeInput.java (at line 62) public void setRange(int minRange, int maxRange) ^^^^^^^^ Javadoc: Missing tag for parameter minRange ---------- 2591. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorIntegerRangeInput.java (at line 62) public void setRange(int minRange, int maxRange) ^^^^^^^^ Javadoc: Missing tag for parameter maxRange ---------- 2592. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorIntegerRangeInput.java (at line 79) public void setErrorMessages(SystemMessage emptyMsg, SystemMessage invalidMsg, SystemMessage outOfRangeMsg) ^^^^^^^^ Javadoc: Missing tag for parameter emptyMsg ---------- 2593. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorIntegerRangeInput.java (at line 79) public void setErrorMessages(SystemMessage emptyMsg, SystemMessage invalidMsg, SystemMessage outOfRangeMsg) ^^^^^^^^^^ Javadoc: Missing tag for parameter invalidMsg ---------- 2594. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorIntegerRangeInput.java (at line 79) public void setErrorMessages(SystemMessage emptyMsg, SystemMessage invalidMsg, SystemMessage outOfRangeMsg) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter outOfRangeMsg ---------- ---------- 2595. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorLocalPath.java (at line 41) public ValidatorLocalPath(Collection existingNameList) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter existingNameList ---------- 2596. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorLocalPath.java (at line 49) public ValidatorLocalPath(String[] existingNameList) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter existingNameList ---------- ---------- 2597. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorLongInput.java (at line 47) public ValidatorLongInput(SystemMessage emptyMsg) ^^^^^^^^ Javadoc: Missing tag for parameter emptyMsg ---------- 2598. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorLongInput.java (at line 55) public ValidatorLongInput(SystemMessage emptyMsg, SystemMessage invalidMsg) ^^^^^^^^ Javadoc: Missing tag for parameter emptyMsg ---------- 2599. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorLongInput.java (at line 55) public ValidatorLongInput(SystemMessage emptyMsg, SystemMessage invalidMsg) ^^^^^^^^^^ Javadoc: Missing tag for parameter invalidMsg ---------- 2600. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorLongInput.java (at line 63) public void setBlankAllowed(boolean allowBlank) ^^^^^^^^^^ Javadoc: Missing tag for parameter allowBlank ---------- 2601. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorLongInput.java (at line 71) public void setErrorMessages(SystemMessage emptyMsg, SystemMessage invalidMsg) ^^^^^^^^ Javadoc: Missing tag for parameter emptyMsg ---------- 2602. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorLongInput.java (at line 71) public void setErrorMessages(SystemMessage emptyMsg, SystemMessage invalidMsg) ^^^^^^^^^^ Javadoc: Missing tag for parameter invalidMsg ---------- 2603. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorLongInput.java (at line 158) public long getNumber() ^^^^ Javadoc: Missing tag for return type ---------- ---------- 2604. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorLongRangeInput.java (at line 62) public void setRange(long minRange, long maxRange) ^^^^^^^^ Javadoc: Missing tag for parameter minRange ---------- 2605. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorLongRangeInput.java (at line 62) public void setRange(long minRange, long maxRange) ^^^^^^^^ Javadoc: Missing tag for parameter maxRange ---------- 2606. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorLongRangeInput.java (at line 79) public void setErrorMessages(SystemMessage emptyMsg, SystemMessage invalidMsg, SystemMessage outOfRangeMsg) ^^^^^^^^ Javadoc: Missing tag for parameter emptyMsg ---------- 2607. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorLongRangeInput.java (at line 79) public void setErrorMessages(SystemMessage emptyMsg, SystemMessage invalidMsg, SystemMessage outOfRangeMsg) ^^^^^^^^^^ Javadoc: Missing tag for parameter invalidMsg ---------- 2608. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorLongRangeInput.java (at line 79) public void setErrorMessages(SystemMessage emptyMsg, SystemMessage invalidMsg, SystemMessage outOfRangeMsg) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter outOfRangeMsg ---------- ---------- 2609. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorPathName.java (at line 56) public ValidatorPathName(String existingNameList[]) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter existingNameList ---------- ---------- 2610. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorProfileName.java (at line 63) private SystemMessage getReservedNameMessage() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2611. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorSourceType.java (at line 40) public ValidatorSourceType(boolean caseSensitive) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- 2612. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorSourceType.java (at line 69) protected boolean checkForBadCharacters(String newText) ^^^^^^^ Javadoc: Missing tag for parameter newText ---------- ---------- 2613. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorSpecialChar.java (at line 96) protected String doMessageSubstitution(SystemMessage msg, String substitution) ^^^^^^ Javadoc: Missing tag for return type ---------- 2614. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorSpecialChar.java (at line 96) protected String doMessageSubstitution(SystemMessage msg, String substitution) ^^^ Javadoc: Missing tag for parameter msg ---------- 2615. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorSpecialChar.java (at line 96) protected String doMessageSubstitution(SystemMessage msg, String substitution) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter substitution ---------- 2616. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorSpecialChar.java (at line 108) protected String getSystemMessageText(SystemMessage msg) ^^^^^^ Javadoc: Missing tag for return type ---------- 2617. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorSpecialChar.java (at line 108) protected String getSystemMessageText(SystemMessage msg) ^^^ Javadoc: Missing tag for parameter msg ---------- 2618. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorSpecialChar.java (at line 169) public SystemMessage isSyntaxOk(String newText) ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2619. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorSpecialChar.java (at line 169) public SystemMessage isSyntaxOk(String newText) ^^^^^^^ Javadoc: Missing tag for parameter newText ---------- ---------- 2620. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorSystemName.java (at line 61) public ValidatorSystemName(String existingNameList[]) ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter existingNameList ---------- ---------- 2621. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorUniqueString.java (at line 165) private void init(String names[], boolean caseSensitive) { ^^^^^ Javadoc: Missing tag for parameter names ---------- 2622. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorUniqueString.java (at line 165) private void init(String names[], boolean caseSensitive) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter caseSensitive ---------- 2623. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorUniqueString.java (at line 190) public static String quotedToLowerCase(String input) ^^^^^^ Javadoc: Missing tag for return type ---------- 2624. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorUniqueString.java (at line 190) public static String quotedToLowerCase(String input) ^^^^^ Javadoc: Missing tag for parameter input ---------- 2625. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorUniqueString.java (at line 224) public SystemMessage isSyntaxOk(String newText) ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2626. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorUniqueString.java (at line 224) public SystemMessage isSyntaxOk(String newText) ^^^^^^^ Javadoc: Missing tag for parameter newText ---------- 2627. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorUniqueString.java (at line 241) protected String doMessageSubstitution(SystemMessage msg, String substitution) ^^^^^^ Javadoc: Missing tag for return type ---------- 2628. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorUniqueString.java (at line 241) protected String doMessageSubstitution(SystemMessage msg, String substitution) ^^^ Javadoc: Missing tag for parameter msg ---------- 2629. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorUniqueString.java (at line 241) protected String doMessageSubstitution(SystemMessage msg, String substitution) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter substitution ---------- 2630. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorUniqueString.java (at line 258) protected String getSystemMessageText(SystemMessage msg) ^^^^^^ Javadoc: Missing tag for return type ---------- 2631. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorUniqueString.java (at line 258) protected String getSystemMessageText(SystemMessage msg) ^^^ Javadoc: Missing tag for parameter msg ---------- ---------- 2632. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/validators/ValidatorUserId.java (at line 38) public ValidatorUserId(boolean isEmptyAllowed) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter isEmptyAllowed ---------- ---------- 2633. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 294) protected ISystemTree getCurrentTreeView() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2634. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 552) protected static IPropertyDescriptor[] getDefaultDescriptors() ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2635. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 578) protected static PropertyDescriptor createSimplePropertyDescriptor(String propertyKey, String label, String description) ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2636. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 771) private int getChildCount(TreeViewer viewer, Object element) ^^^ Javadoc: Missing tag for return type ---------- 2637. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 771) private int getChildCount(TreeViewer viewer, Object element) ^^^^^^ Javadoc: Missing tag for parameter viewer ---------- 2638. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 771) private int getChildCount(TreeViewer viewer, Object element) ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2639. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 790) private Widget findItemInTree(TreeViewer tree, Object element) ^^^^^^ Javadoc: Missing tag for return type ---------- 2640. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 790) private Widget findItemInTree(TreeViewer tree, Object element) ^^^^ Javadoc: Missing tag for parameter tree ---------- 2641. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 790) private Widget findItemInTree(TreeViewer tree, Object element) ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2642. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 806) private Widget internalFindItem(Tree tree, Item parent, Object element) ^^^^^^ Javadoc: Missing tag for return type ---------- 2643. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 806) private Widget internalFindItem(Tree tree, Item parent, Object element) ^^^^ Javadoc: Missing tag for parameter tree ---------- 2644. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 806) private Widget internalFindItem(Tree tree, Item parent, Object element) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 2645. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 806) private Widget internalFindItem(Tree tree, Item parent, Object element) ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2646. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 828) private Item[] getChildren(Widget o) ^^^^^^ Javadoc: Missing tag for return type ---------- 2647. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 828) private Item[] getChildren(Widget o) ^ Javadoc: Missing tag for parameter o ---------- 2648. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1274) public Object doDrop(Object from, Object to, boolean sameSystemType, boolean sameSystem, IProgressMonitor monitor) ^^^^ Javadoc: Missing tag for parameter from ---------- 2649. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1274) public Object doDrop(Object from, Object to, boolean sameSystemType, boolean sameSystem, IProgressMonitor monitor) ^^ Javadoc: Missing tag for parameter to ---------- 2650. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1274) public Object doDrop(Object from, Object to, boolean sameSystemType, boolean sameSystem, IProgressMonitor monitor) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter sameSystemType ---------- 2651. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1274) public Object doDrop(Object from, Object to, boolean sameSystemType, boolean sameSystem, IProgressMonitor monitor) ^^^^^^^^^^ Javadoc: Missing tag for parameter sameSystem ---------- 2652. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1274) public Object doDrop(Object from, Object to, boolean sameSystemType, boolean sameSystem, IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 2653. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1583) private String[] tokenize(String input) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 2654. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1583) private String[] tokenize(String input) ^^^^^ Javadoc: Missing tag for parameter input ---------- 2655. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1612) public String getRemoteSubSubType(Object element) ^^^^^^ Javadoc: Missing tag for return type ---------- 2656. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1612) public String getRemoteSubSubType(Object element) ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2657. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1625) public String getRemoteSourceType(Object element) ^^^^^^ Javadoc: Missing tag for return type ---------- 2658. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1625) public String getRemoteSourceType(Object element) ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2659. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1668) protected ISystemViewElementAdapter getSystemViewElementAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2660. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1668) protected ISystemViewElementAdapter getSystemViewElementAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 2661. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1700) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2662. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1700) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 2663. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1750) protected ISystemTree getSystemTree() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2664. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1763) public String getTranslatedYes() ^^^^^^ Javadoc: Missing tag for return type ---------- 2665. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1774) protected String getTranslatedNo() ^^^^^^ Javadoc: Missing tag for return type ---------- 2666. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1785) protected String getTranslatedTrue() ^^^^^^ Javadoc: Missing tag for return type ---------- 2667. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1795) protected String getTranslatedFalse() ^^^^^^ Javadoc: Missing tag for return type ---------- 2668. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1805) protected String getTranslatedNotApplicable() ^^^^^^ Javadoc: Missing tag for return type ---------- 2669. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1815) protected String getTranslatedNotAvailable() ^^^^^^ Javadoc: Missing tag for return type ---------- 2670. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1872) protected Object[] checkForNull(Object[] children, boolean returnNullMsg) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 2671. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1872) protected Object[] checkForNull(Object[] children, boolean returnNullMsg) ^^^^^^^^ Javadoc: Missing tag for parameter children ---------- 2672. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1872) protected Object[] checkForNull(Object[] children, boolean returnNullMsg) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter returnNullMsg ---------- 2673. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1894) protected final Object[] getCancelledMessageObject() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 2674. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1905) protected final Object[] getFailedMessageObject() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 2675. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1918) protected final Object[] getEmptyMessageObject() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 2676. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1930) protected Object getFirstSelection(IStructuredSelection selection) ^^^^^^ Javadoc: Missing tag for return type ---------- 2677. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/AbstractSystemViewAdapter.java (at line 1930) protected Object getFirstSelection(IStructuredSelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- ---------- 2678. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemEditableRemoteObject.java (at line 49) public void setReadOnly(boolean isReadOnly); ^^^^^^^^^^ Javadoc: Missing tag for parameter isReadOnly ---------- 2679. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemEditableRemoteObject.java (at line 62) public boolean download(Shell shell) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 2680. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemEditableRemoteObject.java (at line 69) public boolean download(IProgressMonitor monitor) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 2681. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemEditableRemoteObject.java (at line 81) public IFile getLocalResource(); ^^^^^ Javadoc: Missing tag for return type ---------- 2682. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemEditableRemoteObject.java (at line 86) public int checkOpenInEditor() throws CoreException; ^^^ Javadoc: Missing tag for return type ---------- 2683. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemEditableRemoteObject.java (at line 86) public int checkOpenInEditor() throws CoreException; ^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception CoreException ---------- 2684. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemEditableRemoteObject.java (at line 91) public IEditorPart getEditorPart(); ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2685. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemEditableRemoteObject.java (at line 96) public IAdaptable getRemoteObject(); ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2686. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemEditableRemoteObject.java (at line 103) public void open(Shell shell); ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2687. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemEditableRemoteObject.java (at line 108) public void open(Shell shell, boolean readOnly); ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2688. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemEditableRemoteObject.java (at line 108) public void open(Shell shell, boolean readOnly); ^^^^^^^^ Javadoc: Missing tag for parameter readOnly ---------- 2689. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemEditableRemoteObject.java (at line 113) public void open(IProgressMonitor monitor); ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 2690. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemEditableRemoteObject.java (at line 118) public void open(boolean readOnly, IProgressMonitor monitor); ^^^^^^^^ Javadoc: Missing tag for parameter readOnly ---------- 2691. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemEditableRemoteObject.java (at line 118) public void open(boolean readOnly, IProgressMonitor monitor); ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 2692. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemEditableRemoteObject.java (at line 123) public void setLocalResourceProperties() throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 2693. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemEditableRemoteObject.java (at line 133) public void openEditor() throws PartInitException; ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for declared exception PartInitException ---------- 2694. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemEditableRemoteObject.java (at line 143) public boolean isDirty(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2695. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemEditableRemoteObject.java (at line 149) public String getAbsolutePath(); ^^^^^^ Javadoc: Missing tag for return type ---------- 2696. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemEditableRemoteObject.java (at line 154) public ISubSystem getSubSystem(); ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2697. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemEditableRemoteObject.java (at line 159) public boolean exists(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2698. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemEditableRemoteObject.java (at line 164) public boolean isStale(); ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2699. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemLongRunningRequestListener.java (at line 31) public void startingLongRunningRequest(SystemLongRunningRequestEvent event); ^^^^^ Javadoc: Missing tag for parameter event ---------- 2700. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemLongRunningRequestListener.java (at line 35) public void endingLongRunningRequest(SystemLongRunningRequestEvent event); ^^^^^ Javadoc: Missing tag for parameter event ---------- ---------- 2701. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemRemoteElementAdapter.java (at line 49) public String getAbsoluteParentName(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2702. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemRemoteElementAdapter.java (at line 124) public Object getRemoteParent(Object element, IProgressMonitor monitor) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 2703. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemRemoteElementAdapter.java (at line 143) public String[] getRemoteParentNamesInUse(Object element, IProgressMonitor monitor) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- ---------- 2704. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemSelectAllTarget.java (at line 35) public boolean enableSelectAll(IStructuredSelection selection); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2705. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemSelectAllTarget.java (at line 35) public boolean enableSelectAll(IStructuredSelection selection); ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 2706. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemSelectAllTarget.java (at line 42) public void doSelectAll(IStructuredSelection selection); ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- ---------- 2707. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemSelectRemoteObjectAPIProviderCaller.java (at line 36) public ISystemFilter createFilterByPrompting(ISystemFilter filterPrompt, Shell shell) ^^^^^^^^^^^^ Javadoc: Missing tag for parameter filterPrompt ---------- 2708. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemSelectRemoteObjectAPIProviderCaller.java (at line 36) public ISystemFilter createFilterByPrompting(ISystemFilter filterPrompt, Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2709. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemSelectRemoteObjectAPIProviderCaller.java (at line 37) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- ---------- 2710. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 70) public void setShell(Shell shell); ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2711. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 76) public void setViewer(Viewer viewer); ^^^^^^ Javadoc: Missing tag for parameter viewer ---------- 2712. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 83) public void setInput(ISystemViewInputProvider input); ^^^^^ Javadoc: Missing tag for parameter input ---------- 2713. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 89) public Shell getShell(); ^^^^^ Javadoc: Missing tag for return type ---------- 2714. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 94) public Viewer getViewer(); ^^^^^^ Javadoc: Missing tag for return type ---------- 2715. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 99) public ISystemViewInputProvider getInput(); ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2716. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 117) public Object getPropertyValue(Object key, boolean formatted); ^^^^^^ Javadoc: Missing tag for return type ---------- 2717. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 117) public Object getPropertyValue(Object key, boolean formatted); ^^^ Javadoc: Missing tag for parameter key ---------- 2718. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 117) public Object getPropertyValue(Object key, boolean formatted); ^^^^^^^^^ Javadoc: Missing tag for parameter formatted ---------- 2719. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 125) public IPropertyDescriptor[] getUniquePropertyDescriptors(); ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2720. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 155) public ImageDescriptor getImageDescriptor(Object element); ^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2721. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 159) public String getText(Object element); ^^^^^^ Javadoc: Missing tag for return type ---------- 2722. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 159) public String getText(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2723. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 163) public String getAlternateText(Object element); ^^^^^^ Javadoc: Missing tag for return type ---------- 2724. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 163) public String getAlternateText(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2725. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 167) public String getName(Object element); ^^^^^^ Javadoc: Missing tag for return type ---------- 2726. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 167) public String getName(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2727. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 171) public String getType(Object element); ^^^^^^ Javadoc: Missing tag for return type ---------- 2728. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 171) public String getType(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2729. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 175) public String getStatusLineText(Object element); ^^^^^^ Javadoc: Missing tag for return type ---------- 2730. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 175) public String getStatusLineText(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2731. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 179) public Object getParent(Object element); ^^^^^^ Javadoc: Missing tag for return type ---------- 2732. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 179) public Object getParent(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2733. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 214) public Object[] getChildrenUsingExpandToFilter(Object element, String expandToFilter); ^^^^^^^^ Javadoc: Missing tag for return type ---------- 2734. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 214) public Object[] getChildrenUsingExpandToFilter(Object element, String expandToFilter); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2735. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 214) public Object[] getChildrenUsingExpandToFilter(Object element, String expandToFilter); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter expandToFilter ---------- 2736. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 244) public boolean isPromptable(Object element); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2737. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 244) public boolean isPromptable(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2738. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 263) public void setPropertySourceInput(Object propertySourceInput); ^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter propertySourceInput ---------- 2739. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 269) public boolean handleDoubleClick(Object element); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2740. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 269) public boolean handleDoubleClick(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2741. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 278) public boolean showDelete(Object element); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2742. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 278) public boolean showDelete(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2743. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 283) public boolean canDelete(Object element); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2744. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 283) public boolean canDelete(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2745. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 289) public boolean doDelete(Shell shell, Object element, IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for return type ---------- 2746. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 289) public boolean doDelete(Shell shell, Object element, IProgressMonitor monitor) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2747. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 289) public boolean doDelete(Shell shell, Object element, IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2748. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 289) public boolean doDelete(Shell shell, Object element, IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 2749. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 290) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 2750. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 298) public boolean doDeleteBatch(Shell shell, List resourceSet, IProgressMonitor monitor) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2751. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 298) public boolean doDeleteBatch(Shell shell, List resourceSet, IProgressMonitor monitor) ^^^^^^^^^^^ Javadoc: Missing tag for parameter resourceSet ---------- 2752. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 298) public boolean doDeleteBatch(Shell shell, List resourceSet, IProgressMonitor monitor) ^^^^^^^ Javadoc: Missing tag for parameter monitor ---------- 2753. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 299) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 2754. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 308) public boolean showRename(Object element); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2755. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 308) public boolean showRename(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2756. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 313) public boolean canRename(Object element); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2757. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 313) public boolean canRename(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2758. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 317) public boolean doRename(Shell shell, Object element, String name) ^^^^^^^ Javadoc: Missing tag for return type ---------- 2759. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 317) public boolean doRename(Shell shell, Object element, String name) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2760. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 317) public boolean doRename(Shell shell, Object element, String name) ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2761. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 317) public boolean doRename(Shell shell, Object element, String name) ^^^^ Javadoc: Missing tag for parameter name ---------- 2762. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 318) throws Exception; ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 2763. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 328) public ISystemValidator getNameValidator(Object element); ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2764. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 328) public ISystemValidator getNameValidator(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2765. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 341) public String getCanonicalNewName(Object element, String newName); ^^^^^^ Javadoc: Missing tag for return type ---------- 2766. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 341) public String getCanonicalNewName(Object element, String newName); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2767. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 341) public String getCanonicalNewName(Object element, String newName); ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 2768. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 346) public boolean namesAreEqual(Object element, String newName); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2769. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 346) public boolean namesAreEqual(Object element, String newName); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2770. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 346) public boolean namesAreEqual(Object element, String newName); ^^^^^^^ Javadoc: Missing tag for parameter newName ---------- 2771. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 353) public boolean showRefresh(Object element); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2772. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 353) public boolean showRefresh(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2773. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 361) public boolean showProperties(Object element); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2774. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 361) public boolean showProperties(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2775. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 369) public boolean showOpenViewActions(Object element); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2776. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 369) public boolean showOpenViewActions(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2777. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 374) public boolean showGenericShowInTableAction(Object element); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2778. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 374) public boolean showGenericShowInTableAction(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2779. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 383) public String getMementoHandle(Object element); ^^^^^^ Javadoc: Missing tag for return type ---------- 2780. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 383) public String getMementoHandle(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2781. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 388) public String getInputMementoHandle(Object element); ^^^^^^ Javadoc: Missing tag for return type ---------- 2782. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 388) public String getInputMementoHandle(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2783. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 394) public String getMementoHandleKey(Object element); ^^^^^^ Javadoc: Missing tag for return type ---------- 2784. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 394) public String getMementoHandleKey(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- 2785. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 399) public boolean saveExpansionState(Object element); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2786. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/ISystemViewElementAdapter.java (at line 399) public boolean saveExpansionState(Object element); ^^^^^^^ Javadoc: Missing tag for parameter element ---------- ---------- 2787. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 51) import org.eclipse.rse.internal.core.filters.SystemFilterPoolWrapperInformation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFilterPoolWrapperInformation is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 2788. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 230) protected List getSubSystemPropertyPages(ISubSystemConfiguration config) ^^^^^^ Javadoc: Missing tag for parameter config ---------- 2789. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 633) SystemFilterPoolWrapperInformation poolWrapperInfo = getNewFilterWizardPoolWrapperInformation(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFilterPoolWrapperInformation is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 2790. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 642) poolWrapperInfo.addWrapper(activeProfiles[idx].getName(), defaultPool, (activeProfiles[idx] == activeProfile)); // display name, pool to wrap, whether to preselect ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addWrapper(String, ISystemFilterPool, boolean) from the type SystemFilterPoolWrapperInformation is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 2791. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 656) public ISystemFilterPool getDefaultSystemFilterPool(ISubSystemConfiguration config, ISystemProfile profile) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2792. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 656) public ISystemFilterPool getDefaultSystemFilterPool(ISubSystemConfiguration config, ISystemProfile profile) ^^^^^^ Javadoc: Missing tag for parameter config ---------- 2793. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 656) public ISystemFilterPool getDefaultSystemFilterPool(ISubSystemConfiguration config, ISystemProfile profile) ^^^^^^^ Javadoc: Missing tag for parameter profile ---------- 2794. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 668) protected SystemFilterPoolWrapperInformation getNewFilterWizardPoolWrapperInformation() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFilterPoolWrapperInformation is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 2795. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 668) protected SystemFilterPoolWrapperInformation getNewFilterWizardPoolWrapperInformation() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2796. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 670) return new SystemFilterPoolWrapperInformation(SystemResources.RESID_NEWFILTER_PAGE2_PROFILE_LABEL, SystemResources.RESID_NEWFILTER_PAGE2_PROFILE_TOOLTIP, SystemResources.RESID_NEWFILTER_PAGE2_PROFILE_VERBIAGE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SystemFilterPoolWrapperInformation(String, String, String) is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 2797. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 670) return new SystemFilterPoolWrapperInformation(SystemResources.RESID_NEWFILTER_PAGE2_PROFILE_LABEL, SystemResources.RESID_NEWFILTER_PAGE2_PROFILE_TOOLTIP, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SystemFilterPoolWrapperInformation is not accessible due to restriction on classpath entry /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.core/@dot ---------- 2798. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 681) protected IAction[] getSubSystemNewFilterPoolActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISubSystem selectedSubSystem) ^^^^ Javadoc: Missing tag for parameter menu ---------- 2799. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 681) protected IAction[] getSubSystemNewFilterPoolActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISubSystem selectedSubSystem) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 2800. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 681) protected IAction[] getSubSystemNewFilterPoolActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISubSystem selectedSubSystem) ^^^^^^^^^ Javadoc: Missing tag for parameter menuGroup ---------- 2801. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 681) protected IAction[] getSubSystemNewFilterPoolActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISubSystem selectedSubSystem) ^^^^^^ Javadoc: Missing tag for parameter config ---------- 2802. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 837) protected IAction[] getNewFilterPoolFilterActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPool selectedPool) ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2803. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 837) protected IAction[] getNewFilterPoolFilterActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPool selectedPool) ^^^^ Javadoc: Missing tag for parameter menu ---------- 2804. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 837) protected IAction[] getNewFilterPoolFilterActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPool selectedPool) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 2805. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 837) protected IAction[] getNewFilterPoolFilterActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPool selectedPool) ^^^^^^^^^ Javadoc: Missing tag for parameter menuGroup ---------- 2806. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 837) protected IAction[] getNewFilterPoolFilterActions(SystemMenuManager menu, IStructuredSelection selection, Shell shell, String menuGroup, ISubSystemConfiguration config, ISystemFilterPool selectedPool) ^^^^^^ Javadoc: Missing tag for parameter config ---------- 2807. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 854) protected IAction getNewFilterPoolFilterAction(ISubSystemConfiguration config, ISystemFilterPool selectedPool, Shell shell) ^^^^^^^ Javadoc: Missing tag for return type ---------- 2808. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 854) protected IAction getNewFilterPoolFilterAction(ISubSystemConfiguration config, ISystemFilterPool selectedPool, Shell shell) ^^^^^^ Javadoc: Missing tag for parameter config ---------- 2809. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 867) protected IAction getNewNestedFilterAction(ISubSystemConfiguration config, ISystemFilter selectedFilter, Shell shell) ^^^^^^^ Javadoc: Missing tag for return type ---------- 2810. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 867) protected IAction getNewNestedFilterAction(ISubSystemConfiguration config, ISystemFilter selectedFilter, Shell shell) ^^^^^^ Javadoc: Missing tag for parameter config ---------- 2811. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 879) protected IAction getChangeFilterAction(ISubSystemConfiguration config, ISystemFilter selectedFilter, Shell shell) ^^^^^^^ Javadoc: Missing tag for return type ---------- 2812. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 879) protected IAction getChangeFilterAction(ISubSystemConfiguration config, ISystemFilter selectedFilter, Shell shell) ^^^^^^ Javadoc: Missing tag for parameter config ---------- 2813. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 1035) protected IAction getRemoveFilterPoolReferenceAction(ISubSystemConfiguration config, ISystemFilterPool selectedPool, Shell shell) ^^^^^^^ Javadoc: Missing tag for return type ---------- 2814. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 1035) protected IAction getRemoveFilterPoolReferenceAction(ISubSystemConfiguration config, ISystemFilterPool selectedPool, Shell shell) ^^^^^^ Javadoc: Missing tag for parameter config ---------- 2815. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 1177) protected Vector getAdditionalFilterActions(ISubSystemConfiguration config, ISystemFilter selectedFilter, Shell shell) ^^^^^^ Javadoc: Missing tag for parameter config ---------- 2816. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 1177) protected Vector getAdditionalFilterActions(ISubSystemConfiguration config, ISystemFilter selectedFilter, Shell shell) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedFilter ---------- 2817. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SubSystemConfigurationAdapter.java (at line 1177) protected Vector getAdditionalFilterActions(ISubSystemConfiguration config, ISystemFilter selectedFilter, Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- ---------- 2818. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemAdapterHelpers.java (at line 39) public static ISystemViewElementAdapter getViewAdapter(Object o) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2819. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemAdapterHelpers.java (at line 39) public static ISystemViewElementAdapter getViewAdapter(Object o) { ^ Javadoc: Missing tag for parameter o ---------- 2820. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemAdapterHelpers.java (at line 58) public static ISystemViewElementAdapter getViewAdapter(Object o, Viewer viewer) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2821. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemAdapterHelpers.java (at line 58) public static ISystemViewElementAdapter getViewAdapter(Object o, Viewer viewer) { ^ Javadoc: Missing tag for parameter o ---------- 2822. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemAdapterHelpers.java (at line 58) public static ISystemViewElementAdapter getViewAdapter(Object o, Viewer viewer) { ^^^^^^ Javadoc: Missing tag for parameter viewer ---------- 2823. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemAdapterHelpers.java (at line 72) public static ISystemViewElementAdapter getViewAdapter(Object o, Viewer viewer, ISystemViewInputProvider inputProvider) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2824. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemAdapterHelpers.java (at line 72) public static ISystemViewElementAdapter getViewAdapter(Object o, Viewer viewer, ISystemViewInputProvider inputProvider) { ^ Javadoc: Missing tag for parameter o ---------- 2825. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemAdapterHelpers.java (at line 72) public static ISystemViewElementAdapter getViewAdapter(Object o, Viewer viewer, ISystemViewInputProvider inputProvider) { ^^^^^^ Javadoc: Missing tag for parameter viewer ---------- 2826. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemAdapterHelpers.java (at line 72) public static ISystemViewElementAdapter getViewAdapter(Object o, Viewer viewer, ISystemViewInputProvider inputProvider) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter inputProvider ---------- 2827. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemAdapterHelpers.java (at line 87) public static ISystemRemoteElementAdapter getRemoteAdapter(Object o) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2828. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemAdapterHelpers.java (at line 87) public static ISystemRemoteElementAdapter getRemoteAdapter(Object o) { ^ Javadoc: Missing tag for parameter o ---------- 2829. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemAdapterHelpers.java (at line 106) public static ISystemRemoteElementAdapter getRemoteAdapter(Object o, Viewer viewer) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2830. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemAdapterHelpers.java (at line 106) public static ISystemRemoteElementAdapter getRemoteAdapter(Object o, Viewer viewer) { ^ Javadoc: Missing tag for parameter o ---------- 2831. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemAdapterHelpers.java (at line 106) public static ISystemRemoteElementAdapter getRemoteAdapter(Object o, Viewer viewer) { ^^^^^^ Javadoc: Missing tag for parameter viewer ---------- 2832. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemAdapterHelpers.java (at line 116) public static SystemViewAdapterFactory getSystemViewAdapterFactory() { ^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2833. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 296) public SystemTableView(Table table, ISystemMessageLine msgLine) ^^^^^ Javadoc: Missing tag for parameter table ---------- 2834. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 296) public SystemTableView(Table table, ISystemMessageLine msgLine) ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- 2835. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 392) public Menu getContextMenu() ^^^^ Javadoc: Missing tag for return type ---------- 2836. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 399) public MenuManager getContextMenuManager() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2837. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 439) protected ISystemViewElementAdapter getViewAdapter(Object obj) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2838. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 439) protected ISystemViewElementAdapter getViewAdapter(Object obj) ^^^ Javadoc: Missing tag for parameter obj ---------- 2839. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 450) public ISystemViewElementAdapter getAdapterForContents() ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2840. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 465) public IPropertyDescriptor[] getVisibleDescriptors(Object object) ^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2841. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 465) public IPropertyDescriptor[] getVisibleDescriptors(Object object) ^^^^^^ Javadoc: Missing tag for parameter object ---------- 2842. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 509) private ArrayList getFormatsIn() ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2843. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 602) public void computeLayout(boolean force) ^^^^^ Javadoc: Missing tag for parameter force ---------- 2844. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 1206) private String getRemoteResourceAbsoluteName(Object remoteResource) ^^^^^^ Javadoc: Missing tag for return type ---------- 2845. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 1206) private String getRemoteResourceAbsoluteName(Object remoteResource) ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter remoteResource ---------- 2846. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 1348) protected IAction getSelectAllAction() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2847. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 1359) protected IAction getRenameAction() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2848. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 1369) protected IAction getDeleteAction() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2849. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 1379) protected IAction getRefreshAction() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2850. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 1399) protected SystemOpenExplorerPerspectiveAction getOpenToPerspectiveAction() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2851. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 1513) protected boolean showProperties() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 2852. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 1620) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2853. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 1620) protected ISystemRemoteElementAdapter getRemoteAdapter(Object o) ^ Javadoc: Missing tag for parameter o ---------- 2854. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/view/SystemTableView.java (at line 1932) public void displayMessage(String msg) ^^^ Javadoc: Missing tag for parameter msg ---------- ---------- 2855. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/EnvironmentVariablesForm.java (at line 242) public EnvironmentVariablesForm(Shell shell, ISystemMessageLine msgLine, Object selectedObject, String invalidNameChars) { ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2856. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/EnvironmentVariablesForm.java (at line 242) public EnvironmentVariablesForm(Shell shell, ISystemMessageLine msgLine, Object selectedObject, String invalidNameChars) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedObject ---------- 2857. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/EnvironmentVariablesForm.java (at line 242) public EnvironmentVariablesForm(Shell shell, ISystemMessageLine msgLine, Object selectedObject, String invalidNameChars) { ^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter invalidNameChars ---------- 2858. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/EnvironmentVariablesForm.java (at line 347) private String[] getVariableNames() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 2859. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/EnvironmentVariablesForm.java (at line 492) public Collection getEnvVars() ^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2860. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/EnvironmentVariablesForm.java (at line 500) public void setEnvVars(Vector envVars) ^^^^^^^ Javadoc: Missing tag for parameter envVars ---------- 2861. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/EnvironmentVariablesForm.java (at line 564) private SystemMessage validateName(String value) ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2862. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/EnvironmentVariablesForm.java (at line 564) private SystemMessage validateName(String value) ^^^^^ Javadoc: Missing tag for parameter value ---------- ---------- 2863. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/GridUtil.java (at line 37) static public GridData createFill() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 2864. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/GridUtil.java (at line 50) static public GridData createHorizontalFill() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 2865. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/GridUtil.java (at line 61) static public GridData createVerticalFill() ^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2866. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/IServerLauncherForm.java (at line 34) public abstract Control createContents(Composite parent); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2867. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/IServerLauncherForm.java (at line 34) public abstract Control createContents(Composite parent); ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 2868. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/IServerLauncherForm.java (at line 44) public void initValues(IServerLauncherProperties launcher); ^^^^^^^^ Javadoc: Missing tag for parameter launcher ---------- 2869. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/IServerLauncherForm.java (at line 49) public boolean verify(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2870. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/IServerLauncherForm.java (at line 54) public boolean updateValues(IServerLauncherProperties launcher); ^^^^^^^^ Javadoc: Missing tag for parameter launcher ---------- ---------- 2871. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/ISystemAddListener.java (at line 39) public String addButtonPressed(IHost selectedConnection, Object selectedObject); ^^^^^^ Javadoc: Missing tag for return type ---------- 2872. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/ISystemAddListener.java (at line 39) public String addButtonPressed(IHost selectedConnection, Object selectedObject); ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedConnection ---------- 2873. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/ISystemAddListener.java (at line 39) public String addButtonPressed(IHost selectedConnection, Object selectedObject); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedObject ---------- 2874. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/ISystemAddListener.java (at line 46) public String okToEnableAddButton(IHost selectedConnection, Object selectedObject); ^^^^^^ Javadoc: Missing tag for return type ---------- 2875. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/ISystemAddListener.java (at line 46) public String okToEnableAddButton(IHost selectedConnection, Object selectedObject); ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedConnection ---------- 2876. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/ISystemAddListener.java (at line 46) public String okToEnableAddButton(IHost selectedConnection, Object selectedObject); ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedObject ---------- ---------- 2877. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/ISystemCollapsableSectionListener.java (at line 28) public void sectionCollapsed(boolean collapsed); ^^^^^^^^^ Javadoc: Missing tag for parameter collapsed ---------- ---------- 2878. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/ISystemCombo.java (at line 35) public Combo getCombo(); ^^^^^ Javadoc: Missing tag for return type ---------- 2879. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/ISystemCombo.java (at line 39) public void setAutoUpperCase(boolean enable); ^^^^^^ Javadoc: Missing tag for parameter enable ---------- 2880. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/ISystemCombo.java (at line 45) public void setWidthHint(int widthHint); ^^^^^^^^^ Javadoc: Missing tag for parameter widthHint ---------- 2881. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/ISystemCombo.java (at line 49) public String getText(); ^^^^^^ Javadoc: Missing tag for return type ---------- 2882. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/ISystemCombo.java (at line 53) public void setEnabled(boolean enabled); ^^^^^^^ Javadoc: Missing tag for parameter enabled ---------- 2883. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/ISystemCombo.java (at line 57) public void setToolTipText(String tip); ^^^ Javadoc: Missing tag for parameter tip ---------- 2884. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/ISystemCombo.java (at line 61) public void setButtonToolTipText(String tip); ^^^ Javadoc: Missing tag for parameter tip ---------- 2885. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/ISystemCombo.java (at line 65) public boolean setFocus(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 2886. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/ISystemCombo.java (at line 69) public void select(int selIdx); ^^^^^^ Javadoc: Missing tag for parameter selIdx ---------- 2887. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/ISystemCombo.java (at line 73) public void setSelectionIndex(int selIdx); ^^^^^^ Javadoc: Missing tag for parameter selIdx ---------- 2888. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/ISystemCombo.java (at line 85) public int getSelectionIndex(); ^^^ Javadoc: Missing tag for return type ---------- 2889. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/ISystemCombo.java (at line 90) public void addSelectionListener(SelectionListener listener); ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 2890. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/ISystemCombo.java (at line 95) public void removeSelectionListener(SelectionListener listener); ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- ---------- 2891. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/InheritButton.java (at line 151) public void addSelectionListener(SelectionListener listener) { ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 2892. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/InheritButton.java (at line 176) public void removeSelectionListener(SelectionListener listener) { ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- ---------- 2893. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/InheritControl.java (at line 118) public void addSelectionListener(SelectionListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 2894. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/InheritControl.java (at line 125) public boolean isLocal() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2895. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/InheritControl.java (at line 133) public void removeSelectionListener(SelectionListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 2896. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/InheritControl.java (at line 140) public void setLocal(boolean l) ^ Javadoc: Missing tag for parameter l ---------- 2897. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/InheritControl.java (at line 155) public void widgetDisposed(DisposeEvent e) ^ Javadoc: Missing tag for parameter e ---------- ---------- 2898. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/InheritableEntryField.java (at line 112) public void setLocal(boolean local) { ^^^^^ Javadoc: Missing tag for parameter local ---------- 2899. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/InheritableEntryField.java (at line 138) public boolean isLocal() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 2900. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/InheritableEntryField.java (at line 145) public void setAllowEditingOfInheritedText(boolean allow) { ^^^^^ Javadoc: Missing tag for parameter allow ---------- 2901. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/InheritableEntryField.java (at line 152) public void setInheritedText(String text) { ^^^^ Javadoc: Missing tag for parameter text ---------- 2902. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/InheritableEntryField.java (at line 161) public String getInheritedText() { ^^^^^^ Javadoc: Missing tag for return type ---------- 2903. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/InheritableEntryField.java (at line 171) public void setLocalText(String text) { ^^^^ Javadoc: Missing tag for parameter text ---------- 2904. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/InheritableEntryField.java (at line 180) public String getLocalText() { ^^^^^^ Javadoc: Missing tag for return type ---------- 2905. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/InheritableEntryField.java (at line 190) public String getText() { ^^^^^^ Javadoc: Missing tag for return type ---------- 2906. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/InheritableEntryField.java (at line 197) public Text getTextField() { ^^^^ Javadoc: Missing tag for return type ---------- 2907. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/InheritableEntryField.java (at line 204) public InheritButton getToggleButton() { ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2908. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/InheritableEntryField.java (at line 211) public void setToggleEnabled(boolean enabled) { ^^^^^^^ Javadoc: Missing tag for parameter enabled ---------- 2909. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/InheritableEntryField.java (at line 219) public void setToggleToolTipText(String tip) { ^^^ Javadoc: Missing tag for parameter tip ---------- 2910. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/InheritableEntryField.java (at line 227) public void setTextFieldToolTipText(String tip) { ^^^ Javadoc: Missing tag for parameter tip ---------- 2911. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/InheritableEntryField.java (at line 234) public void setTextLimit(int limit) { ^^^^^ Javadoc: Missing tag for parameter limit ---------- 2912. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/InheritableEntryField.java (at line 259) public void addSelectionListener(SelectionListener listener) { ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 2913. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/InheritableEntryField.java (at line 268) public void removeSelectionListener(SelectionListener listener) { ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 2914. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/InheritableEntryField.java (at line 278) public void addModifyListener(ModifyListener listener) { ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 2915. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/InheritableEntryField.java (at line 286) public void removeModifyListener(ModifyListener listener) { ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 2916. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/InheritableEntryField.java (at line 297) protected Composite prepareComposite(int numColumns) { ^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 2917. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/RemoteBaseServerLauncherForm.java (at line 50) public RemoteBaseServerLauncherForm(Shell shell, ISystemMessageLine msgLine) ^^^^^ Javadoc: Missing tag for parameter shell ---------- ---------- 2918. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/RemoteServerLauncherForm.java (at line 73) public RemoteServerLauncherForm(Shell shell, ISystemMessageLine msgLine) ^^^^^ Javadoc: Missing tag for parameter shell ---------- ---------- 2919. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemCollapsableSection.java (at line 137) public SystemCollapsableSection(Composite compositeParent) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter compositeParent ---------- 2920. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemCollapsableSection.java (at line 165) public Composite getPageComposite() ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2921. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemCollapsableSection.java (at line 173) private Point getTitleSize(String strText) ^^^^^ Javadoc: Missing tag for return type ---------- 2922. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemCollapsableSection.java (at line 173) private Point getTitleSize(String strText) ^^^^^^^ Javadoc: Missing tag for parameter strText ---------- 2923. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemCollapsableSection.java (at line 197) public boolean getCollapsed() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2924. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemCollapsableSection.java (at line 205) public String getText() ^^^^^^ Javadoc: Missing tag for return type ---------- 2925. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemCollapsableSection.java (at line 296) GC gc, ^^ Javadoc: Missing tag for parameter gc ---------- 2926. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemCollapsableSection.java (at line 297) int iX, ^^ Javadoc: Missing tag for parameter iX ---------- 2927. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemCollapsableSection.java (at line 298) int iY, ^^ Javadoc: Missing tag for parameter iY ---------- 2928. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemCollapsableSection.java (at line 299) boolean bCollapsed) ^^^^^^^^^^ Javadoc: Missing tag for parameter bCollapsed ---------- 2929. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemCollapsableSection.java (at line 363) public void setCollapsed(boolean bCollapsed) ^^^^^^^^^^ Javadoc: Missing tag for parameter bCollapsed ---------- 2930. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemCollapsableSection.java (at line 380) public void setText(String strText) ^^^^^^^ Javadoc: Missing tag for parameter strText ---------- 2931. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemCollapsableSection.java (at line 388) public void setExpandedText(String strText) ^^^^^^^ Javadoc: Missing tag for parameter strText ---------- 2932. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemCollapsableSection.java (at line 395) public void setCollapsedText(String strText) ^^^^^^^ Javadoc: Missing tag for parameter strText ---------- 2933. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemCollapsableSection.java (at line 414) public void addCollapseListener(ISystemCollapsableSectionListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 2934. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemCollapsableSection.java (at line 425) public void removeCollapseListener(ISystemCollapsableSectionListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 2935. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemCollapsableSection.java (at line 433) private void fireCollapseEvent(boolean collapsed) ^^^^^^^^^ Javadoc: Missing tag for parameter collapsed ---------- ---------- 2936. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemEditPaneStateMachine.java (at line 119) public void setApplyLabelForNewMode(String label, String tooltip) ^^^^^ Javadoc: Missing tag for parameter label ---------- 2937. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemEditPaneStateMachine.java (at line 119) public void setApplyLabelForNewMode(String label, String tooltip) ^^^^^^^ Javadoc: Missing tag for parameter tooltip ---------- 2938. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemEditPaneStateMachine.java (at line 180) public boolean isSaveRequired() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2939. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemEditPaneStateMachine.java (at line 219) public boolean areChangesPending() ^^^^^^^ Javadoc: Missing tag for return type ---------- 2940. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemEditPaneStateMachine.java (at line 313) private void setButtonText(int oldMode, int newMode) ^^^^^^^ Javadoc: Missing tag for parameter oldMode ---------- 2941. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemEditPaneStateMachine.java (at line 313) private void setButtonText(int oldMode, int newMode) ^^^^^^^ Javadoc: Missing tag for parameter newMode ---------- ---------- 2942. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 153) public Button getHistoryButton() ^^^^^^ Javadoc: Missing tag for return type ---------- 2943. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 161) public void setText(String text) ^^^^ Javadoc: Missing tag for parameter text ---------- 2944. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 221) public void setHistoryButtonToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 2945. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 236) public void setTextLimit(int limit) ^^^^^ Javadoc: Missing tag for parameter limit ---------- 2946. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 251) public void setItems(String[] items) ^^^^^ Javadoc: Missing tag for parameter items ---------- 2947. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 270) public void setDefaultHistory(String[] items) ^^^^^ Javadoc: Missing tag for parameter items ---------- 2948. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 285) public void setHistoryKey(String key) ^^^ Javadoc: Missing tag for parameter key ---------- 2949. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 298) public String[] getItems() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 2950. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 328) public int select(String itemText) ^^^ Javadoc: Missing tag for return type ---------- 2951. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 328) public int select(String itemText) ^^^^^^^^ Javadoc: Missing tag for parameter itemText ---------- 2952. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 401) public void addModifyListener(ModifyListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 2953. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 409) public void removeModifyListener(ModifyListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 2954. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 417) public String[] getHistory() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 2955. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 439) public void updateHistory(boolean refresh) ^^^^^^^ Javadoc: Missing tag for parameter refresh ---------- 2956. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 514) public void setHistory(String[] newHistory) ^^^^^^^^^^ Javadoc: Missing tag for parameter newHistory ---------- 2957. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 526) protected Composite prepareComposite(int numColumns) ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2958. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 557) public static Combo createCombo(Composite parent, boolean readonly) ^^^^^ Javadoc: Missing tag for return type ---------- 2959. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHistoryCombo.java (at line 557) public static Combo createCombo(Composite parent, boolean readonly) ^^^^^^^^ Javadoc: Missing tag for parameter readonly ---------- ---------- 2960. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 298) protected SystemNewConnectionAction getNewConnectionAction(Shell shell, ISelectionProvider selectionProvider) ^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2961. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 298) protected SystemNewConnectionAction getNewConnectionAction(Shell shell, ISelectionProvider selectionProvider) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 2962. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 298) protected SystemNewConnectionAction getNewConnectionAction(Shell shell, ISelectionProvider selectionProvider) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectionProvider ---------- 2963. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 307) public IHost getHost() ^^^^^ Javadoc: Missing tag for return type ---------- 2964. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 340) public void setButtonWidthHint(int widthHint) ^^^^^^^^^ Javadoc: Missing tag for parameter widthHint ---------- 2965. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 350) public void setButtonWidthHint(Control otherWidget) ^^^^^^^^^^^ Javadoc: Missing tag for parameter otherWidget ---------- 2966. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 367) public int getGridColumns() ^^^ Javadoc: Missing tag for return type ---------- 2967. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 374) public Button getNewButton() ^^^^^^ Javadoc: Missing tag for return type ---------- 2968. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 381) public Label getPromptLabel() ^^^^^ Javadoc: Missing tag for return type ---------- 2969. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 388) public void setItems(String[] items) ^^^^^ Javadoc: Missing tag for parameter items ---------- 2970. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 395) public String[] getItems() ^^^^^^^^ Javadoc: Missing tag for return type ---------- 2971. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 428) public void setNewButtonToolTipText(String tip) ^^^ Javadoc: Missing tag for parameter tip ---------- 2972. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 444) public void setLabel(String label) ^^^^^ Javadoc: Missing tag for parameter label ---------- 2973. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 492) public void select(IHost connection) ^^^^^^^^^^ Javadoc: Missing tag for parameter connection ---------- 2974. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 556) public void addNewButtonSelectionListener(SelectionListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 2975. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 565) public void removeNewButtonSelectionListener(SelectionListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 2976. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 575) public void addModifyListener(ModifyListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 2977. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 583) public void removeModifyListener(ModifyListener listener) ^^^^^^^^ Javadoc: Missing tag for parameter listener ---------- 2978. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 595) protected Composite prepareComposite(int numColumns) ^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2979. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 629) protected Combo createConnectionCombo(Composite parent) ^^^^^ Javadoc: Missing tag for return type ---------- 2980. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 644) public static Combo createCombo(Composite parent, boolean readonly) ^^^^^ Javadoc: Missing tag for return type ---------- 2981. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 644) public static Combo createCombo(Composite parent, boolean readonly) ^^^^^^^^ Javadoc: Missing tag for parameter readonly ---------- 2982. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 818) private boolean addConnections(Combo combo, IHost[] connections, IHost defaultConnection) ^^^^^^^ Javadoc: Missing tag for return type ---------- 2983. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 818) private boolean addConnections(Combo combo, IHost[] connections, IHost defaultConnection) ^^^^^ Javadoc: Missing tag for parameter combo ---------- 2984. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 818) private boolean addConnections(Combo combo, IHost[] connections, IHost defaultConnection) ^^^^^^^^^^^ Javadoc: Missing tag for parameter connections ---------- 2985. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 818) private boolean addConnections(Combo combo, IHost[] connections, IHost defaultConnection) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter defaultConnection ---------- 2986. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 873) private String getConnectionName(IHost conn) ^^^^^^ Javadoc: Missing tag for return type ---------- 2987. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 873) private String getConnectionName(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 2988. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 947) public void listenToConnectionEvents(boolean start) ^^^^^ Javadoc: Missing tag for parameter start ---------- 2989. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemHostCombo.java (at line 1113) protected void setBusyCursor(boolean setBusy) ^^^^^^^ Javadoc: Missing tag for parameter setBusy ---------- ---------- 2990. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 96) public SystemPortPrompt(Composite parent, int style, ISystemMessageLine msgLine, ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 2991. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 96) public SystemPortPrompt(Composite parent, int style, ISystemMessageLine msgLine, ^^^^^ Javadoc: Missing tag for parameter style ---------- 2992. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 96) public SystemPortPrompt(Composite parent, int style, ISystemMessageLine msgLine, ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- 2993. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 97) boolean wantLabel, boolean isPortEditable, ^^^^^^^^^ Javadoc: Missing tag for parameter wantLabel ---------- 2994. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 97) boolean wantLabel, boolean isPortEditable, ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter isPortEditable ---------- 2995. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 98) int existingPortValue, ISystemValidator portValidator) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter existingPortValue ---------- 2996. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 98) int existingPortValue, ISystemValidator portValidator) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter portValidator ---------- 2997. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 121) public SystemPortPrompt(Composite composite_prompts, ISystemMessageLine msgLine, ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter composite_prompts ---------- 2998. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 121) public SystemPortPrompt(Composite composite_prompts, ISystemMessageLine msgLine, ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- 2999. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 122) boolean wantLabel, boolean isPortEditable, ^^^^^^^^^ Javadoc: Missing tag for parameter wantLabel ---------- 3000. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 122) boolean wantLabel, boolean isPortEditable, ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter isPortEditable ---------- 3001. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 123) int existingPortValue, ISystemValidator portValidator) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter existingPortValue ---------- 3002. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 123) int existingPortValue, ISystemValidator portValidator) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter portValidator ---------- 3003. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 133) public int getPort() ^^^ Javadoc: Missing tag for return type ---------- 3004. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 151) public String getPortString() ^^^^^^ Javadoc: Missing tag for return type ---------- 3005. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 159) public boolean isEditable() ^^^^^^^ Javadoc: Missing tag for return type ---------- 3006. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 167) public boolean isComplete() ^^^^^^^ Javadoc: Missing tag for return type ---------- 3007. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 178) public void setPort(int port) ^^^^ Javadoc: Missing tag for parameter port ---------- 3008. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 201) public boolean setFocus() ^^^^^^^ Javadoc: Missing tag for return type ---------- 3009. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 223) public Control getPortField() ^^^^^^^ Javadoc: Missing tag for return type ---------- 3010. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 234) public SystemMessage validatePortInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 3011. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 268) protected void init(Composite composite_prompts, ISystemMessageLine msgLine, ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter composite_prompts ---------- 3012. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 268) protected void init(Composite composite_prompts, ISystemMessageLine msgLine, ^^^^^^^ Javadoc: Missing tag for parameter msgLine ---------- 3013. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 269) boolean wantLabel, boolean isPortEditable, ^^^^^^^^^ Javadoc: Missing tag for parameter wantLabel ---------- 3014. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 269) boolean wantLabel, boolean isPortEditable, ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter isPortEditable ---------- 3015. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 270) int existingPortValue, ISystemValidator portValidator) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter existingPortValue ---------- 3016. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 270) int existingPortValue, ISystemValidator portValidator) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter portValidator ---------- 3017. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 301) protected String internalGetPort() ^^^^^^ Javadoc: Missing tag for return type ---------- 3018. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 312) protected void createPortPrompt(Composite composite_prompts, boolean wantLabel) ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter composite_prompts ---------- 3019. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 312) protected void createPortPrompt(Composite composite_prompts, boolean wantLabel) ^^^^^^^^^ Javadoc: Missing tag for parameter wantLabel ---------- 3020. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 342) protected boolean isPortApplicable() ^^^^^^^ Javadoc: Missing tag for return type ---------- 3021. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 352) protected boolean isPortEditable() ^^^^^^^ Javadoc: Missing tag for return type ---------- 3022. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemPortPrompt.java (at line 360) private String getTranslatedNotApplicable() ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 3023. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemSelectConnectionForm.java (at line 132) public void setDefaultConnection(IHost conn) ^^^^ Javadoc: Missing tag for parameter conn ---------- 3024. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemSelectConnectionForm.java (at line 140) public void setShowNewConnectionPrompt(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 3025. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemSelectConnectionForm.java (at line 166) public void setMessage(String message) ^^^^^^^ Javadoc: Missing tag for parameter message ---------- 3026. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemSelectConnectionForm.java (at line 178) public void setShowPropertySheet(boolean show) ^^^^ Javadoc: Missing tag for parameter show ---------- 3027. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemSelectConnectionForm.java (at line 191) public void setMultipleSelectionMode(boolean multiple) ^^^^^^^^ Javadoc: Missing tag for parameter multiple ---------- 3028. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemSelectConnectionForm.java (at line 199) public void addSelectionChangedListener(ISelectionChangedListener l) ^ Javadoc: Missing tag for parameter l ---------- 3029. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemSelectConnectionForm.java (at line 209) public void removeSelectionChangedListener(ISelectionChangedListener l) ^ Javadoc: Missing tag for parameter l ---------- 3030. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemSelectConnectionForm.java (at line 225) public IHost[] getSelectedConnections() ^^^^^^^ Javadoc: Missing tag for return type ---------- 3031. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemSelectConnectionForm.java (at line 232) public IHost getSelectedConnection() ^^^^^ Javadoc: Missing tag for return type ---------- 3032. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemSelectConnectionForm.java (at line 240) public boolean getMultipleSelectionMode() ^^^^^^^ Javadoc: Missing tag for return type ---------- 3033. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemSelectConnectionForm.java (at line 252) public Control getInitialFocusControl() ^^^^^^^ Javadoc: Missing tag for return type ---------- 3034. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemSelectConnectionForm.java (at line 302) private void createPropertySheet(Composite outerParent, Shell shell) ^^^^^^^^^^^ Javadoc: Missing tag for parameter outerParent ---------- 3035. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemSelectConnectionForm.java (at line 302) private void createPropertySheet(Composite outerParent, Shell shell) ^^^^^ Javadoc: Missing tag for parameter shell ---------- 3036. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemSelectConnectionForm.java (at line 417) private IHost internalGetConnection() ^^^^^ Javadoc: Missing tag for return type ---------- 3037. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemSelectConnectionForm.java (at line 474) protected Object getFirstSelection(ISelection selection) ^^^^^^ Javadoc: Missing tag for return type ---------- 3038. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemSelectConnectionForm.java (at line 474) protected Object getFirstSelection(ISelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- 3039. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemSelectConnectionForm.java (at line 490) protected Object[] getSelections(ISelection selection) ^^^^^^^^ Javadoc: Missing tag for return type ---------- 3040. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/widgets/SystemSelectConnectionForm.java (at line 490) protected Object[] getSelections(ISelection selection) ^^^^^^^^^ Javadoc: Missing tag for parameter selection ---------- ---------- 3041. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemNewConnectionWizardPage.java (at line 44) public AbstractSystemNewConnectionWizardPage(IWizard wizard, ISubSystemConfiguration parentFactory, String pageName, String pageTitle, String pageDescription) ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 3042. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemNewConnectionWizardPage.java (at line 44) public AbstractSystemNewConnectionWizardPage(IWizard wizard, ISubSystemConfiguration parentFactory, String pageName, String pageTitle, String pageDescription) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentFactory ---------- 3043. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemNewConnectionWizardPage.java (at line 44) public AbstractSystemNewConnectionWizardPage(IWizard wizard, ISubSystemConfiguration parentFactory, String pageName, String pageTitle, String pageDescription) ^^^^^^^^ Javadoc: Missing tag for parameter pageName ---------- 3044. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemNewConnectionWizardPage.java (at line 44) public AbstractSystemNewConnectionWizardPage(IWizard wizard, ISubSystemConfiguration parentFactory, String pageName, String pageTitle, String pageDescription) ^^^^^^^^^ Javadoc: Missing tag for parameter pageTitle ---------- 3045. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemNewConnectionWizardPage.java (at line 44) public AbstractSystemNewConnectionWizardPage(IWizard wizard, ISubSystemConfiguration parentFactory, String pageName, String pageTitle, String pageDescription) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter pageDescription ---------- 3046. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemNewConnectionWizardPage.java (at line 56) public AbstractSystemNewConnectionWizardPage(IWizard wizard, ISubSystemConfiguration parentFactory, String pageDescription) ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 3047. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemNewConnectionWizardPage.java (at line 56) public AbstractSystemNewConnectionWizardPage(IWizard wizard, ISubSystemConfiguration parentFactory, String pageDescription) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentFactory ---------- 3048. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemNewConnectionWizardPage.java (at line 56) public AbstractSystemNewConnectionWizardPage(IWizard wizard, ISubSystemConfiguration parentFactory, String pageDescription) ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter pageDescription ---------- 3049. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemNewConnectionWizardPage.java (at line 69) public AbstractSystemNewConnectionWizardPage(IWizard wizard, ISubSystemConfiguration parentFactory) ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 3050. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemNewConnectionWizardPage.java (at line 69) public AbstractSystemNewConnectionWizardPage(IWizard wizard, ISubSystemConfiguration parentFactory) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentFactory ---------- 3051. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemNewConnectionWizardPage.java (at line 107) public RSEAbstractNewConnectionWizard getNewConnectionWizard() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 3052. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemNewConnectionWizardPage.java (at line 118) public RSEDefaultNewConnectionWizardMainPage getMainPage() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 3053. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemNewConnectionWizardPage.java (at line 133) public SystemConnectionForm getMainPageForm() ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 3054. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizard.java (at line 116) public AbstractSystemWizard(String title) ^^^^^ Javadoc: Missing tag for parameter title ---------- 3055. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizard.java (at line 128) public AbstractSystemWizard(String title, ImageDescriptor wizardImage) ^^^^^ Javadoc: Missing tag for parameter title ---------- 3056. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizard.java (at line 128) public AbstractSystemWizard(String title, ImageDescriptor wizardImage) ^^^^^^^^^^^ Javadoc: Missing tag for parameter wizardImage ---------- 3057. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizard.java (at line 162) public void setWizardTitle(String title) ^^^^^ Javadoc: Missing tag for parameter title ---------- 3058. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizard.java (at line 189) public void setWizardImage(ImageDescriptor wizardImage) ^^^^^^^^^^^ Javadoc: Missing tag for parameter wizardImage ---------- 3059. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizard.java (at line 249) protected ISystemTree getCurrentTreeView() ^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 3060. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizard.java (at line 305) protected void setWasCancelled(boolean cancelled) ^^^^^^^^^ Javadoc: Missing tag for parameter cancelled ---------- 3061. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizard.java (at line 368) public void setPageError(IWizardPage pageInError) ^^^^^^^^^^^ Javadoc: Missing tag for parameter pageInError ---------- ---------- 3062. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizardPage.java (at line 191) public ISystemMessageLine getMessageLine() ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 3063. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizardPage.java (at line 210) public abstract Control createContents(Composite parent); ^^^^^^^ Javadoc: Missing tag for return type ---------- 3064. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizardPage.java (at line 210) public abstract Control createContents(Composite parent); ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 3065. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizardPage.java (at line 218) protected abstract Control getInitialFocusControl(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 3066. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizardPage.java (at line 423) protected void addSeparatorLine(Composite parent, int nbrColumns) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 3067. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizardPage.java (at line 423) protected void addSeparatorLine(Composite parent, int nbrColumns) ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- 3068. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizardPage.java (at line 435) protected void addFillerLine(Composite parent, int nbrColumns) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 3069. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizardPage.java (at line 435) protected void addFillerLine(Composite parent, int nbrColumns) ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- 3070. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizardPage.java (at line 447) protected void addGrowableFillerLine(Composite parent, int nbrColumns) ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 3071. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizardPage.java (at line 447) protected void addGrowableFillerLine(Composite parent, int nbrColumns) ^^^^^^^^^^ Javadoc: Missing tag for parameter nbrColumns ---------- 3072. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/AbstractSystemWizardPage.java (at line 483) protected void setFocus(Control control) ^^^^^^^ Javadoc: Missing tag for parameter control ---------- ---------- 3073. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/ISystemWizard.java (at line 52) public void setMinimumPageSize(int width, int height); ^^^^^ Javadoc: Missing tag for parameter width ---------- 3074. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/ISystemWizard.java (at line 52) public void setMinimumPageSize(int width, int height); ^^^^^^ Javadoc: Missing tag for parameter height ---------- 3075. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/ISystemWizard.java (at line 63) public void setHelp(String id); ^^ Javadoc: Missing tag for parameter id ---------- 3076. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/ISystemWizard.java (at line 67) public String getHelpContextId(); ^^^^^^ Javadoc: Missing tag for return type ---------- 3077. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/ISystemWizard.java (at line 73) public void setViewer(Viewer v); ^ Javadoc: Missing tag for parameter v ---------- 3078. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/ISystemWizard.java (at line 77) public Viewer getViewer(); ^^^^^^ Javadoc: Missing tag for return type ---------- 3079. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/ISystemWizard.java (at line 87) public void setWizardPageTitle(String pageTitle); ^^^^^^^^^ Javadoc: Missing tag for parameter pageTitle ---------- 3080. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/ISystemWizard.java (at line 91) public String getWizardPageTitle(); ^^^^^^ Javadoc: Missing tag for return type ---------- 3081. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/ISystemWizard.java (at line 95) public void setSystemWizardDialog(SystemWizardDialog dlg); ^^^ Javadoc: Missing tag for parameter dlg ---------- 3082. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/ISystemWizard.java (at line 99) public SystemWizardDialog getSystemWizardDialog(); ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 3083. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/ISystemWizardPage.java (at line 26) public void setInputObject(Object inputObject); ^^^^^^^^^^^ Javadoc: Missing tag for parameter inputObject ---------- 3084. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/ISystemWizardPage.java (at line 31) public Object getInputObject(); ^^^^^^ Javadoc: Missing tag for return type ---------- 3085. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/ISystemWizardPage.java (at line 38) public boolean performFinish(); ^^^^^^^ Javadoc: Missing tag for return type ---------- 3086. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/ISystemWizardPage.java (at line 47) public void setHelp(String id); ^^ Javadoc: Missing tag for parameter id ---------- 3087. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/ISystemWizardPage.java (at line 51) public String getHelpContextId(); ^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 3088. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/SystemNewProfileWizard.java (at line 65) protected SystemNewProfileWizardMainPage createMainPage() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 3089. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/SystemNewProfileWizardMainPage.java (at line 64) public SystemNewProfileWizardMainPage(Wizard wizard) ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 3090. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/SystemNewProfileWizardMainPage.java (at line 137) protected SystemMessage validateNameInput() ^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 3091. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/SystemNewProfileWizardMainPage.java (at line 174) public String getProfileName() ^^^^^^ Javadoc: Missing tag for return type ---------- 3092. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/SystemNewProfileWizardMainPage.java (at line 182) public boolean getMakeActive() ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 3093. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/SystemSubSystemsPropertiesWizardPage.java (at line 55) public SystemSubSystemsPropertiesWizardPage(IWizard wizard, ISubSystemConfiguration parentFactory, List propertyPages) ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 3094. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/SystemSubSystemsPropertiesWizardPage.java (at line 55) public SystemSubSystemsPropertiesWizardPage(IWizard wizard, ISubSystemConfiguration parentFactory, List propertyPages) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parentFactory ---------- 3095. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/SystemSubSystemsPropertiesWizardPage.java (at line 55) public SystemSubSystemsPropertiesWizardPage(IWizard wizard, ISubSystemConfiguration parentFactory, List propertyPages) ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter propertyPages ---------- ---------- 3096. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/newconnection/RSEDefaultNewConnectionWizard.java (at line 157) protected RSEDefaultNewConnectionWizardMainPage createMainPage(IRSESystemType systemType) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 3097. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/newconnection/RSEDefaultNewConnectionWizard.java (at line 157) protected RSEDefaultNewConnectionWizardMainPage createMainPage(IRSESystemType systemType) { ^^^^^^^^^^ Javadoc: Missing tag for parameter systemType ---------- 3098. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/newconnection/RSEDefaultNewConnectionWizard.java (at line 245) public void setSelectedContext(IHost selectedContext) { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter selectedContext ---------- 3099. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/newconnection/RSEDefaultNewConnectionWizard.java (at line 255) public void setUserId(String userId) { ^^^^^^ Javadoc: Missing tag for parameter userId ---------- 3100. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/newconnection/RSEDefaultNewConnectionWizard.java (at line 263) public void setConnectionName(String name) { ^^^^ Javadoc: Missing tag for parameter name ---------- 3101. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/newconnection/RSEDefaultNewConnectionWizard.java (at line 271) public void setHostName(String name) { ^^^^ Javadoc: Missing tag for parameter name ---------- 3102. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/newconnection/RSEDefaultNewConnectionWizard.java (at line 280) private void setPageError(IWizardPage page) { ^^^^ Javadoc: Missing tag for parameter page ---------- 3103. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/newconnection/RSEDefaultNewConnectionWizard.java (at line 392) private ISystemNewConnectionWizardPage[] getAdditionalWizardPages(IRSESystemType systemType) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 3104. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/newconnection/RSEDefaultNewConnectionWizard.java (at line 424) protected boolean hasAdditionalPages() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 3105. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/newconnection/RSEDefaultNewConnectionWizard.java (at line 431) protected ISystemNewConnectionWizardPage getFirstAdditionalPage() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 3106. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/newconnection/RSEDefaultNewConnectionWizardMainPage.java (at line 56) public RSEDefaultNewConnectionWizardMainPage(IWizard wizard, String title, String description) { ^^^^^^ Javadoc: Missing tag for parameter wizard ---------- 3107. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/newconnection/RSEDefaultNewConnectionWizardMainPage.java (at line 56) public RSEDefaultNewConnectionWizardMainPage(IWizard wizard, String title, String description) { ^^^^^ Javadoc: Missing tag for parameter title ---------- 3108. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/newconnection/RSEDefaultNewConnectionWizardMainPage.java (at line 56) public RSEDefaultNewConnectionWizardMainPage(IWizard wizard, String title, String description) { ^^^^^^^^^^^ Javadoc: Missing tag for parameter description ---------- ---------- 3109. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/newconnection/RSENewConnectionWizardRegistry.java (at line 43) public static RSENewConnectionWizardRegistry getInstance() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 3110. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/wizards/newconnection/RSENewConnectionWizardSelectionTreeElement.java (at line 36) public RSENewConnectionWizardSelectionTreeElement(IRSESystemType systemType, IRSEWizardRegistryElement element) { ^^^^^^^^^^ Javadoc: Missing tag for parameter systemType ---------- 3110 problems (3110 warnings)# 7/6/07 10:44:42 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.tm.discovery.engine/src/org/eclipse/tm/internal/discovery/engine/ServiceDiscoveryEngine.java (at line 45) public static ServiceDiscoveryEngine getInstance() { ^^^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.discovery.engine/src/org/eclipse/tm/internal/discovery/engine/ServiceDiscoveryEngine.java (at line 93) public void doServiceDiscovery(String query, IProtocol protocol, ITransport transport) ^^^^^ Javadoc: Missing tag for parameter query ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.discovery.engine/src/org/eclipse/tm/internal/discovery/engine/ServiceDiscoveryEngine.java (at line 93) public void doServiceDiscovery(String query, IProtocol protocol, ITransport transport) ^^^^^^^^ Javadoc: Missing tag for parameter protocol ---------- 3 problems (3 warnings)# 7/6/07 10:44:41 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.tm.discovery.model.edit/src/org/eclipse/tm/internal/discovery/model/provider/DeviceItemProvider.java (at line 79) protected void addAddressPropertyDescriptor(Object object) { ^^^^^^ Javadoc: Missing tag for parameter object ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.discovery.model.edit/src/org/eclipse/tm/internal/discovery/model/provider/DeviceItemProvider.java (at line 100) protected void addNamePropertyDescriptor(Object object) { ^^^^^^ Javadoc: Missing tag for parameter object ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.discovery.model.edit/src/org/eclipse/tm/internal/discovery/model/provider/DeviceItemProvider.java (at line 119) * {@link org.eclipse.emf.edit.command.MoveCommand} in {@link #createCommand}. ^^^^^^^^^^^^^ Javadoc: createCommand cannot be resolved or is not a field ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.discovery.model.edit/src/org/eclipse/tm/internal/discovery/model/provider/DeviceItemProvider.java (at line 162) * This handles model notifications by calling {@link #updateChildren} to update any cached ^^^^^^^^^^^^^^ Javadoc: updateChildren cannot be resolved or is not a field ---------- 5. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.discovery.model.edit/src/org/eclipse/tm/internal/discovery/model/provider/DeviceItemProvider.java (at line 163) * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}. ^^^^^^^^^^^^^^^^^ Javadoc: fireNotifyChanged cannot be resolved or is not a field ---------- ---------- 6. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.discovery.model.edit/src/org/eclipse/tm/internal/discovery/model/provider/NetworkItemProvider.java (at line 71) * This specifies how to implement {@link #getChildren} and is used to deduce an appropriate feature for an ^^^^^^^^^^^ Javadoc: getChildren cannot be resolved or is not a field ---------- 7. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.discovery.model.edit/src/org/eclipse/tm/internal/discovery/model/provider/NetworkItemProvider.java (at line 73) * {@link org.eclipse.emf.edit.command.MoveCommand} in {@link #createCommand}. ^^^^^^^^^^^^^ Javadoc: createCommand cannot be resolved or is not a field ---------- 8. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.discovery.model.edit/src/org/eclipse/tm/internal/discovery/model/provider/NetworkItemProvider.java (at line 104) * This handles model notifications by calling {@link #updateChildren} to update any cached ^^^^^^^^^^^^^^ Javadoc: updateChildren cannot be resolved or is not a field ---------- 9. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.discovery.model.edit/src/org/eclipse/tm/internal/discovery/model/provider/NetworkItemProvider.java (at line 105) * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}. ^^^^^^^^^^^^^^^^^ Javadoc: fireNotifyChanged cannot be resolved or is not a field ---------- ---------- 10. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.discovery.model.edit/src/org/eclipse/tm/internal/discovery/model/provider/PairItemProvider.java (at line 78) protected void addKeyPropertyDescriptor(Object object) { ^^^^^^ Javadoc: Missing tag for parameter object ---------- 11. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.discovery.model.edit/src/org/eclipse/tm/internal/discovery/model/provider/PairItemProvider.java (at line 99) protected void addValuePropertyDescriptor(Object object) { ^^^^^^ Javadoc: Missing tag for parameter object ---------- 12. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.discovery.model.edit/src/org/eclipse/tm/internal/discovery/model/provider/PairItemProvider.java (at line 134) * This handles model notifications by calling {@link #updateChildren} to update any cached ^^^^^^^^^^^^^^ Javadoc: updateChildren cannot be resolved or is not a field ---------- 13. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.discovery.model.edit/src/org/eclipse/tm/internal/discovery/model/provider/PairItemProvider.java (at line 135) * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}. ^^^^^^^^^^^^^^^^^ Javadoc: fireNotifyChanged cannot be resolved or is not a field ---------- ---------- 14. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.discovery.model.edit/src/org/eclipse/tm/internal/discovery/model/provider/ServiceItemProvider.java (at line 75) protected void addNamePropertyDescriptor(Object object) { ^^^^^^ Javadoc: Missing tag for parameter object ---------- 15. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.discovery.model.edit/src/org/eclipse/tm/internal/discovery/model/provider/ServiceItemProvider.java (at line 92) * This specifies how to implement {@link #getChildren} and is used to deduce an appropriate feature for an ^^^^^^^^^^^ Javadoc: getChildren cannot be resolved or is not a field ---------- 16. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.discovery.model.edit/src/org/eclipse/tm/internal/discovery/model/provider/ServiceItemProvider.java (at line 94) * {@link org.eclipse.emf.edit.command.MoveCommand} in {@link #createCommand}. ^^^^^^^^^^^^^ Javadoc: createCommand cannot be resolved or is not a field ---------- 17. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.discovery.model.edit/src/org/eclipse/tm/internal/discovery/model/provider/ServiceItemProvider.java (at line 127) * This handles model notifications by calling {@link #updateChildren} to update any cached ^^^^^^^^^^^^^^ Javadoc: updateChildren cannot be resolved or is not a field ---------- 18. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.discovery.model.edit/src/org/eclipse/tm/internal/discovery/model/provider/ServiceItemProvider.java (at line 128) * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}. ^^^^^^^^^^^^^^^^^ Javadoc: fireNotifyChanged cannot be resolved or is not a field ---------- ---------- 19. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.discovery.model.edit/src/org/eclipse/tm/internal/discovery/model/provider/ServiceTypeItemProvider.java (at line 76) protected void addNamePropertyDescriptor(Object object) { ^^^^^^ Javadoc: Missing tag for parameter object ---------- 20. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.discovery.model.edit/src/org/eclipse/tm/internal/discovery/model/provider/ServiceTypeItemProvider.java (at line 93) * This specifies how to implement {@link #getChildren} and is used to deduce an appropriate feature for an ^^^^^^^^^^^ Javadoc: getChildren cannot be resolved or is not a field ---------- 21. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.discovery.model.edit/src/org/eclipse/tm/internal/discovery/model/provider/ServiceTypeItemProvider.java (at line 95) * {@link org.eclipse.emf.edit.command.MoveCommand} in {@link #createCommand}. ^^^^^^^^^^^^^ Javadoc: createCommand cannot be resolved or is not a field ---------- 22. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.discovery.model.edit/src/org/eclipse/tm/internal/discovery/model/provider/ServiceTypeItemProvider.java (at line 127) * This handles model notifications by calling {@link #updateChildren} to update any cached ^^^^^^^^^^^^^^ Javadoc: updateChildren cannot be resolved or is not a field ---------- 23. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.discovery.model.edit/src/org/eclipse/tm/internal/discovery/model/provider/ServiceTypeItemProvider.java (at line 128) * children and by creating a viewer notification, which it passes to {@link #fireNotifyChanged}. ^^^^^^^^^^^^^^^^^ Javadoc: fireNotifyChanged cannot be resolved or is not a field ---------- 23 problems (23 warnings)# 7/6/07 10:44:40 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.tm.discovery.model/src/org/eclipse/tm/internal/discovery/model/util/ModelSwitch.java (at line 69) protected Object doSwitch(EClass theEClass, EObject theEObject) { ^^^^^^^^^ Javadoc: Missing tag for parameter theEClass ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.discovery.model/src/org/eclipse/tm/internal/discovery/model/util/ModelSwitch.java (at line 69) protected Object doSwitch(EClass theEClass, EObject theEObject) { ^^^^^^^^^^ Javadoc: Missing tag for parameter theEObject ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.discovery.model/src/org/eclipse/tm/internal/discovery/model/util/ModelSwitch.java (at line 88) protected Object doSwitch(int classifierID, EObject theEObject) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter classifierID ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.discovery.model/src/org/eclipse/tm/internal/discovery/model/util/ModelSwitch.java (at line 88) protected Object doSwitch(int classifierID, EObject theEObject) { ^^^^^^^^^^ Javadoc: Missing tag for parameter theEObject ---------- 4 problems (4 warnings)# 7/6/07 10:44:44 AM EDT # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. # 7/6/07 10:44:45 AM EDT # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. # 7/6/07 10:44:43 AM EDT # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. # 7/6/07 10:44:42 AM EDT # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. # 7/6/07 10:44:47 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.tm.terminal.serial/src/org/eclipse/tm/internal/terminal/serial/SerialPortHandler.java (at line 46) public SerialPortHandler(SerialConnector conn,ITerminalControl control) { ^^^^ Javadoc: Missing tag for parameter conn ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal.serial/src/org/eclipse/tm/internal/terminal/serial/SerialPortHandler.java (at line 57) public void onSerialDataAvailable(Object data) { ^^^^ Javadoc: Missing tag for parameter data ---------- 2 problems (2 warnings)# 7/6/07 10:44:47 AM EDT # Eclipse Java Compiler 0.770, 3.3.0, Copyright IBM Corp 2000, 2007. All rights reserved. # 7/6/07 10:44:48 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.tm.terminal.telnet/src/org/eclipse/tm/internal/terminal/telnet/TelnetConnection.java (at line 220) public TelnetConnection(TelnetConnector terminalControl, Socket socket) throws IOException { ^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter terminalControl ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal.telnet/src/org/eclipse/tm/internal/terminal/telnet/TelnetConnection.java (at line 220) public TelnetConnection(TelnetConnector terminalControl, Socket socket) throws IOException { ^^^^^^ Javadoc: Missing tag for parameter socket ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal.telnet/src/org/eclipse/tm/internal/terminal/telnet/TelnetConnection.java (at line 220) public TelnetConnection(TelnetConnector terminalControl, Socket socket) throws IOException { ^^^^^^^^^^^ Javadoc: Missing tag for declared exception IOException ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal.telnet/src/org/eclipse/tm/internal/terminal/telnet/TelnetConnection.java (at line 238) public boolean isConnected() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 5. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal.telnet/src/org/eclipse/tm/internal/terminal/telnet/TelnetConnection.java (at line 246) public boolean isRemoteTelnetServer() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 6. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal.telnet/src/org/eclipse/tm/internal/terminal/telnet/TelnetConnection.java (at line 256) public void setTerminalSize(int newWidth, int newHeight) { ^^^^^^^^ Javadoc: Missing tag for parameter newWidth ---------- 7. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal.telnet/src/org/eclipse/tm/internal/terminal/telnet/TelnetConnection.java (at line 256) public void setTerminalSize(int newWidth, int newHeight) { ^^^^^^^^^ Javadoc: Missing tag for parameter newHeight ---------- 8. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal.telnet/src/org/eclipse/tm/internal/terminal/telnet/TelnetConnection.java (at line 279) public boolean localEcho() { ^^^^^^^ Javadoc: Missing tag for return type ---------- 9. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal.telnet/src/org/eclipse/tm/internal/terminal/telnet/TelnetConnection.java (at line 401) protected int processTelnetProtocol(int count) { ^^^^^ Javadoc: Missing tag for parameter count ---------- ---------- 10. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal.telnet/src/org/eclipse/tm/internal/terminal/telnet/TelnetOption.java (at line 690) protected void sendCommand(byte command) { ^^^^^^^ Javadoc: Missing tag for parameter command ---------- 10 problems (10 warnings)# 7/6/07 10:44:49 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.tm.terminal.view/src/org/eclipse/tm/internal/terminal/actions/TerminalActionDisconnect.java (at line 27) public TerminalActionDisconnect(ITerminalView target) ^^^^^^ Javadoc: Missing tag for parameter target ---------- ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal.view/src/org/eclipse/tm/internal/terminal/actions/TerminalActionNewTerminal.java (at line 32) public TerminalActionNewTerminal(ITerminalView target) ^^^^^^ Javadoc: Missing tag for parameter target ---------- ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal.view/src/org/eclipse/tm/internal/terminal/view/TerminalSettingsDlg.java (at line 131) protected void setShellSize(Point size) { ^^^^ Javadoc: Missing tag for parameter size ---------- ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal.view/src/org/eclipse/tm/internal/terminal/view/TerminalView.java (at line 431) protected void setupControls(Composite wndParent) { ^^^^^^^^^ Javadoc: Missing tag for parameter wndParent ---------- ---------- 5. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal.view/src/org/eclipse/tm/internal/terminal/view/TerminalViewPlugin.java (at line 84) public static TerminalViewPlugin getDefault() { ^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- 5 problems (5 warnings)# 7/6/07 10:44:46 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.tm.terminal/src/org/eclipse/tm/internal/terminal/control/ICommandInputField.java (at line 30) * @param control ^^^^^^^ Javadoc: Parameter control is not declared ---------- ---------- 2. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/ITerminalViewControl.java (at line 45) * @param write a single character to terminal ^^^^^ Javadoc: Parameter write is not declared ---------- 3. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/ITerminalViewControl.java (at line 47) void sendKey(char arg0); ^^^^ Javadoc: Missing tag for parameter arg0 ---------- 4. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/ITerminalViewControl.java (at line 51) public boolean pasteString(String string); ^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 5. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalControl.java (at line 450) protected void setupHelp(Composite parent, String id) { ^^^^^^ Javadoc: Missing tag for parameter parent ---------- 6. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalControl.java (at line 450) protected void setupHelp(Composite parent, String id) { ^^ Javadoc: Missing tag for parameter id ---------- ---------- 7. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalInputStream.java (at line 32) * {@link #ready()} returns false. ^^^^^ Javadoc: The method ready() is undefined for the type TerminalInputStream ---------- 8. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalInputStream.java (at line 156) * An output stream that calls {@link TerminalInputStream#textAvailable} ^^^^^^^^^^^^^ Javadoc: textAvailable cannot be resolved or is not a field ---------- 9. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalInputStream.java (at line 218) * It will make {@link #ready} return false after ^^^^^ Javadoc: ready cannot be resolved or is not a field ---------- ---------- 10. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalPlugin.java (at line 37) public static TerminalPlugin getDefault() { ^^^^^^^^^^^^^^ Javadoc: Missing tag for return type ---------- ---------- 11. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalText.java (at line 270) public TerminalText(ITerminalControlForText terminal) { ^^^^^^^^ Javadoc: Missing tag for parameter terminal ---------- 12. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalText.java (at line 376) * the remote host by class {@link org.eclipse.tm.internal.terminal.telnet.TelnetConnection} and ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Javadoc: org.eclipse.tm.internal.terminal.telnet cannot be resolved to a type ---------- 13. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalText.java (at line 384) * {@link #setNewText(StringBuffer)} and {@link #clearTerminal()}. ^^^^^^^^^^ Javadoc: The method setNewText(StringBuffer) is undefined for the type TerminalText ---------- 14. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalText.java (at line 387) * {@link #setNewText(StringBuffer)}. ^^^^^^^^^^ Javadoc: The method setNewText(StringBuffer) is undefined for the type TerminalText ---------- 15. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalText.java (at line 589) protected void processAnsiCommandCharacter(char ansiCommandCharacter) { ^^^^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter ansiCommandCharacter ---------- 16. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalText.java (at line 1272) protected int getAnsiParameter(int parameterIndex) { ^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter parameterIndex ---------- 17. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalText.java (at line 1304) protected void processAnsiParameterCharacter(char ch) { ^^ Javadoc: Missing tag for parameter ch ---------- 18. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalText.java (at line 1320) protected void processNonControlCharacters(char character) throws IOException { ^^^^^^^^^ Javadoc: Missing tag for parameter character ---------- 19. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalText.java (at line 1374) protected void displayNewText(String buffer) { ^^^^^^ Javadoc: Missing tag for parameter buffer ---------- 20. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalText.java (at line 1398) protected void displayNewTextByAppending(String newText) { ^^^^^^^ Javadoc: Missing tag for parameter newText ---------- 21. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalText.java (at line 1453) protected void displayNewTextByOverwriting(String newText) { ^^^^^^^ Javadoc: Missing tag for parameter newText ---------- 22. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalText.java (at line 1850) protected int absoluteLine(int visibleLineNumber) { ^^^ Javadoc: Missing tag for return type ---------- 23. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalText.java (at line 1850) protected int absoluteLine(int visibleLineNumber) { ^^^^^^^^^^^^^^^^^ Javadoc: Missing tag for parameter visibleLineNumber ---------- 24. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalText.java (at line 1865) protected String generateString(char ch, int count) { ^^ Javadoc: Missing tag for parameter ch ---------- 25. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalText.java (at line 1865) protected String generateString(char ch, int count) { ^^^^^ Javadoc: Missing tag for parameter count ---------- 26. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalText.java (at line 1881) protected void moveCursor(int targetLine, int targetColumn) { ^^^^^^^^^^ Javadoc: Missing tag for parameter targetLine ---------- 27. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalText.java (at line 1881) protected void moveCursor(int targetLine, int targetColumn) { ^^^^^^^^^^^^ Javadoc: Missing tag for parameter targetColumn ---------- 28. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalText.java (at line 1952) protected void moveCursorDown(int lines) { ^^^^^ Javadoc: Missing tag for parameter lines ---------- 29. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalText.java (at line 1961) protected void moveCursorUp(int lines) { ^^^^^ Javadoc: Missing tag for parameter lines ---------- 30. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalText.java (at line 1970) protected void moveCursorForward(int columnsToMove) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter columnsToMove ---------- 31. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/control/impl/TerminalText.java (at line 1980) protected void moveCursorBackward(int columnsToMove) { ^^^^^^^^^^^^^ Javadoc: Missing tag for parameter columnsToMove ---------- ---------- 32. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/Logger.java (at line 169) public static final void logException(Exception ex) { ^^ Javadoc: Missing tag for parameter ex ---------- ---------- 33. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/TerminalConnectorExtension.java (at line 177) static private ITerminalConnector createConnector(IConfigurationElement config) throws Exception { ^^^^^^ Javadoc: Missing tag for parameter config ---------- 34. WARNING in /home/data/users/moberhuber/ws2_0_patches/working/build/plugins/org.eclipse.tm.terminal/src/org/eclipse/tm/internal/terminal/provisional/api/TerminalConnectorExtension.java (at line 177) static private ITerminalConnector createConnector(IConfigurationElement config) throws Exception { ^^^^^^^^^ Javadoc: Missing tag for declared exception Exception ---------- 34 problems (34 warnings)